Skip to content

Releases: microsoft/Intune-PowerShell-SDK

1907

18 Jul 20:40
Compare
Choose a tag to compare
Include steps in the readme on how to configure the environment

1902

29 Jan 22:33
2f3bb9f
Compare
Choose a tag to compare

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

23 Jan 22:30
311bf64
Compare
Choose a tag to compare
Pre-release
  1. Adding support for netstandard2.0 in a separate redistributable.
  2. Zip folder structure has changed. The netstandard folder is now under ~\drop\outputs\build\release.
  3. You will need to unblock the module before you run any scripts:
    Get-ChildItem ~drop\outputs\build\release\netstandard2.0 | unblock-file

Preview 3

16 Jan 19:30
Compare
Choose a tag to compare
Preview 3 Pre-release
Pre-release
  1. All Plural names have been changed to be Singular
  2. NetStandard2.0 support is no longer available - it will be released at a later time.
  3. Zip folder structure has changed. The net471 folder is now under ~\drop\outputs\build\release.
  4. You will need to unblock the module before you run any scripts:
    Get-ChildItem ~drop\outputs\build\release\net471 | unblock-file

Preview 2

30 Nov 18:59
Compare
Choose a tag to compare
Preview 2 Pre-release
Pre-release

Changes:

  1. Name changes from DeviceManagement_[Noun] to Intune[Noun] to adhere to PowerShell naming conventions
  2. Dropped support for DirectoryObject_[Noun] and Me_[Noun] bring down the number of auto-generated cmdlets to 914
  3. Included samples to demonstrate usage

Preview Release

18 Sep 20:35
Compare
Choose a tag to compare
Preview Release Pre-release
Pre-release
v6.1811.0.4-preview

Update version to 6.1811.0.4