Microsoft hat vor wenigen Stunden die System Center Configuration Manager Cmdlet Library aktualisiert. Das „Winter 2016“-genannte Update fügt den Support für den Current Branch (Version 1511 und Technical Preview 1512) hinzu und bringt neue Powershell-Cmdlets sowie einige Fehlerkorrekturen mit sich.
- New cmdlets that simplify working with application deployment types.
- New cmdlets that consolidate the “User” and “Device” variants of the collection cmdlets.
- Changes to cmdlets:
- Improved performance for cmdlets that utilize configuration items and applications.
- Configuration item cmdlets (such as Set-CMConfigurationItem) now ensure that they are always using the latest revision of a configuration item.
- Network Access Protection and out of band management (AMT) cmdlets are deprecated on Configuration Manager (version 1511) and higher.
- The Query Result Maximum has been disabled by default.
- Bug fixes and enhancements to specific cmdlets.
Besonders interessant ist die Zusammenfassung die Collection-Cmdlets. Ab sofort können sowohl User- als auch Device-Collections über ein *-CMCollection verwaltet werden. Ob es nun um eine User- oder Device-Collection handelt, wird über den Parameter „CollectionType“ festgelegt.
- New-CMUserCollection/New-CMDeviceCollection → New-CMCollection
- Export-CMUserCollection/Export-CMDeviceCollection → Export-CMCollection
- Get-CMUserCollection/Get-CMDeviceCollection → Get-CMCollection
- Import-CMUserCollection/Import-CMDeviceCollection → Import-CMCollection
- Set-CMUserCollection/Set-CMDeviceCollection → Set-CMCollection
- Remove-CMUserCollection/Remove-CMDeviceCollection → Remove-CMCollection
Die ursprünglichen Cmdlets können weiterhin benutzt werden.
Neue Powershell-cmdlets:
- Add/Set-CMAndroidDeploymentType
- Add/Set-CMAppv5xDeploymentType
- Add/Set-CMAppvDeploymentType
- Add/Set-CMGooglePlayDeploymentType
- Add/Set-CMIosAppStoreDeploymentType
- Add/Set-CMIosDeploymentType
- Add/Set-CMMacDeploymentType
- Add/Set-CMMobileMsiDeploymentType
- Add/Set-CMMsiDeploymentType
- Add/Set-CMNokiaDeploymentType
- Add/Set-CMScriptDeploymentType
- Add/Set-CMWebApplicationDeploymentType
- Add/Set-CMWindowsAppxDeploymentType
- Add/Set-CMWindowsMobileDeploymentType
- Add/Set-CMWindowsPhoneDeploymentType
- Add/Set-CMWindowsPhoneStoreDeploymentType
- Add/Set-CMWindowsStoreDeploymentType
Download:
Weitere Links: