PSCMContentMgmt

2.0.1

PowerShell module used for managing Microsoft Endpoint Manager Configuration Manager distribution point content.

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name PSCMContentMgmt

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name PSCMContentMgmt

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2020 - Adam Cook (@codaamok). All rights reserved.

Package Details

Author(s)

  • Adam Cook (@codaamok)

Tags

SCCM MEMCM MECM ConfigMgr

Functions

Compare-DPContent Compare-DPGroupContent Export-DPContent Find-CMOBject Get-DP Get-DPContent Get-DPDistributionStatus Get-DPGroup Get-DPGroupContent Import-DPContent Invoke-DPContentLibraryCleanup Remove-DPContent Remove-DPGroupContent Set-DPAllowPrestagedContent Start-DPContentDistribution Start-DPContentRedistribution Start-DPGroupContentDistribution

Dependencies

This module has no dependencies.

Release Notes

# Changed
- Removed the auto-import of ConfigurationManager module, and instead made it a required module in the manifest. This is to better define the dependency and provide a more "traditional" experience. Therefore, you must import the ConfigurationManager module before you can use PSCMContentMgmt.
- Previously, users did not need to specify -SiteServer and -SiteCode parameters. This is because variables $CMSiteServer and $CMSiteCode were automatically defined upon import of PSCMContentMgmt (from attempting to read the registry and WMI to determine where the SMS Provider was and the site code). This behaviour has now changed. You must specify -SiteServer and -SiteCode, but only for at least one command. The same parameter values are remembered for subsequent commands within the same session. See README.md for more details.

FileList

Version History

Version Downloads Last updated
2.0.1 (current version) 839 4/22/2022
1.8.20201016.0 677 10/16/2020
1.7.20200925.0 11 9/25/2020
1.6.20200908.0 27 9/8/2020
1.5.20200903.0 16 9/3/2020
1.4.20200903.0 15 9/3/2020
1.3.20200821.4 23 8/21/2020
1.2 29 6/12/2020
1.1 14 6/10/2020
1.0 35 4/18/2020
Show more