Skip to content

Commit 5498599

Browse files
committed
script link fix
1 parent 83b8cac commit 5498599

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

windows-365/enterprise/set-up-tenants-windows-365-gcc.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you want to use Azure AD join or hybrid Azure AD join, consider these prepara
6161

6262
## Map the commercial and government tenants
6363

64-
To connect the two tenants, the TenantMapping.ps1 PowerShell script must be run. This script will give admins either or both of the following abilities:
64+
To connect the two tenants, the **AAD Tenant Mapping.ps1** PowerShell script must be run. This script will give admins either or both of the following abilities:
6565

6666
- Upload custom images for use with Windows 365 Government Cloud PCs.
6767
- Define Azure Network Connections so that the Windows 365 Government Cloud PCs can access on-premises or Microsoft-hosted resources.
@@ -73,7 +73,7 @@ To connect the two tenants, the TenantMapping.ps1 PowerShell script must be run.
7373
- Azure Government Global administrator credentials user name and password.
7474
2. Make sure you have Windows PowerShell version 5.1. Other versions may result in errors when running the script.
7575
3. Go to the [Windows 365 PowerShell GitHub repository](https://github.com/microsoft/Windows365-PSScripts).
76-
4. Navigate to the **Windows 365 GCC** folder > right-click **TenantMapping.ps1** > **Save link as** > save the file to a location on your computer.
76+
4. Navigate to the **Windows 365 GCC/AAD Tenant Mapping** folder > right-click **AAD Tenant Mapping.ps1** > **Save link as** > save the file to a location on your computer.
7777
5. Open Windows PowerShell 5.1 and run the PowerShell script.
7878
>[!NOTE]
7979
>If the script was previously run successfully, you'll see the error **HttpStatusCode Conflict**. This warning can be ignored to execute the script functions Add and Get.
@@ -94,7 +94,7 @@ Extra steps are needed to upload custom images on the Microsoft-hosted network.
9494
1. Make sure you've already run the TenantMapping.ps script above to connect the Government cloud and Commercial cloud.
9595
2. Make sure you have both commercial and government credentials.
9696
3. Go to the [Windows 365 PowerShell GitHub repository](https://github.com/microsoft/Windows365-PSScripts).
97-
4. Navigate to the **Windows 365 GCC** folder > right click **GrantSPRolesInTenant.ps1** > **Save link as** > save the file to a location on your computer.
97+
4. Navigate to the **Windows 365 GCC/Grant Service Principal Roles in Tenant** folder > right click **Grant W365 SP Roles in Tenant.ps1** > **Save link as** > save the file to a location on your computer.
9898
5. Run the PowerShell script.
9999
6. For Azure AD join infrastructures, you don't need to enable permissions for creating ANC just to upload custom images. Therefore, at the prompt, type **1** to enable custom image uploads.
100100
7. For hybrid Azure AD join infrastructures, creating ANCs is a requirement for uploading custom images. Therefore, at the prompt, type **3**.
@@ -113,7 +113,7 @@ When provisioning Windows 365 Cloud PCs without the Microsoft-hosted network, yo
113113
- Virtual Network in the Azure Government tenant.
114114
2. Make sure you have Windows PowerShell version 5.1. Other versions may result in errors when running the script.
115115
3. Go to the [Windows 365 PowerShell GitHub repository](https://github.com/microsoft/Windows365-PSScripts).
116-
4. Navigate to the **Windows 365 GCC** folder > right-click **GrantSPRolesInTenant.ps1** > **Save link as** > save the file to a location on your computer.
116+
4. Navigate to the **Windows 365 GCC/Grant Service Principal Roles in Tenant** folder > right click **Grant W365 SP Roles in Tenant.ps1** > **Save link as** > save the file to a location on your computer.
117117
5. Open Windows PowerShell 5.1 and run the PowerShell script. First step is to sign in to your Azure Government cloud tenant.
118118
6. At the prompt, type one of the following options:
119119
- **2** to grant permissions to create ANCs.

0 commit comments

Comments
 (0)