# Get-RASADIntegrationSettings

### NAME

Get-RASADIntegrationSettings\ <br>

### SYNOPSIS

Obtains AD integration settings.\ <br>

### SYNTAX

Get-RASADIntegrationSettings \[-[SiteId](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASADIntegrationSettings.html#SiteId) *\<uint>*] \[*<*[*CommonParameters*](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/cmdlets/Get-RASADIntegrationSettings.html#CommonParameters)*>*]\ <br>

### DESCRIPTION

Obtains the active AD integration settings for the current site.\ <br>

### PARAMETERS

\
-**SiteId \<uint>**\
Site ID from which to retrieve the AD Integration Settings.\
\
To obtain the ID of a desired site, use the Get-Sites cmdlet.\ <br>

```
        Required?                    false
```

```
        Position?                    named
```

```
        Default value                0
```

```
        Accept pipeline input?       false
```

```
        Accept wildcard characters?  false
```

\
\<CommonParameters>

```
        This cmdlet supports the common parameters: Verbose, Debug,
```

```
        ErrorAction, ErrorVariable, WarningAction, WarningVariable,
```

```
        OutBuffer, PipelineVariable, and OutVariable. For more information, see 
```

```
        about_CommonParameters . 
```

<br>

### INPUTS

-none-

### OUTPUTS

[ADIntegrationSettings](https://download.parallels.com/ras/v19/docs/en_US/Parallels-RAS-v19-PowerShell-Guide/RASAdmin/types/ADIntegrationSettings.html)

### EXAMPLES

\
\&#xNAN;**---------- EXAMPLE 1 ----------**\
\
Get-RASADIntegrationSettings\
\
Obtains the active AD integration settings for the current site.<br>
