PowerShellRDSDeployment
PowerShellRDSDeployment copied to clipboard
Configure-MachineKeys.ps1 is unavailable
https://github.com/citrixguyblog/PowerShellRDSDeployment/blob/c7ddcdbf841ae36cfd61a48092de28b4ccbb04c3/Install_RDSFarm.ps1#L409C1-L420C6
# Create same Machine Key for RDWeb Services
# https://docs.microsoft.com/en-us/windows-server/remote/remote-desktop-services/rds-rdweb-gateway-ha
# https://gallery.technet.microsoft.com/Get-and-Set-the-machineKeys-9a1e7b77
Invoke-WebRequest -Uri "https://gallery.technet.microsoft.com/Get-and-Set-the-machineKeys-9a1e7b77/file/122500/1/Configure-MachineKeys.ps1" -OutFile "c:\rds\Configure-MachineKeys.ps1"
This no longer downloads a PS1 file, it grabs an HTML file, I would have to assume that Microsoft is no longer hosting the solution file. Did you have a copy of this file from a previous deployment? Could you substitute that file in, or provide it, so that we can borrow it for our deployment?
Thanks, Alex