azure-activedirectory-powershell icon indicating copy to clipboard operation
azure-activedirectory-powershell copied to clipboard

This is a repo for Azure AD PowerShell scrips and samples

Results 22 azure-activedirectory-powershell issues
Sort by recently updated
recently updated
newest added

Is there a set of commands similar to "Get-AzureADDeletedApplication" and "Restore-AzureADDeletedApplication" but for Service Principals. I have been looking here: https://docs.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0#service-principals but I was not able to find anything like...

We tried to publish corporate app with **Azure AD** to apple store and got rejected as we are using Third-party Sign-ins. Is it possible to disable or remove **Can’t access...

Hello, The following script does not display the first variable of $GroupMember. I think the problem in on the module because I tried the script with different parameters (for example...

Hello everyone, this is my command: `New-AzureADMSInvitation -InvitedUserEmailAddress $email -SendInvitationMessage $false -InviteRedirectUrl "https://example.com" -InvitedUserDisplayName "$lastname, $firstname"` The variables are all initialized. Nevertheless I am getting the following error: ``` New-AzureADMSInvitation...

I tried to Revoke-AzureADUserAllRefreshToken for a user but that fails while I have the authentication administrator and user administrator elevated by PIM. That fails with the following error: ``` Get-AzureADUser...

Hello, When trying to add Application Permissions to an App Registration, I am running into an issue where the permission is added as a GUID and is unable to verified....

I'm trying to register an Azure application using the Powershell modules, however we are using the MSAL 2.0 Implicit flow which I belive means my reply URLs need to be...

The AzureAD PowerShell module does not work on PowerShell version 6.2.3: ``` PS C:\Users\alex> Import-Module AzureAD Import-Module : Could not load file or assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'. The system...

This seems like the obvious place to host the powershell code. And all the other client libraries are here. Is there a reason the [AzureAD powershell module](https://docs.microsoft.com/en-us/powershell/azure/active-directory/install-adv2?view=azureadps-2.0) isn't here? Can...