All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
2.0.1 - 2022-04-22
- 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 theConfigurationManager
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. SeeREADME.md
for more details.
1.8.20201016.0 - 2020-10-16
- Create PS drive for site code and server if it does not exist upon importing the module
1.7.20200925.0 - 2020-09-25
- Corrected
Invoke-DPContentLibraryCleanup
to use correct .exe path
1.6.20200908.0 - 2020-09-08
- More properties added to the module manifest
- Updated various help content to better describe -ObjectID parameter and ObjectID property
- Corrected CIM query in
Start-DPContentRedistribution
so it actually works. Added error handling to in the event an object is not found to be already distributed to a distribution point. - More accurate error ID to reflect a win32 error code for access denied in
Import-DPContent
1.5.20200903.0 - 2020-09-03
- Typo in comment based help get Get-DPDistributionStatus
1.4.20200903.0 - 2020-09-03
- New Get-DP function
- New Get-DPGroup function
- New Start-DPContentRedistribution function
- New About help topics, run
Get-Help about_PSCMContentMgmt*
- Get-DPDistributionStatus now accepts value from pipeline or an array of distribution points
- Unable to pipe result of some functions to other functions due to ObjectType property often being an enum rather than string
1.3.20200821.4 - 2020-08-21
- Bundled license file and change log with payload
- Implemented build process to streamline deployment
- Added DeploymentId to Find-CMObject
1.2 - 2020-07-30
- Birth of change log