0.7.1-preview
Pre-release
Pre-release
What's Changed
- doc updates for entra cmdlets by @v-varshamane in #667
- Updated Get-Started with Get-ChildItem instead of dir -r by @aavdberg in #389
- Fix error with New-EntraCustomHeader by @rtintor in #678
- Update version 0.7.1 for private preview by @KenitoInc in #685
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