Skip to content

Commit 0e3f10f

Browse files
authored
Merge pull request #205968 from johnmarco/jm-group-policy-note-added
Add note for proxy users to GOP onboarding doc
2 parents b53db19 + c52a005 commit 0e3f10f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ The group policy will project machines as Arc-enabled servers in the Azure subsc
5252

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

55+
> [!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 web address, as in: `Invoke-WebRequest -Uri "https://aka.ms/azcmagent-windows" -Proxy "http://xx.x.x.xx:xxxx -TimeoutSec 30 -OutFile "$InstallationFolder\install_windows_azcmagent.ps1"`
57+
5558
<!--1. Edit the field for `remotePath` to reflect the distributed share location with the configuration file and Connected Machine Agent.
5659
5760
1. Edit the `localPath` with the local path where the logs generated from the onboarding to Azure Arc-enabled servers will be saved per machine.
@@ -146,6 +149,8 @@ try
146149
```
147150

148151
## Create a Group Policy Object
152+
> [!NOTE]
153+
> Before applying the Group Policy Scheduled Task, you must first check the folder `ScheduledTasks` (located within the `Preferences` folder) and modify the `ScheduledTasks.xml` file by changing `<GroupId>NT AUTHORITY\SYSTEM<\GroupId>` to `<UserId>NT AUTHORITY\SYSTEM</UserId>`.
149154
150155
Create a new Group Policy Object (GPO) to run the onboarding script using the configuration file details:
151156

0 commit comments

Comments
 (0)