Releases: microsoftgraph/entra-powershell
0.5.0-preview 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
0.4.0-preview Release
Microsoft Entra PowerShell Highlights
What's Changed
- Changing prefix for beta version to EntraBeta by @rtintor in #252
- Get-AzureADSubscribedSku by @v-akarke in #238
- Get-AzureADApplicationOwner by @v-akarke in #266
- Get-AzureADGroupMember by @v-akarke in #227
- Get-AzureADGroupOwner by @v-akarke in #228
- Get-AzureADGroupAppRoleAssignment by @v-akarke in #239
- Add-AzureADMSAdministrativeUnitMember by @v-akarke in #280
- Get-AzureADObjectByObjectId by @v-uansari in #240
- Get-AzureADDevice by @v-akarke in #294
- Get-AzureADMSAuthorizationPolicy by @v-akarke in #289
- Add-AzureADMSScopedRoleMembership by @v-akarke in #288
- Set-AzureADDevice by @v-akarke in #281
- Get-AzureADServicePrincipalOwner by @v-akarke in #283
- Get-AzureADMSApplicationOwner by @v-akarke in #284
- Get-AzureADDomain by @v-akarke in #285
- Get-AzureADServiceAppRoleAssignment by @v-akarke in #286
- Add-AzureADGroupOwner - GA 1.0 fix by @v-akarke in #210
- New-AzureADGroupAppRoleAssignment - GA 1.0 fix by @v-akarke in #211
- Remove-AzureADGroupAppRoleAssignment - GA 1.0 fix by @v-akarke in #213
- Set-AzureADUser GA 1.0 and Beta customization by @v-akarke in #225
- Get-AzureADMSApplication GA 1.0 and Beta by @v-uansari in #234
- Remove-AzureADApplicationOwner Beta by @v-uansari in #242
- new-AzureAdApplication beta by @v-uansari in #251
- Add-AzureADMSLifecyclePolicyGroup by @v-akarke in #254
- Get-AzureADMSLifecyclePolicyGroup by @v-akarke in #255
- Set-AzureADMSServicePrincipal by @v-akarke in #271
- New-AzureADMSApplication GA1.0 and Beta by @v-uansari in #273
- Preview version 0.4.0 by @rtintor in #323
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
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
0.2.0-preview 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
0.1.0-preview 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