# Get-AmsActiveDirectoryJitOptions

## SYNOPSIS

Gets the current Active Directory JIT configuration

## SYNTAX

```
Get-AmsActiveDirectoryJitOptions [<CommonParameters>]
```

## DESCRIPTION

This cmdlet gets the current configuration of the Active Directory JIT service

## EXAMPLES

### Example 1

```powershell
PS C:\> Get-AmsActiveDirectoryJitOptions
```

This example gets the current configuration of the Active Directory JIT service

## PARAMETERS

### 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](http://go.microsoft.com/fwlink/?LinkID=113216).

## INPUTS

### None

## OUTPUTS

### Lithnet.AccessManager.PowerShell.JitConfigurationOptionsPSObject

## NOTES

## RELATED LINKS
