Skip to content

Latest commit

 

History

History
89 lines (70 loc) · 4.22 KB

README.md

File metadata and controls

89 lines (70 loc) · 4.22 KB
ArtifactType Language Platform Tags
Module Az.Adm
Powershell
Windows / Linux / Mac
Powershell, Azure, Adm, Management, Accounts, Rbac, Snapshot, Assessment, Security, Resource, Engineer

GitHub GitHub top language Azure

Workflow Powershellgallery

GitHub last commit GitHub repo size

Welcome

Az.Adm

This repository aims to have modules and scripts created for Microsoft Azure administration

Description

Function to help in the everyday to manage Microsoft Azure.
This module contains the cmdlets for security assessments, to help support teams on a daily basis.

Main features:

  • Saving time on repetitive tasks
  • Generate reports security
  • Snapshot of all disks in a vms
  • Agility in landing zone design to apply tags
Cmdlets Docs Dependencies
Get-AzAdGroupRbac Basic Usage Az.Resources
Get-AzGraphUser Basic Usage Az.Resources, Az.Accounts
Get-AzGraphUserRbac Basic Usage Az.Resources, Az.Accounts, Az.Adm
New-AzSnapshotDisk Basic Usage Az.Resources, Az.Accounts, Az.ResourceGraph, Az.compute
New-AzSnapshotDiskAll Basic Usage Az.Resources, Az.Accounts, Az.ResourceGraph, Az.compute
New-AzSnapshotDiskOs Basic Usage Az.Resources, Az.Accounts, Az.ResourceGraph, Az.compute
Set-AzTag Basic Usage Az.Resources, Az.Accounts
Get-AzVnetInvertory Basic Usage Az.Resources, Az.Accounts, Az.Adm
Get-AzValidateWebAppMigrate Basic Usage Az.Resources, Az.Accounts, Az.Websites, Az.Adm, ImportExcel

Installation

Install-Module -Name Az.Adm

Script examples

Prerequisites

You can use the Az.Adm Module in both Cloudshell and Powershell Desktop.

What you need to run the script

1. Install-Module Az.Accounts
2. Install-Module Az.Resources
3. Install-Module Az.ResourceGraph
4. Install-Module Az.Compute
5. Install-Module Az.Websites
6. Install-Module ImportExcel
7. Install-Module Az.Adm
Modules Version
Az.Accounts 2.6.2
Az.Resources 5.1.0
AZ.ResourceGraph 0.12.0
Az.Compute 5.2.0
Az.Websites 2.12.0
ImportExcel 7.8.6

Folder Structures

Folder Objective
AZ.ADM Module Source Code
Docs Help and how to usage cmdlet
Scripts Example of how to use cmdlets in an automated way