1 2 3 4 5 6 7 8 |
# Connect-AzAccount: Connect to Azure with an authenticated account for use with cmdlets from the Az PowerShell modules. Connect-AzAccount # Get-AzADGroup: Filters active directory groups. Get-AzADGroup # New-AzADGroup: Creates a new active directory group. New-AzADGroup -DisplayName ventas -MailNickname ventas |