Get-AmsJitSchedulerJob
SYNOPSIS
Gets the list of active just-in-time access jobs in the AMS scheduler
SYNTAX
GetByType (Default)
GetById
DESCRIPTION
This cmdlet can be used to see the pending JIT removal tasks that are waiting in the scheduler.
EXAMPLES
Example 1
Gets a list of all jobs pending in AMS scheduler
Example 2
Gets a list of all jobs in the AMS scheduler that have failed to successfully execute the JIT removal operation
Example 3
Gets a specific JIT scheduler job by its ID
PARAMETERS
-FailedOnly
Instructs the cmdlet to only return jobs that have failed to execute the JIT removal operation
-Id
The ID of the job
-Type
The type of JIT scheduler job to return
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
System.String
OUTPUTS
Lithnet.AccessManager.PowerShell.ActiveDirectoryGroupMemberRemovalJobDetailsPSObject
NOTES
In an Active Directory forest, with the `Privilege Access Management` feature enabled, AMS will use TTL-based group membership for Active Directory JIT tasks. The AMS JIT scheduler will not be used, and no jobs will appear in the scheduler queue
RELATED LINKS
Last updated