0.5.0-preview Release
Pre-release
Pre-release
Microsoft Entra PowerShell Highlights
What's Changed
- Add-AzureADServicePrincipalOwner by @v-akarke in #290
- New-AzureADServiceAppRoleAssignment by @v-akarke in #292
- New-AzureADUserAppRoleAssignment by @v-akarke in #293
- Get-AzureADMSRoleDefinition by @v-uansari in #295
- Add-AzureADDirectoryRoleMember by @v-uansari in #296
- Get-AzureADTenantDetail by @v-akarke in #297
- Remove-AzureADUserAppRoleAssignment by @v-akarke in #298
- Get-AzureADContact by @v-akarke in #299
- Get-AzureADContactMembership GA1.0 and Beta by @v-uansari in #300
- Remove an escape character by @alexandair in #279
- Get-AzureADDeviceRegisteredOwner by @v-akarke in #229
- Get-AzureADDeviceRegisteredUser by @v-akarke in #230
- Get-AzureADUserDirectReport by @snehalkotwal in #219
- Remove-AzureADServicePrincalOwner GA1.0 and Beta hotfix by @v-uansari in #301
- Get-AzureADDirectoryRoleMember by @v-akarke in #302
- Remove-AzureADDeviceRegisteredOwner by @v-akarke in #303
- Remove-AzureADDirectoryRoleMember by @v-akarke in #304
- New-AzureADServicePrincipal GA1.0 and Beta by @v-uansari in #305
- New-AzureADMSApplicationExtensionProperty GA1.0 and Beta by @v-uansari in #306
- Get-AzureADDomainServiceConfigurationRecord by @v-akarke in #307
- Remove-AzureADServiceAppRoleAssignment GA1.0 and Beta by @v-uansari in #308
- New-AzureADMSRoleDefinition by @v-akarke in #309
- Remove-AzureADDeviceRegisteredUser by @v-akarke in #310
- Get-AzureADDomainNameReference by @v-akarke in #311
- New-AzureADDomain by @v-akarke in #312
- Get-AzureADDomainVerificationDnsRecord by @v-akarke in #313
- Get-AzureADMSScopedRoleMembership by @v-akarke in #317
- New-AzureADApplicationExtensionProperty by @v-uansari in #321
- Add-AzureADMSApplicationOwner by @v-akarke in #324
- Get-AzureADDeletedApplication GA1.0 and Beta by @v-uansari in #325
- Remove-AzureADMSApplicationOwner by @v-kachchani in #329
- New-AzureADMSInvitation by @v-akarke in #331
- Get-AzureADApplication by @v-akarke in #333
- Get-AzureADUserCreatedObject-GA by @snehalkotwal in #206
- Get-AzureADUserExtension by @snehalkotwal in #209
- Get-AzureADUserOAuth2PermissionGrant by @snehalkotwal in #215
- Fix dead link to the license file in README.MD by @michaelmsonne in #186
- Module help files to Markdown by @rtintor in #339
- Update to docs processing by @rtintor in #340
- Added Get-Started page by @SteveMutungi254 in #338
- Issue creating objects. by @rtintor in #341
- Update nugetauthenticate from 0 to 1 by @rtintor in #342
- Update BUILD.md by @SteveMutungi254 in #352
- Bugfix-277 by @v-akarke in #351
- Updated Build process by bumping the docs quality score to >80% by @SteveMutungi254 in #354
- Enriched the guidance when choosing the module (Graph PS vs. Entra PS). by @SteveMutungi254 in #353
- Update README.md by @SteveMutungi254 in #359
- Version 0.5.0-preview by @rtintor in #360
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