Remove-AmsJitSchedulerJob
SYNOPSIS
Removes a job from the AMS scheduler
SYNTAX
DESCRIPTION
The AMS JIT scheduler is responsible for removing JIT access from a user when their access time has expired. This cmdlet allows you to remove a job from the queue.
EXAMPLES
Example 1
Removes a JIT scheduler job from the queue.
PARAMETERS
-Id
The ID of the job
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
System.Void
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
Was this helpful?