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 […]
The following commands will recreate or open a ‘Printers’ folder rundll32.exe shell32.dll,SHHelpShortcuts_RunDLL PrintersFolder %windir%explorer.exe /e,::{2227A280-3AEA-1069-A2DE-08002B30309D} control.exe printers This can be used to publish a printers folder via Citrix XenApp %windir%explorer.exe /e,::{2227A280-3AEA-1069-A2DE-08002B30309D