Skip to content

Commit

Permalink
Update Install-PublishingAgent.ps1
Browse files Browse the repository at this point in the history
Incorrect comment regarding the installation of the PA and Admin Console
  • Loading branch information
fberson authored Aug 9, 2019
1 parent 6d9a8f1 commit 546125e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ARM-templates-fberson/Install-PublishingAgent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Set-ItemProperty -Path REGISTRY::HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\C
sleep -Seconds 3
CD C:\Packages\Plugins\

#Install RAS PowerShell and RAS RD Session Host
#Install RAS Publishing Agent and RAS Web Admin Console
msiexec /i RASInstaller-17.0.21289.msi /qn ADDLOCAL="F_Controller,F_WebAdminService"

log "End Impersonate user '$RasAdminUser'"
Expand Down

0 comments on commit 546125e

Please sign in to comment.