You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: WindowsServerDocs/remote/remote-access/ras/multisite/configure/Step-2-Configure-the-Multisite-Infrastructure.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,12 +52,12 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as
52
52
To install the Windows Feature "Active Directory module for Windows PowerShell":
53
53
54
54
```
55
-
Install-WindowsFeature "Name RSAT-AD-PowerShell
55
+
Install-WindowsFeature -Name RSAT-AD-PowerShell
56
56
```
57
57
58
58
or add the "Active Directory PowerShell Snap-In" via OptionalFeatures.
59
59
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:
61
61
62
62
```
63
63
Import-Module ActiveDirectory
@@ -134,7 +134,7 @@ For more information, see [Installing an Additional Domain Controller](/previous
134
134
15. Restart the computer if it did not restart automatically.
135
135
136
136
## <aname="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.
138
138
139
139
### To configure additional security groups
140
140
@@ -161,12 +161,12 @@ The following Windows PowerShell cmdlet or cmdlets perform the same function as
161
161
To install the Windows Feature "Active Directory module for Windows PowerShell":
162
162
163
163
```
164
-
Install-WindowsFeature "Name RSAT-AD-PowerShell
164
+
Install-WindowsFeature -Name RSAT-AD-PowerShell
165
165
```
166
166
167
167
or add the "Active Directory PowerShell Snap-In" via OptionalFeatures.
168
168
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:
0 commit comments