Releases: microsoft/Intune-PowerShell-SDK
Releases · microsoft/Intune-PowerShell-SDK
1907
1902
With this release, the Intune PowerShell SDK Module is now available on PowerShell Gallery:
https://www.powershellgallery.com/packages/Microsoft.Graph.Intune/6.1902.1.10
Preview 3 - netstandard2.0 version
- Adding support for netstandard2.0 in a separate redistributable.
- Zip folder structure has changed. The netstandard folder is now under ~\drop\outputs\build\release.
- You will need to unblock the module before you run any scripts:
Get-ChildItem ~drop\outputs\build\release\netstandard2.0 | unblock-file
Preview 3
- All Plural names have been changed to be Singular
- NetStandard2.0 support is no longer available - it will be released at a later time.
- Zip folder structure has changed. The net471 folder is now under ~\drop\outputs\build\release.
- You will need to unblock the module before you run any scripts:
Get-ChildItem ~drop\outputs\build\release\net471 | unblock-file
Preview 2
Changes:
- Name changes from DeviceManagement_[Noun] to Intune[Noun] to adhere to PowerShell naming conventions
- Dropped support for DirectoryObject_[Noun] and Me_[Noun] bring down the number of auto-generated cmdlets to 914
- Included samples to demonstrate usage
Preview Release
v6.1811.0.4-preview Update version to 6.1811.0.4