Skip to content

Commit 585034e

Browse files
committed
updated note
1 parent 86f6369 commit 585034e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/azure-arc/servers/onboard-group-policy.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ The group policy will project machines as Arc-enabled servers in the Azure subsc
5353
Before you can run the script to connect your machines, you'll need to save the onboarding script to the remote share. This will be referenced when creating the Group Policy Object.
5454

5555
> [!NOTE]
56-
> If you're using a proxy server, you'll need to modify the Invoke-WebRequest command in the script to include the Proxy parameter and url. For example, `Invoke-WebRequest -Uri "https://aka.ms/azcmagent-windows" -Proxy "http://xx.x.x.xx:xxxx -TimeoutSec 30 -OutFile "$InstallationFolder\install_windows_azcmagent.ps1"`
56+
> If you're using a proxy server, you'll need to modify the `Invoke-WebRequest` command in the script to include the `Proxy` parameter and web address, as in:
57+
58+
`Invoke-WebRequest -Uri "https://aka.ms/azcmagent-windows" -Proxy "http://xx.x.x.xx:xxxx -TimeoutSec 30 -OutFile "$InstallationFolder\install_windows_azcmagent.ps1"`
5759

5860
<!--1. Edit the field for `remotePath` to reflect the distributed share location with the configuration file and Connected Machine Agent.
5961

0 commit comments

Comments
 (0)