Skip to content

Commit d6960f4

Browse files
authored
Update Remove-ADClaimType.md
1 parent 2b2896d commit d6960f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docset/winserver2012r2-ps/addsadministration/Remove-ADClaimType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ This command removes the claim type with the name Title.
4343

4444
### Example 2: Get all disabled claim types and remove them
4545
```
46-
PS C:\>Get-ADClaimType -Filter "Enabled -eq $False" | Remove-ADClaimType
46+
PS C:\>Get-ADClaimType -Filter "Enabled -eq `$False" | Remove-ADClaimType
4747
```
4848

4949
This command gets all the disabled claim types and remove them.

0 commit comments

Comments
 (0)