AzureADStuff

1.0.13

Various Azure related functions. Some of them are explained at https://doitpsway.com/.

Some of the interesting functions:
- Add-AzureADAppUserConsent - granting permission consent on behalf of another user
- Add-AzureADAppCertificate - add the auth. certificate (existing or create self-signed) to selected Azure application as an secret
- Get-AzureADAccountOccurre
Various Azure related functions. Some of them are explained at https://doitpsway.com/.

Some of the interesting functions:
- Add-AzureADAppUserConsent - granting permission consent on behalf of another user
- Add-AzureADAppCertificate - add the auth. certificate (existing or create self-signed) to selected Azure application as an secret
- Get-AzureADAccountOccurrence - for getting all occurrences of specified account in your Azure environment
- Get-AzureADAppVerificationStatus
- Get-AzureADAppConsentRequest - for getting all application admin consent requests
- Get-AzureDevOpsOrganizationOverview - list of all DevOps organizations
- Remove-AzureADAccountOccurrence - remove specified account from various Azure environment sections and optionally replace it with other user and inform him. Can be used in conjunction with Get-AzureADAccountOccurrence.
- Remove-AzureADAppUserConsent - removes user consent
- ...

Some of the authentication-related functions:
- Connect-AzureAD2 - smarter version of Connect-AzureAD that can reuse existing session and more
- New-AzureDevOpsAuthHeader
- New-GraphAPIAuthHeader
Show more

Minimum PowerShell version

5.1

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Module -Name AzureADStuff -RequiredVersion 1.0.13

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

Install-PSResource -Name AzureADStuff -Version 1.0.13

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Copyright

(c) 2022 @AndrewZtrhgf. All rights reserved.

Package Details

FileList

Version History

Version Downloads Last updated
1.1.2 82 1/16/2024
1.1.1 257 7/11/2023
1.1.0 42 6/9/2023
1.0.15 257 10/14/2022
1.0.14 23 10/4/2022
1.0.13 (current version) 52 8/11/2022
1.0.12 20 7/24/2022
1.0.11 35 7/3/2022
1.0.10 88 5/19/2022
1.0.9 17 5/18/2022
1.0.8 10 5/18/2022
1.0.7 10 5/18/2022
1.0.5 11 5/17/2022
1.0.4 30 3/25/2022
1.0.3 13 3/25/2022
1.0.2 14 3/25/2022
1.0.1 20 3/18/2022
1.0 15 3/18/2022
Show less