Skip to content

Releases: microsoftgraph/entra-powershell

0.13.0-preview

08 Aug 14:36
1760278
Compare
Choose a tag to compare
0.13.0-preview Pre-release
Pre-release

Release Notes

0.13.0 - August 2024

  • Added 5 net new cmdlets (Entra Policy, Application Password, Application Service Endpoints).
  • Documentation improvements for over 25 existing cmdlet references documentation.
  • Added over 50 Beta cmdlet references documentation.
  • Issue 882 fix: Get-EntraGroupMember - to return Service Principal as a member.
  • Issue 952 fix: Decoupled SignInActivity but added an example guidance on how to use SignInActivity property.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.13.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

New Contributors

Full Changelog: 0.12.0-preview...0.13.0-preview

0.12.0-preview

26 Jul 11:15
6227f8c
Compare
Choose a tag to compare
0.12.0-preview Pre-release
Pre-release

Release Notes

0.12.0 - July 2024

  • Added 3 new cmdlets for Global Secure Access - Private Access App segment management (preview)
  • Documentation improvements - Added Beta documentation for over 50 cmdlets.
  • Additional bug fixes from GitHub issues such as 936, 892.
  • Added missing types that were throwing warnings on missing types for Get-EntraApplication and Get-EntraBetaApplication commands.
  • Updated OData version to v4 in documentation references.
  • Added required permissions for 34 additional commands.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.12.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.12.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

New Contributors

Full Changelog: 0.11.0-preview...0.12.0-preview

0.11.0-preview

15 Jul 13:32
4c61b66
Compare
Choose a tag to compare
0.11.0-preview Pre-release
Pre-release

Summary

  • We have made updates to docs.
  • We have added the required scopes in the examples for top cmdlets.
  • We have resolved local build issue for PowerShell 7.x.
  • Additional bug fixes from GitHub issues.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.11.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

New Contributors

Full Changelog: 0.10.0-preview...0.11.0-preview

0.10.0-preview

26 Jun 21:05
dc9d8ea
Compare
Choose a tag to compare
0.10.0-preview Pre-release
Pre-release

Summary

  • We have added the capability to auto-install module dependencies.
  • We have added the required scopes in the examples for top cmdlets.
  • Additional bug fixes from GitHub issues.

Installation instructions

Install the module from the PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.10.0-preview -AllowPrerelease -Repository PSGallery –Force

What's Changed

Full Changelog: 0.9.0-preview...0.10.0-preview

0.9.0-preview

26 Jun 16:34
Compare
Choose a tag to compare
0.9.0-preview Pre-release
Pre-release

What's Changed

New Contributors

Installation instructions

Install the module from PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.9.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.9.0-preview -AllowPrerelease -Repository PSGallery –Force

Full Changelog: 0.8.0-preview...0.9.0-preview

0.8.0-preview

26 Jun 16:26
Compare
Choose a tag to compare
0.8.0-preview Pre-release
Pre-release

What's Changed

Installation instructions

Install the module from PowerShell gallery

Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.8.0-preview -AllowPrerelease -Repository PSGallery –Force

For beta module

Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.8.0-preview -AllowPrerelease -Repository PSGallery –Force

Full Changelog: 0.7.1-preview...0.8.0-preview

0.7.1-preview

04 Apr 08:56
764b4e7
Compare
Choose a tag to compare
0.7.1-preview Pre-release
Pre-release

What's Changed

New Contributors

Installation instructions

Download the file EntraPowerShell_0.7.1-preview.zip and unpack it in a local directory. Windows detects that the files were downloaded from the internet and blocks them from execution. To unblock, run the following:

# Let's assume the unpacked files are in c:\test\entra-powershell
cd c:\test\entra-powershell
# Unblock the content using
dir -r | unblock-file
# Add the folder to your module's path; this is temporary. To make it permanent, run the following with admin privileges
$env:PSModulePath += ";C:\test\Entra-PowerShell"
# Import the module
Import-Module Microsoft.Graph.Entra -Force
# or for beta
Import-Module Microsoft.Graph.Entra.Beta -Force

For simplicity, copy the unblocked files to your PowerShell modules folder, and then you can use the import without the path.

Full Changelog: 0.7.0-preview...0.7.1-preview

0.7.0-preview Release

26 Mar 16:41
6e046fd
Compare
Choose a tag to compare
0.7.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

New Contributors

Installation instructions

Download the file EntraPowerShell_0.7.0-preview.zip and unpack it in a local directory. Windows detects that the files were downloaded from the internet and blocks them from execution. To unblock, run the following:

# Let's assume the unpacked files are in c:\test\entra-powershell
cd c:\test\entra-powershell
# Unblock the content using
dir -r | unblock-file
# Add the folder to your module's path; this is temporary. To make it permanent, run the following with admin privileges
$env:PSModulePath += ";C:\test\Entra-PowerShell"
# Import the module
Import-Module Microsoft.Graph.Entra -Force
# or for beta
Import-Module Microsoft.Graph.Entra.Beta -Force

For simplicity, copy the unblocked files to your PowerShell modules folder, and then you can use the import without the path.

Full Changelog: 0.6.0-preview...0.7.0-preview

0.6.0-preview Release

22 Feb 20:34
e0d7c57
Compare
Choose a tag to compare
0.6.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

New Contributors

Installation instructions

Download the file EntraPowerShell_0.6.0-preview.zip and unpack it in a local directory. Windows detects that the files were downloaded from the internet and blocks them from execution. To unblock, run the following:

# Let's assume the unpacked files are in c:\test\entra-powershell
cd c:\test\entra-powershell
# Unblock the content using
dir -r | unblock-file
# Add the folder to your module's path; this is temporary. To make it permanent, run the following with admin privileges
$env:PSModulePath += ";C:\test\Entra-PowerShell"
# Import the module
Import-Module Microsoft.Graph.Entra -Force
# or for beta
Import-Module Microsoft.Graph.Entra.Beta -Force

For simplicity, copy the unblocked files to your PowerShell modules folder, and then you can use the import without the path.

Full Changelog: 0.5.0-preview...0.6.0-preview

0.5.0-preview Release

30 Jan 17:25
af87d2a
Compare
Choose a tag to compare
0.5.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

Installation instructions

Download the file EntraPowerShell_0.5.0-preview.zip and unpack it in a local directory. Windows detects that the files were downloaded from the internet and blocks them from execution. To unblock, run the following:

# Let's assume the unpacked files are in c:\test\entra-powershell
cd c:\test\entra-powershell
# Unblock the content using
dir -r | unblock-file
# Add the folder to your module's path; this is temporary. To make it permanent, run the following with admin privileges
$env:PSModulePath += ";C:\test\Entra-PowerShell"
# Import the module
Import-Module Microsoft.Graph.Entra -Force
# or for beta
Import-Module Microsoft.Graph.Entra.Beta -Force

For simplicity, copy the unblocked files to your PowerShell modules folder, and then you can use the import without the path.

Full Changelog: 0.4.0-preview...0.5.0-preview