Remove-RASCriteriaSecurityPrincipal
Last updated
Last updated
Remove-RASCriteriaSecurityPrincipal
Removes a user, group or machine from the Criteria Security Principal List.
Remove-RASCriteriaSecurityPrincipal [-] {} [[-] (uint)] [ (string)] [ (string)] [()]
Remove-RASCriteriaSecurityPrincipal [] (uint) - {ClientPolicy | PubItem | MFA | LogonHours} [ (string)] [ (uint)] [ (string)] [()]
Remove-RASCriteriaSecurityPrincipal [-] () [ (string)] [ (uint)] [ (string)] [()]
Remove-RASCriteriaSecurityPrincipal [] (string) [[-] (uint)] - {ClientPolicy | PubItem | MFA | LogonHours} [ (string)] [ (uint)] [ (string)] [()]
Removes a user, group or machine from the Criteria Security Principal List within the Criteria settings of a ClientPolicy, MFA or PubItem.
The name of the account to remove from the Criteria.
The SID of the account to remove from the Criteria.
The name or server for which to modify the Criteria settings.
Site ID for which to modify the Criteria settings.
If the parameter is omitted, the Licensing Server site ID will be used.
The ID of a server for which to modify the Criteria settings.
An object of type ClientPolicy, PubItem or MFA for which to modify the Criteria settings.
The Object Type for which to modify the Criteria settings.
Possible values: ClientPolicy, PubItem, MFA, LogonHours
Possible values: MFA
The ID of the Rule to modify.
(CommonParameters)
-none-
-none-
**---------- EXAMPLE 1 ----------
Remove-RASCriteriaSecurityPrincipal -Id 1 -ObjType MFA -Account "JaneDoe"
Removes a user from the Criteria Security Principal List within the Criteria Settings of the specified MFA by ID. **---------- EXAMPLE 2 ----------
Remove-RASCriteriaSecurityPrincipal -Name "Logon1" -ObjType MFA -Account "SID://DOMAIN/JaneDoe"
Removes a user from the Criteria Security Principal List within the Criteria Settings of the specified MFA by Name.
() The Default Object Type for which to modify the Criteria settings.