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.
-Account <string> The name of the account to remove from the Criteria.
-SID <string> The SID of the account to remove from the Criteria.
-Name <string> The name or server for which to modify the Criteria settings.
-SiteId <uint> Site ID for which to modify the Criteria settings.
If the parameter is omitted, the Licensing Server site ID will be used.
-Id <uint> The ID of a server for which to modify the Criteria settings.
Possible values: ClientPolicy, PubItem, MFA, LogonHours
Possible values: MFA
-RuleId <uint> 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.
-InputObject <> An object of type ClientPolicy, PubItem or MFA for which to modify the Criteria settings.
-ObjType <> The Object Type for which to modify the Criteria settings.
-DefObjType <> The Default Object Type for which to modify the Criteria settings.