AzureCommonStuff

1.0.5

Various Azure related functions focused on authentication etc. More details at https://doitpshway.com/series/azure.
Some of the interesting functions:
- Connect-AzAccount2 - proxy function for Connect-AzAccount, but supports reusing the existing session
- Connect-PnPOnline2 - proxy function for Connect-PnPOnline with some enhancements like: automatic MFA auth if MF
Various Azure related functions focused on authentication etc. More details at https://doitpshway.com/series/azure.
Some of the interesting functions:
- Connect-AzAccount2 - proxy function for Connect-AzAccount, but supports reusing the existing session
- Connect-PnPOnline2 - proxy function for Connect-PnPOnline with some enhancements like: automatic MFA auth if MFA detected, skipping authentication if already authenticated etc
- Invoke-AzureBatchRequest - function to make batch requests against Azure Resource Manager provider (unofficial) api
- New-AzureBatchRequest - function to create batch request object usable against Azure Resource Manager provider (unofficial) api
- New-AzureDevOpsAuthHeader - creates auth header for DevOps authentication
- ...
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 AzureCommonStuff

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

Install-PSResource -Name AzureCommonStuff

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

Author(s)

  • @AndrewZtrhgf

Tags

Azure AzureCommonStuff PowerShell Monitoring Audit Security Graph Runbook Batch ARM

Functions

Connect-AzAccount2 Connect-PnPOnline2 FilterBy-AzureScope Get-AuthenticatedSPIdentityAppId Invoke-AzureBatchRequest New-AzureBatchRequest New-AzureDevOpsAuthHeader Start-AzureSync

PSEditions

Core Desktop

Dependencies

Release Notes


           1.0.5
               CHANGED
                   Invoke-AzureBatchRequest - added parameter "dontAddRequestName"
               FIXED
                   Invoke-AzureBatchRequest - pipeline fixes
                   New-AzureBatchRequest - slashes replace fix
           1.0.4
               ADDED
                   Invoke-AzureBatchRequest
                   New-AzureBatchRequest
           1.0.3
               CHANGED
                   New-AzureDevOpsAuthHeader - MSAL is now not default auth
           1.0.2
               ADDED
                   Connect-PnPOnline2 - new parameter useWebLogin
           1.0.1
               CHANGED
                   fixes & new parameters for Connect-AzAccount2
           1.0.0
               Initial release. Some functions are migrated from now deprecated AzureADStuff module, some are completely new.
           

FileList

Version History

Version Downloads Last updated
1.0.5 (current version) 3 6/6/2025
1.0.4 5 6/5/2025
1.0.3 55 3/19/2025
1.0.2 1,783 5/19/2024
1.0.1 79 3/11/2024
1.0.0 71 1/17/2024
Show more