0.3.0-preview Release
Pre-release
Pre-release
Microsoft Entra PowerShell Highlights
What's Changed
- Build instructions improvement. by @rtintor in #214
- Get-AzureADUser fix by @v-akarke in #222
- Fix pipeline errors by @rtintor in #231
- Update msgraph-ps-compatibility-azuread-branch-protection.yml by @MIchaelMainer in #232
- Get-AzureADUser Properties fix by @v-varshamane in #223
- Set-MsolDomainFederationSettings by @v-akarke in #191
- New-AzureADApplicationPasswordCredential GA 1.0 fix by @v-akarke in #226
- Azureadpreview oct by @v-varshamane in #236
- Update README.md by @SteveMutungi254 in #235
- Get-AzureADUserOwnedObject by @v-uansari in #153
- Remove-AzureADMSDeletedDirectoryObject - GA 1.0 fix by @v-akarke in #207
- Remove-AzureADMSAdministrativeUnitMember-GA and Beta fix by @v-akarke in #208
- Get-AzureADApplication by @v-uansari in #233
- Get-AzureADUserOwnedDevice - GA 1.0 fix by @v-akarke in #218
- Get azure ad user app role assignment user registered device by @v-varshamane in #243
- Update BUILD.md by @SteveMutungi254 in #245
- CRUD-azureadmstrustframeworkpolicy by @v-uansari in #183
- Added customization for command in AzureAD preview module by @v-uansari in #220
- Get-AzureADUser by @v-akarke in #246
- Add-AzureAdApplicationOwner beta by @v-uansari in #250
- Adding function capacity error by @SteveMutungi254 in #258
- Hotfix customscript by @v-uansari in #261
- Get-AzureADServiceAppRoleAssignedTo, Get-AzureADServicePrincipalOAuth2PermissionGrant, Get-AzureADUserAppRoleAssignment, Get-AzureADUserLicenseDetail, Get-AzureADUserRegisteredDevice by @v-akarke in #217
- Set-AzureADUserLicense by @v-akarke in #244
- Get-AzureADApplicationKeyCredential : pipeline bugfix by @v-uansari in #263
- New-AzureADUser1 by @v-akarke in #262
- Get-AzureADServicePrincipalMembership by @v-uansari in #264
- Get-AzureADUserManager by @v-akarke in #265
- Get-AzureADUserMembership by @v-akarke in #272
- Version 0.3.0-preview by @rtintor in #276
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
- @SteveMutungi254 made their first contribution in #235
Full Changelog: 0.2.0-preview...0.3.0-preview