Skip to content

Releases: codaamok/PSCMContentMgmt

v2.0.1

22 Apr 16:12
Compare
Choose a tag to compare

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.

Release 1.8.20201016.0

16 Oct 13:47
Compare
Choose a tag to compare

Fixed

  • Create PS drive for site code and server if it does not exist upon importing the module

Release 1.7.20200925.0

25 Sep 09:39
Compare
Choose a tag to compare

Fixed

  • Corrected Invoke-DPContentLibraryCleanup to use correct .exe path

Release 1.6.20200908.0

08 Sep 11:14
Compare
Choose a tag to compare

Added

  • More properties added to the module manifest

Changed

  • Updated various help content to better describe -ObjectID parameter and ObjectID property

Fixed

  • 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

Release 1.5.20200903.0

03 Sep 15:00
Compare
Choose a tag to compare

Fixed

  • Typo in comment based help get Get-DPDistributionStatus

Release 1.4.20200903.0

03 Sep 02:30
Compare
Choose a tag to compare

Added

  • New Get-DP function
  • New Get-DPGroup function
  • New Start-DPContentRedistribution function
  • New About help topics, run Get-Help about_PSCMContentMgmt*

Changed

  • Get-DPDistributionStatus now accepts value from pipeline or an array of distribution points

Fixed

  • Unable to pipe result of some functions to other functions due to ObjectType property often being an enum rather than string

Release 1.3.20200821.4

21 Aug 14:04
Compare
Choose a tag to compare

Added

  • Bundled license file and change log with payload
  • Implemented build process to streamline deployment
  • Added DeploymentId to Find-CMObject

1.2 - Initial GitHub release

30 Jul 19:46
Compare
Choose a tag to compare

Initial GitHub release