Skip to content

Commit 600b51b

Browse files
authored
Merge pull request #986 from velkovb/patch-2
Resolves #250
2 parents e9df5e2 + 4f44e7a commit 600b51b

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

docset/winserver2012-ps/activedirectory/Enable-ADOptionalFeature.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You can identify the domain or forest by its fully-qualified domain name (FQDN),
4141

4242
### -------------------------- EXAMPLE 1 --------------------------
4343
```
44-
C:\PS>Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -Target 'fabrikam.com' -server dc1
44+
C:\PS>Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -Target 'fabrikam.com' -Server dc1
4545
```
4646

4747
Description
@@ -53,7 +53,7 @@ This operation must be performed on the Domain Controller that holds the naming
5353

5454
### -------------------------- EXAMPLE 2 --------------------------
5555
```
56-
C:\PS>Enable-ADOptionalFeature 'Feature 1' -Scope ForestOrConfigurationSet -Target 'CN=Configuration,CN={0241853A-6BBF-48AA-8AE0-9C35D0C91B7B}' -server lds.fabrikam.com:50000
56+
C:\PS>Enable-ADOptionalFeature 'Recycle Bin Feature' -Scope ForestOrConfigurationSet -Target 'CN=Configuration,CN={0241853A-6BBF-48AA-8AE0-9C35D0C91B7B}' -Server lds.fabrikam.com:50000
5757
```
5858

5959
Description
@@ -63,18 +63,6 @@ Description
6363
Enable the optional feature 'Recycle Bin Feature' for the AD LDS instance lds.fabrikam.com.
6464
This operation must be performed on the AD LDS instance that holds the naming master FSMO role.
6565

66-
### -------------------------- EXAMPLE 3 --------------------------
67-
```
68-
C:\PS>Set-ADObject -Identity "CN=Partitions,CN=Configuration,CN={4F971828-5BE4-4E94-B532-58F2BFB6A3A5}" -replace @{"msDS-Behavior-Version"=4}
69-
```
70-
71-
Description
72-
73-
-----------
74-
75-
Sets the ForestMode (Forest Functional Level) to Windows2008R2Forest on an AD LDS instance.
76-
The ForestMode must be Windows2008R2Forest or higher in order to enable the Recycle Bin Feature for AD LDS.
77-
7866
## PARAMETERS
7967

8068
### -AuthType

0 commit comments

Comments
 (0)