New-AmsActiveDirectoryJitGroupCreationRule
SYNOPSIS
Creates a new just-in-time Active Directory group creation rule
SYNTAX
DESCRIPTION
This cmdlet creates a new just-in-time Active Directory group creation rule
EXAMPLES
Example 1
In this example, a new JIT group creation rule is created that will create a new domain local group in the 'OU=Groups,DC=lithnet,DC=local' organizational unit. The group name will be 'JIT-', and the group description will be 'AMS JIT Group'. A unique Unix GID will be created for the group, and the group will be deleted when the computer is removed from the directory
PARAMETERS
-ComputerOU
The OU that will be used to searched for computer objects
-CreateUnixGid
Specifies if AMS should create a unique Unix GID for the group
-EnableJitGroupDeletion
Specifies if AMS should delete the group when the computer is removed from the directory
-GroupDescription
The description of the rule
-GroupNameTemplate
The template used to create the group name
-GroupOU
The OU that the groups will be created in
-GroupType
The type of AD group to create
-Subtree
Specifies if AMS should search child organizational units of the 'ComputerOU' for computer objects
-UnixGidAttributeName
The name of the LDAP attribute to populate with the group's unique unix GID
-UnixGidStartRange
The starting range of Unix GIDs to use
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.ServiceConfigPSObject
NOTES
RELATED LINKS
Last updated