Get-AmsActiveDirectoryJitGroupCreationRule
SYNOPSIS
The cmdlet retrieves just-in-time Active Directory group creation rules
SYNTAX
NoParameters (Default)
GetById
DESCRIPTION
Use this cmdlet to retrieve the list of just-in-time Active Directory group creation rules, or a specific rule by its unique ID
EXAMPLES
Example 1
Using the cmdlet without any parameters will return all the JIT group creation rules
Example 2
Using the cmdlet with the -Id parameter will return the JIT group creation rule with the specified 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.AdJitCreationRulePSObject
NOTES
RELATED LINKS
Last updated