AzureGroupStuff

1.0.1

Various Azure related functions focused on group accounts. More details at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Get-AzureGroupMemberRecursive - gets group members rerursive, supports various filtering options like skip disabled accounts etc
- Get-AzureGroupSettings - official Get-MgGroup -Property Settings doesn`t return anything
Various Azure related functions focused on group accounts. More details at https://doitpsway.com/series/azure.
Some of the interesting functions:
- Get-AzureGroupMemberRecursive - gets group members rerursive, supports various filtering options like skip disabled accounts etc
- Get-AzureGroupSettings - official Get-MgGroup -Property Settings doesn`t return anything for some reason
- Set-AzureRingGroup - function for dynamically setting members of specified "ring" groups based on the provided users list (members of the "rootGroup") and the members per group percent ratio ("ringGroupConfig").
- ...
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 AzureGroupStuff

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

Install-PSResource -Name AzureGroupStuff

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

Functions

Get-AzureGroupMemberRecursive Get-AzureGroupSettings Set-AzureRingGroup

Dependencies

Release Notes


           * 1.0.0
               * Initial release. Some functions are migrated from now deprecated AzureADStuff module, some are completely new.
           * 1.0.1
               * FIXES
                   * Get-AzureGroupMemberRecursive - skip duplicities, passing incorrect parameters when called recursive upon group objects
           

FileList

Version History

Version Downloads Last updated
1.0.1 (current version) 21 3/8/2024
1.0.0 17 1/17/2024