AzureADStuff

1.0.11

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
- Get-AzureADAccountOccurrence - for getting all occurrences of specified account in your Azure environment
- Add-AzureADAppCertificate - add the auth. certifi
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
- Get-AzureADAccountOccurrence - for getting all occurrences of specified account in your Azure environment
- Add-AzureADAppCertificate - add the auth. certificate (existing or create self-signed) to selected Azure application as an secret
- Get-AzureADAppVerificationStatus
- Get-AzureADAppConsentRequest - for getting all application admin consent requests
- Remove-AzureADAppUserConsent - removes user consent
- Get-AzureDevOpsOrganizationOverview - list of all DevOps organizations
- ...

Some of the authentication-related functions:
- 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.11

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

Install-PSResource -Name AzureADStuff -Version 1.0.11

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 87 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 52 8/11/2022
1.0.12 20 7/24/2022
1.0.11 (current version) 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