We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b2896d commit d6960f4Copy full SHA for d6960f4
docset/winserver2012r2-ps/addsadministration/Remove-ADClaimType.md
@@ -43,7 +43,7 @@ This command removes the claim type with the name Title.
43
44
### Example 2: Get all disabled claim types and remove them
45
```
46
-PS C:\>Get-ADClaimType -Filter "Enabled -eq $False" | Remove-ADClaimType
+PS C:\>Get-ADClaimType -Filter "Enabled -eq `$False" | Remove-ADClaimType
47
48
49
This command gets all the disabled claim types and remove them.
0 commit comments