Get-RASAVDDefaultSettings
Last updated
Last updated
Get-RASAVDDefaultSettings
Retrieves default settings used to configure an Azure Virtual Desktop.
Get-RASAVDDefaultSettings [[-] (uint)] - {AVDMultiSessionDefaultSettings | AVDSingleSessionDefaultSettings} [()]
Retrieves default settings used to configure an Azure Virtual Desktop.
Default settings are defined on a site level and are applied to an Azure Virtual Desktop when it is initially created.
Site ID from which to retrieve the defaults.
If the parameter is omitted, the site ID of the Licensing Server will be used.
The Default Object Type
Possible values: AVDMultiSessionDefaultSettings, AVDSingleSessionDefaultSettings
(CommonParameters)
-none-
**---------- EXAMPLE 1 ----------
Get-RASAVDDefaultSettings -DefObjType AVDSingleSessionDefaultSettings
Retrieves default Personal AVD settings from the specified site. **---------- EXAMPLE 2 ----------
Get-RASAVDDefaultSettings -DefObjType AVDMultiSessionDefaultSettings
Retrieves default Pooled AVD settings from the specified site.