Releases: microsoftgraph/entra-powershell
0.9.0-preview
What's Changed
- Update module version by @KenitoInc in #814
- add required scopes and SFI guidelines for GUIDs by @omondiatieno in #806
- Update Scope details for the Service Principal cmdlets (ADO-259673) by @SteveMutungi254 in #803
- Add ServicePrincipalDelegatedPermissionClassification Scopes by @SteveMutungi254 in #818
- [Entra PowerShell] Customer Top Requested Cmdlet updates (ADO-258505) by @csmulligan in #793
- Clean up cmdlet examples: add scopes, correct GUIDs, remove PSh prompt. by @msewaweru in #792
- Users/enganga/find entrapermissions by @emmanuel-karanja in #764
- New-AzureADApplicationPasswordCredential (Bugfix for #802) by @v-akarke in #815
- Users/enganga/get entracontext cmdlet by @emmanuel-karanja in #759
- BUGFIX #831 by @v-akarke in #832
- serialization hotfix by @v-uansari in #839
- New-EntraUserAppRoleAssignment hotfix by @snehalkotwal in #838
- Adding scopes for User resources to cmdlet examples. by @SteveMutungi254 in #840
New Contributors
- @omondiatieno made their first contribution in #806
- @csmulligan made their first contribution in #793
- @msewaweru made their first contribution in #792
Installation instructions
Install the module from PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.9.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.9.0-preview -AllowPrerelease -Repository PSGallery –Force
Full Changelog: 0.8.0-preview...0.9.0-preview
0.8.0-preview
What's Changed
- Update BUILD.md by @SteveMutungi254 in #686
- doc updates by @v-varshamane in #673
- removed missing parameters by @snehalkotwal in #681
- msol docs updates by @v-uansari in #677
- doc updates by @v-uansari in #690
- Fix formatting by @KenitoInc in #691
- doc updates by @snehalkotwal in #692
- Mock Test Cases by @v-akarke in #662
- All parameter fix for Custom Script by @v-akarke in #655
- commented test for count check of total cmdlets by @v-varshamane in #706
- Get-AzureADApplicationProxyConnectorGroup by @v-akarke in #617
- Get-AzureADApplicationProxyConnectorGroupMembers by @v-akarke in #622
- Set-AzureADApplicationProxyConnectorGroup by @v-akarke in #636
- Proposed way to create aliases for Connect-Entra and Disconnect-Entra by @rtintor in #708
- Set-AzureADApplicationProxyApplicationConnectorGroup by @v-akarke in #641
- Get-EntraBetaApplicationProxyConnector by @v-akarke in #611
- New-ApplicationProxyConnectorGroup by @v-akarke in #656
- Remove-AzureADApplicationProxyConnectorGroup by @v-akarke in #663
- Set-AzureADApplicationProxyConnector by @v-akarke in #666
- Added a note to install dependencies when using folder option. by @SteveMutungi254 in #715
- Add correct custom header command by @KenitoInc in #716
- Remove-AzureADApplicationProxyApplicationConnectorGroup by @v-akarke in #670
- Get azure ad application proxy application connector group by @snehalkotwal in #698
- Attempt to fix pr trigger by @KenitoInc in #723
- Docs for Docs-Get-EntraBetaApplicationProxyApplication by @snehalkotwal in #695
- added onPremisesExtensionAttributes by @v-varshamane in #721
- New-AzureADApplicationProxyApplication by @v-akarke in #689
- Set-AzureADApplicationProxyApplicationSingleSignOn by @v-akarke in #687
- Set-AzureADApplicationProxyApplication by @v-akarke in #693
- added doc by @snehalkotwal in #719
- added doc by @snehalkotwal in #713
- Update issue templates by @KenitoInc in #696
- Update issue templates by @KenitoInc in #697
- Get-AzureADServicePrincipal by @v-akarke in #474
- New-AzureADMSNamedLocationPolicy by @v-akarke in #491
- Get-AzureADObjectByObjectId by @v-akarke in #710
- Get-EntraUser : Updated Properties using API by @v-akarke in #729
- Get-AzureADApplicationProxyConnectorMemberOf by @v-akarke in #694
- New-AzureADMSConditionalAccessPolicy by @v-akarke in #453
- Get-AzureADMSNamedLocationPolicy by @v-akarke in #482
- Get-EntraGroupMember by @v-akarke in #731
- New azure ad service principal password credential by @snehalkotwal in #717
- Remove-EntraBetaApplicationProxyApplication by @v-akarke in #709
- Fix Set-EntraUser doc by @KenitoInc in #765
- Get-EntraEnvironment and Add-EntraEnvironment by @emmanuel-karanja in #750
- Adding missing system common parameters by @rtintor in #736
- get-azureadapplicationlogo by @v-uansari in #712
- Select-EntraGroupIdsGroupIsMemberOf by @v-akarke in #714
- Headers fix for Set-EntraUserLicense, Set-EntraUserPassword, Set-EntraBetaUserLincense, Set-EntraBetaUserPassword by @v-akarke in #771
- Connect-Entra by @v-akarke in #722
- added doc for Add-entraGroupMember by @snehalkotwal in #768
- Connect-Entra (HotFix) by @v-akarke in #777
- add doc for New-EntraMSGroup by @snehalkotwal in #742
- Get-AzureADMSConditionalAccessPolicy by @snehalkotwal in #456
- added doc for Remove-AzureADServicePrincipalPasswordCredential by @snehalkotwal in #718
- Get-EntraCurrentSessionInfo by @v-akarke in #745
- Common parameters fix for CustomScript cmdlets (Entra and EntraBeta) by @v-akarke in #760
- updated doc with all parameter switch by @snehalkotwal in #772
- Doc for Select-EntraGroupIdsContactIsMemberOf by @snehalkotwal in #786
- Remove-AzureADServicePrincipalPasswordCredential by @v-uansari in #383
- Remove-AzureADMSServicePrincipalDelegatedPermissionClassification by @v-uansari in #399
- All parameter Coversion to Switch by @v-akarke in #770
- updated beta cmdlet with all parameter by @snehalkotwal in #778
- Connect Entra and Disconnect-Entra Unit Testing by @v-uansari in #779
- Get-EntraApplicationPasswordCredential - Hotfix by @v-akarke in #782
- Set-EntraPartnerInformation,Set-EntraBetaPartnerInformation by @v-akarke in #780
- Module-Import - Hotfix by @v-akarke in #788
- Update security md by @KenitoInc in #794
- Update-AzureADSignedInUserPassword by @v-uansari in #784
- Get-AzureADServicePrincipalOwnedObject by @v-uansari in #781
- Users/enganga/get entraenvironment cmdlet by @emmanuel-karanja in #773
- Updating scopes for the Group cmdlets. by @SteveMutungi254 in #785
- Add-EntraBetaScopedRoleMembership - Hotfix by @v-akarke in #796
- Fix pipeline failures by @KenitoInc in #812
- Updated ms.service to entra by @emmanuel-karanja in #791
- updated entra doc with switch parameter by @snehalkotwal in #800
Installation instructions
Install the module from PowerShell gallery
Install-Module -Name Microsoft.Graph.Entra -RequiredVersion 0.8.0-preview -AllowPrerelease -Repository PSGallery –Force
For beta module
Install-Module -Name Microsoft.Graph.Entra.Beta -RequiredVersion 0.8.0-preview -AllowPrerelease -Repository PSGallery –Force
Full Changelog: 0.7.1-preview...0.8.0-preview
0.7.1-preview
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
0.7.0-preview Release
Microsoft Entra PowerShell Highlights
What's Changed
- Update GET-STARTED.md by @SteveMutungi254 in #433
- New azure ad service principal password credential by @v-uansari in #403
- Get-AzureADMSApplicationTemplate by @v-uansari in #408
- Set-AzureADTenantDetail by @v-uansari in #423
- Remove-AzureADMSRoleDefinition by @v-uansari in #425
- Restore-AzureADDeletedApplication by @v-uansari in #434
- Restore-AzureADMSDeletedDirectoryObject by @v-uansari in #438
- New-AzureADTrustedCertificateAuthority by @v-akarke in #421
- Remove-AzureADTrustedCertificateAuthority by @v-akarke in #422
- Set-AzureADTrustedCertificateAuthority by @v-akarke in #428
- Set-AzureADMSRoleDefinition by @v-akarke in #430
- Fix some problems creating Enums. by @rtintor in #470
- Set-AzureADMSApplication by @v-akarke in #440
- Set up a preview docset for powershell pages. by @Saisang in #572
- Set-AzureADUserPassword by @v-akarke in #563
- Docs-Remove-EntraApplicationPasswordCredential by @snehalkotwal in #589
- Docs Get-AzureADApplicationPasswordCredential by @v-uansari in #593
- updated Docs-Set-AzureADMSRoleDefinition by @snehalkotwal in #594
- Docs Get-AzureADMSApplicationOwner by @v-uansari in #595
- Docs Get-AzureADMSDeletedGroup by @v-uansari in #602
- Docs-Remove-EntraMSApplication by @snehalkotwal in #604
- Docs Get-AzureADMSIdentityProvider by @v-uansari in #605
- Docs Get-AzureADMSPermissionGrantPolicy by @v-uansari in #606
- Docs-Remove-EntraMSServicePrincipalDelegatedPermissionClassification by @snehalkotwal in #607
- Docs-New-AzureADMSGroupLifecyclePolicy by @snehalkotwal in #609
- Docs-Set-AzureADUserThumbnailPhoto by @snehalkotwal in #610
- updated Docs-New-AzureADMSInvitation by @snehalkotwal in #615
- Updated Set-EntraMSGroupLifecyclePolicy docs by @snehalkotwal in #614
- Updated the Docs Path by @v-akarke in #623
- Updated Select-EntraGroupIdsServicePrincipalIsMemberOf docs by @snehalkotwal in #590
- Docs-Remove-EntraApplicationKeyCredential by @snehalkotwal in #588
- Doc PR updated for entra cmdlets document by @v-varshamane in #626
- Fix all parameter error by @rtintor in #633
- Increase MaximumFunctionCount by @KenitoInc in #635
- Trigger build by @KenitoInc in #637
- moved files from old location to new location by @v-varshamane in #634
- Bugfix #396 by @v-akarke in #650
- Add telemetry by @KenitoInc in #646
- Update version 0.7.0 for private preview by @rtintor in #592
New Contributors
Installation instructions
Download the file EntraPowerShell_0.7.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.6.0-preview...0.7.0-preview
0.6.0-preview Release
Microsoft Entra PowerShell Highlights
What's Changed
- Updating the release version to EntraPowerShell_0.5.0-preview version by @SteveMutungi254 in #361
- doc updates as per public doc by @v-varshamane in #366
- Adding Remove-AzureADMSScopedRoleMembership by @v-kachchani in #334
- New-AzureADMSApplicationPassword by @v-akarke in #335
- Revoke-AzureADSignedInUserAllRefreshToken by @v-akarke in #337
- adding Set-AzureADUserThumbnailPhoto by @v-kachchani in #343
- Select-AzureAdGroupIdsUserIsMemberOf by @v-kachchani in #346
- Set-AzureADServicePrincipal by @v-akarke in #348
- Get-AzureADUser by @v-akarke in #365
- test cases for Get-EntraApplication by @v-akarke in #345
- Adding Get-EntraApplicationProxyApplication.ps1 by @rtintor in #198
- updated prerequisite file for missing beta cmdlets by @v-varshamane in #377
- fixed all parameter issue by @v-varshamane in #378
- Renamed AzureAD-> Entra and AzureADPreview->EntraBeta by @v-varshamane in #384
- Add a tip for PowerShell version 5.1 users to add by @SteveMutungi254 in #381
- Get-EntraHasObjectsWithDirSyncProvisioningError by @v-akarke in #369
- Get-AzureADMSDeletedDirectoryObject by @v-akarke in #372
- Select-AzureADGroupIdsContactIsMemberOf by @v-akarke in #373
- updated custom script for Get-AzureADServicePrincipalKeyCredential by @v-uansari in #379
- updated custom script for Get-AzureADServicePrincipalPasswordCredential by @v-uansari in #380
- customization for New-AzureADServicePrincipalPasswordCredential by @v-uansari in #382
- Get-AzureADMSIdentityProvider by @v-akarke in #385
- Get-AzureADContactDirectReport by @v-akarke in #386
- Rename AzureAD to Entra by @KenitoInc in #387
- Remove-AzureADMSConditionalAccessPolicy by @v-akarke in #388
- Remove-AzureADMSNamedLocationPolicy by @v-akarke in #390
- Set-AzureADMSConditionalAccessPolicy by @v-akarke in #397
- Set-AzureADMSAuthorizationPolicy by @v-akarke in #398
- Set-AzureADMSIdentityProvider by @v-akarke in #402
- Select-AzureADGroupIdsServicePrincipalIsMemberOf by @v-akarke in #404
- New-AzureADMSIdentityProvider by @v-akarke in #405
- Get-EntraUser/Get-EntraBetaUser - SearchString (Bugfix) by @v-akarke in #407
- Get-AzureADMSUser - Fixed default output format by @v-akarke in #409
- Get-AzureADMSDeletedGroup by @v-akarke in #412
- Get-AzureADTrustedCertificateAuthority by @v-akarke in #415
- Set-AzureADMSNamedLocationPolicy by @v-akarke in #418
- Upgrading version number 0.6.0-preview by @rtintor in #432
New Contributors
- @KenitoInc made their first contribution in #387
Installation instructions
Download the file EntraPowerShell_0.6.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.5.0-preview...0.6.0-preview
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