Add-RASCriteriaHardwareID
Last updated
Last updated
Add-RASCriteriaHardwareID
Adds a Hardware ID to the Criteria Hardware ID List.
Add-RASCriteriaHardwareID [-] {MFA} [[-] <uint>] - <string> [<>]
Add-RASCriteriaHardwareID [-] <uint> - <string> - {ClientPolicy | PubItem | MFA | LogonHours} [- <uint>] [<>]
Add-RASCriteriaHardwareID [-] <> - <string> [- <uint>] [<>]
Add-RASCriteriaHardwareID [-] <string> [[-] <uint>] - <string> - {ClientPolicy | PubItem | MFA | LogonHours} [- <uint>] [<>]
Adds a Hardware ID to the Criteria Hardware ID List within the Criteria settings of a ClientPolicy, MFA or PubItem.
-HardwareID <string> The hardware ID to add to 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 ----------
Add-RASCriteriaHardwareID -Id 1 -ObjType MFA -HardwareID "D4-3D-7E-BF-4B-DC"
Adds the specified Hardware ID to the Criteria Hardware ID List within the Criteria Settings of the specified MFA by ID. ---------- EXAMPLE 2 ----------
Add-RASCriteriaHardwareID -Name "Logon1" -ObjType MFA -HardwareID "D4-3D-7E-BF-4B-DC"
Adds the specified Hardware ID to the Criteria Hardware ID 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.