Skip to content

Releases: microsoft/Intune-PowerShell-SDK

1907

Choose a tag to compare

@rohitramu rohitramu released this 18 Jul 20:40
Include steps in the readme on how to configure the environment

1902

Choose a tag to compare

@nsoy nsoy released this 29 Jan 22:33
2f3bb9f

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

Pre-release

Choose a tag to compare

@nsoy nsoy released this 23 Jan 22:30
311bf64
  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

Preview 3 Pre-release
Pre-release

Choose a tag to compare

@nsoy nsoy released this 16 Jan 19:30
  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

Preview 2 Pre-release
Pre-release

Choose a tag to compare

@nsoy nsoy released this 30 Nov 18:59

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

Preview Release Pre-release
Pre-release

Choose a tag to compare

@nsoy nsoy released this 18 Sep 20:35
v6.1811.0.4-preview

Update version to 6.1811.0.4