AzureResourceStuff

1.0.2

Various Azure related functions focused on resources. More details at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Get-AzureResource - return resources for all or just selected Azure subscription(s)
- New-AzureAutomationModule - import new (or update existing) Azure Automation PSH module (including its dependencies)
- Update-AzureAutoma
Various Azure related functions focused on resources. More details at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Get-AzureResource - return resources for all or just selected Azure subscription(s)
- New-AzureAutomationModule - import new (or update existing) Azure Automation PSH module (including its dependencies)
- Update-AzureAutomationModule
- ...
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 AzureResourceStuff -RequiredVersion 1.0.2

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

Install-PSResource -Name AzureResourceStuff -Version 1.0.2

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 PowerShell Monitoring Audit Security Graph Runbook

Functions

Get-AzureResource New-AzureAutomationModule Update-AzureAutomationModule

Dependencies

Release Notes


           * 1.0.0
               * Initial release. Some functions are migrated from now deprecated AzureADStuff module, some are completely new.
           * 1.0.1
               * EDIT
                   * New-AzureAutomationModule - added support for prerelease modules
           * 1.0.2
               * EDIT
                   * New-AzureAutomationModule - removed support for 7.1 runtime because official Az commands don't support it either
               * ADDED
                   * Update-AzureAutomationModule
           

FileList

Version History

Version Downloads Last updated
1.0.11 50 6/12/2024
1.0.10 3 6/12/2024
1.0.9 3 6/12/2024
1.0.8 5 6/11/2024
1.0.7 4 6/10/2024
1.0.5 5 5/19/2024
1.0.4 22 3/26/2024
1.0.3 19 3/9/2024
1.0.2 (current version) 26 1/25/2024
1.0.1 6 1/25/2024
1.0.0 16 1/17/2024
Show less