Connect-AzAccount

Active Directory Auditing Tool

The Who, Where and When information is very important for an administrator to have complete knowledge of all activities that occur on their Active Directory. This helps them identify any desired / undesired activity happening. ADAudit Plus assists an administrator with this information in the form of reports. In real-time, ensure critical resources in the network like the Domain Controllers are audited, monitored and reported with the entire information on AD objects - Users, Groups, GPO, Computer, OU, DNS, AD Schema and Configuration changes with 200+ detailed event specific GUI reports and email alerts.

Object Access » Connect-AzAccount

How to connect authenticated accounts to Azure with Azure PowerShell.

Cmdlet Description:

The cmdlet allows connecting an authenticated account with an Azure environment so that Az Powershell cmdlet modules can be used.

Powershell Syntax:

Connect-AzAccount [-Environment <String>] [-Tenant <String>] [-Subscription <String>] [-ContextName <String>] [-SkipContextPopulation] [-UseDeviceAuthentication] [-Force] [-Scope <ContextModificationScope>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

Example: Connect to Azure with organizational credentials.

$Credential = Get-Credential Connect-AzAccount -Credential $Credential
Account SubscriptionName TenantId Environment
azureuser@xxxxxx.com Subscription1 xxxx-xxxx-xxxx-xxxx AzureCloud

Description: The Get-Credential cmdlet stores organizational credentials in the $credential variable. The Connect-AzAccount connects to the Azure account with $credential. The account can now authenticate to the Azure account using the stored credentials.

About ADAudit Plus

ADAudit Plus is a real-time, web-based Windows Active Directory change reporting software that audits, tracks, reports and alerts on Windows (Active Directory, workstations logon/logoff, file servers and servers), NetApp filers and EMC servers to help meet the demands of the much-needed security, audit and compliance.

With ADAudit Plus, you can track authorized/unauthorized AD management changes, access of users, GPO, groups, computer, OU. Track every file, folder modifications, access and permissions changes with 200+ detailed event-specific reports and get instant emails alerts. You can also export the results to XLS, HTML, PDF and CSV formats to assist in interpretation and computer forensics. For more information on ADAudit Plus, visit https://www.manageengine.com/active-directory-audit/.