Get-SoftwareDistributionConfig

2/9/2009

The Get-SoftwareDistributionConfig cmdlet returns the ReofferPeriodInDays value for the Mobile Device Manager software distribution server. This value determines how long MDM software distribution waits before reoffering a package that failed to install on a Windows Mobile managed device.

You can set the ReofferPeriodInDays value with the Set-SoftwareDistributionConfig cmdlet.

Syntax

Get-SoftwareDistributionConfig [<CommonParameters>]

Parameters

The following describes the Get-SoftwareDistributionConfig cmdlet 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-SoftwareDistributionConfig cmdlet returns a SoftwareDistributionConfig object. To view all the properties for this object, at the MDM Shell prompt, type Get-SoftwareDistributionConfig | Get-Member.

Examples

This Get-SoftwareDistributionConfig command example returns a SoftwareDistributionConfig object that represents the current MDM software distribution configuration.

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

Reference

Set-SoftwareDistributionConfig