Skip to content

Releases: microsoftgraph/entra-powershell

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

0.4.0-preview Release

10 Jan 17:38
26f9c97
Compare
Choose a tag to compare
0.4.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

Installation instructions

Download the file EntraPowerShell_0.4.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.3.0-preview...0.4.0-preview

0.3.0-preview Release

13 Dec 19:44
0f6903a
Compare
Choose a tag to compare
0.3.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

Installation instructions

Download the file EntraPowerShell_0.3.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.

New Contributors

Full Changelog: 0.2.0-preview...0.3.0-preview

0.2.0-preview Release

29 Nov 21:24
7e35e45
Compare
Choose a tag to compare
0.2.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

What's Changed

Installation instructions

Download the file EntraPowerShell_0.2.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.

New Contributors

Full Changelog: 0.1.0-preview...0.2.0-preview

0.1.0-preview Release

16 Nov 19:17
c7a1172
Compare
Choose a tag to compare
0.1.0-preview Release Pre-release
Pre-release

Microsoft Entra PowerShell Highlights

  • First preview version of Microsoft.Grah.Entra
  • First preview version of Microsoft.Grah.Entra.Beta
  • These packages are not yet published to PowerShell Gallery and require a manual installation.

Installation instructions

Download the file EntraPowerShell_0.1.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: https://github.com/microsoftgraph/entra-powershell/commits/0.1.0-preview