0.2.0-preview Release
Pre-release
Pre-release
Microsoft Entra PowerShell Highlights
What's Changed
- Customization to remove missing parameters in new commands by @rtintor in #197
- Build Code: Code maintenance / Cleanup by @FriedrichWeinmann in #199
- Improved Code Scanning by @FriedrichWeinmann in #200
- Hotfix for issue #193 by @v-uansari in #196
- New-AzureADApplicationPasswordCredential by @v-akarke in #201
- Fix adding the group owner. by @rtintor in #203
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
- @FriedrichWeinmann made their first contribution in #199
Full Changelog: 0.1.0-preview...0.2.0-preview