UPLOAD LOCAL FOLDER and SUBFILES to S3 #Load AWS Powershell Extensions import-module “C:\Program Files (x86)\AWS Tools\PowerShell\AWSPowerShell\AWSPowerShell.psd1” #Set AWS Creds to connect to S3. The S3 user should have a specific IAM policy to lock them down to this specific bucket only. See here for example s3 policy Set-AWSCredentials -AccessKey <BUCKETUSERACCESSKEY> -SecretKey <SECRETKEY> -StoreAs default #Upload […]
Description: Access Gateway and WI function normally, however the citrix client download link for devices WITHOUT the client link works, but the client download simply times out. Resolution: Run wireshark on the WI server and determine if the download link request is getting through from the Access Gateway If no firewall issue check for no “TCPZero […]