Skip to content

Commit 96475fe

Browse files
Merge pull request #8124 from MicrosoftDocs/main
Auto Publish – main to live - 2026-06-23 17:30 UTC
2 parents 5c90e9a + 4f7d38b commit 96475fe

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

WindowsServerDocs/remote/remote-access/ras/multisite/configure/Step-2-Configure-the-Multisite-Infrastructure.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as
5252
To install the Windows Feature "Active Directory module for Windows PowerShell":
5353

5454
```
55-
Install-WindowsFeature "Name RSAT-AD-PowerShell
55+
Install-WindowsFeature -Name RSAT-AD-PowerShell
5656
```
5757

5858
or add the "Active Directory PowerShell Snap-In" via OptionalFeatures.
5959

60-
If running the following cmdlets on Windows 7" or Windows Server 2008 R2 , then the Active Directory PowerShell module must be imported:
60+
Depending on the OS you might need to import the Active Directory PowerShell module:
6161

6262
```
6363
Import-Module ActiveDirectory
@@ -134,7 +134,7 @@ For more information, see [Installing an Additional Domain Controller](/previous
134134
15. Restart the computer if it did not restart automatically.
135135

136136
## <a name="BKMK_ConfigSG"></a>2.3. Configure security groups
137-
A multisite deployment requires an additional security group for Windows 7 client computers for every entry point in the deployment that allows access to Windows 7 client computers. If there are multiple domains containing Windows 7 client computers, then it is recommended to create a security group in each domain for the same entry point. Alternatively, one universal security group containing the client computers from both domains can be used. For example, in an environment with two domains, if you want to allow access to Windows 7 client computers in entry points 1 and 3, but not in entry point 2, then create two new security groups to contain the Windows 7 client computers for each entry point in each of the domains.
137+
A multisite deployment requires an additional security group for Windows 7 client computers for every entry point in the deployment that allows access to Windows 7 client computers. If there are multiple domains containing Windows 7 client computers, then it is recommended to create a security group in each domain for the same entry point. Alternatively, one universal security group containing the client computers from both domains can be used. For example, in an environment with two domains, if you want to allow access to Windows 7 client computers in entry points 1 and 3, but not in entry point 2, then create two new security groups to contain the Windows 7 client computers for each entry point in each of the domains. Windows 7 client computers need to be treated in this way because they do not support multisite, so the option is to create separate policies with separate security groups to allow the configuration of interest.
138138

139139
### To configure additional security groups
140140

@@ -161,12 +161,12 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as
161161
To install the Windows Feature "Active Directory module for Windows PowerShell":
162162

163163
```
164-
Install-WindowsFeature "Name RSAT-AD-PowerShell
164+
Install-WindowsFeature -Name RSAT-AD-PowerShell
165165
```
166166

167167
or add the "Active Directory PowerShell Snap-In" via OptionalFeatures.
168168

169-
If running the following cmdlets on Windows 7" or Windows Server 2008 R2 , then the Active Directory PowerShell module must be imported:
169+
Depending on the OS you might need to import the Active Directory PowerShell module:
170170

171171
```
172172
Import-Module ActiveDirectory

0 commit comments

Comments
 (0)