Skip to content

Commit f239271

Browse files
authored
Merge pull request #221329 from johnmarco/jm-group-policy-rename-and-retire
Retiring and renaming group policy articles for Arc
2 parents 3baf549 + a001271 commit f239271

File tree

5 files changed

+16
-234
lines changed

5 files changed

+16
-234
lines changed

.openpublishing.redirection.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29499,6 +29499,16 @@
2949929499
"redirect_url": "/azure/aks/intro-kubernetes",
2950029500
"redirect_document_id": "false"
2950129501
},
29502+
{
29503+
"source_path_from_root": "/articles/azure-arc/servers/onboard-group-policy-service-principal-encryption.md",
29504+
"redirect_url": "/azure/azure-arc/servers/onboard-group-policy-powershell",
29505+
"redirect_document_id": "false"
29506+
},
29507+
{
29508+
"source_path_from_root": "/articles/azure-arc/servers/onboard-group-policy.md",
29509+
"redirect_url": "/azure/azure-arc/servers/onboard-group-policy-powershell",
29510+
"redirect_document_id": "false"
29511+
},
2950229512
{
2950329513
"source_path": "articles/azure-cache-for-redis/redis-cache-insights-overview.md",
2950429514
"redirect_url": "/azure/azure-cache-for-redis/cache-insights-overview",

articles/azure-arc/servers/deployment-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following table highlights each method so that you can determine which works
2222
| At scale | [Connect machines using a service principal](onboard-service-principal.md) to install the agent at scale non-interactively.|
2323
| At scale | [Connect machines by running PowerShell scripts with Configuration Manager](onboard-configuration-manager-powershell.md)
2424
| At scale | [Connect machines with a Configuration Manager custom task sequence](onboard-configuration-manager-custom-task.md)
25-
| At scale | [Connect Windows machines using Group Policy](onboard-group-policy.md)
25+
| At scale | [Connect Windows machines using Group Policy](onboard-group-policy-powershell.md)
2626
| At scale | [Connect machines from Automation Update Management](onboard-update-management-machines.md) to create a service principal that installs and configures the agent for multiple machines managed with Azure Automation Update Management to connect machines non-interactively. |
2727

2828
> [!IMPORTANT]

articles/azure-arc/servers/onboard-group-policy-service-principal-encryption.md renamed to articles/azure-arc/servers/onboard-group-policy-powershell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: Connect machines at scale using Group Policy with a PowerShell script
33
description: In this article, you learn how to create a Group Policy Object to onboard Active Directory-joined Windows machines to Azure Arc-enabled servers.
4-
ms.date: 10/18/2022
4+
ms.date: 12/13/2022
55
ms.topic: conceptual
66
ms.custom: template-how-to
77
---
88

9-
# Create a Group Policy Object for onboarding with a PowerShell script
9+
# Connect machines at scale using Group Policy
1010

1111
You can onboard Active Directory–joined Windows machines to Azure Arc-enabled servers at scale using Group Policy.
1212

@@ -31,7 +31,7 @@ The Group Policy Object, which is used to onboard Azure Arc-enabled servers, req
3131

3232
1. Download the latest version of the [Azure Connected Machine agent Windows Installer package](https://aka.ms/AzureConnectedMachineAgent) from the Microsoft Download Center and save it to the remote share.
3333

34-
1. Execute the deployment script `DeployGPO.ps1`, modifying the run parameters for the DomainFQDN, ReportServerFQDN, ArcRemoteShare, Service Principal secret, Service Principal Client Id, Subscription Id, Resource Group, Region, Tenant, and AgentProxy (if applicable):
34+
1. Execute the deployment script `DeployGPO.ps1`, modifying the run parameters for the DomainFQDN, ReportServerFQDN, ArcRemoteShare, Service Principal secret, Service Principal Client ID, Subscription ID, Resource Group, Region, Tenant, and AgentProxy (if applicable):
3535

3636
```
3737
.\DeployGPO.ps1 -DomainFQDN contoso.com -ReportServerFQDN Server.contoso.com -ArcRemoteShare AzureArcOnBoard -ServicePrincipalSecret $ServicePrincipalSecret -ServicePrincipalClientId $ServicePrincipalClientId -SubscriptionId $SubscriptionId -ResourceGroup $ResourceGroup -Location $Location -TenantId $TenantId [-AgentProxy $AgentProxy]

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

Lines changed: 0 additions & 226 deletions
This file was deleted.

articles/azure-arc/servers/toc.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,8 @@
6767
href: onboard-configuration-manager-powershell.md
6868
- name: Connect machines using Configuration Manager custom task sequence
6969
href: onboard-configuration-manager-custom-task.md
70-
- name: Connect machines using group policy
71-
href: onboard-group-policy.md
72-
- name: Connect machines using group policy with service principal encryption
73-
href: onboard-group-policy-service-principal-encryption.md
70+
- name: Connect machines at scale using group policy
71+
href: onboard-group-policy-powershell.md
7472
- name: Connect machines using Ansible playbooks
7573
href: onboard-ansible-playbooks.md
7674
- name: Connect machines from Automation Update Management

0 commit comments

Comments
 (0)