The Get-SoftwareDistributionConfigcmdlet returns a SoftwareDistributionConfigobject that represents the current configuration of the Mobile Device Manager (MDM) software distribution service.
Syntax
Get-SoftwareDistributionConfig [<CommonParameters>]  | 
Parameters
The following describes the Get-SoftwareDistributionConfigcmdlet parameters.
- CommonParameters
 - 
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, and -OutVariable. For more information, at the MDM Shell prompt, type, get-help about_commonparameters.
 
Input Type
None
Output Type
The Get-SoftwareDistributionConfigcmdlet returns a SoftwareDistributionConfigobject. To view all the properties for this object, at the MDM Shell prompt, type Get-SoftwareDistributionConfig | Get-Member.
Examples
This Get-SoftwareDistributionConfigcommand example returns a SoftwareDistributionConfigobject that represents the current MDM software distribution configuration.
 Copy Code
 | 
|
|---|---|
C:\PS>$a = Get-SoftwareDistributionConfig  | 
|
Cmdlet Help
To view this information online, at the MDM Shell prompt, type:
get-help Get-SoftwareDistributionConfig -detailed, or get-help Get-SoftwareDistributionConfig -full
See Also