Get-AmsComputerAuthorizationRule
SYNOPSIS
Gets all the computer authorization rules, or a specific computer authorization rule by its ID
SYNTAX
DESCRIPTION
When called without any parameters, this cmdlet returns all the computer authorization rules currently on the server. When the ID parameter is specified, it returns the rule matching that ID.
EXAMPLES
Example 1
Returns all the computer authorization rules
Example 2
Returns the authorization rule specified by the provided ID
PARAMETERS
-Id
The unique ID of the rule
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
INPUTS
None
OUTPUTS
Lithnet.AccessManager.PowerShell.ComputerAuthorizationRulePSObject
NOTES
Use of this cmdlet requires an Enterprise Edition license.
RELATED LINKS
Last updated