New-AzADApplication

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 » New-AzADApplication

How to create a new Azure Active directory application with Azure PowerShell

Cmdlet Description:

The cmdlet allows you to create a new Azure Active Directory application. You need the following permission to do this:

  • Azure Active Directory Graph
    • Application.ReadWrite.OwnedBy
  • Microsoft Graph
    • Directory.AccessAsUser.All
    • Directory.ReadWrite.All

PowerShell Syntax:

New-AzADApplication -DisplayName <String> -IdentifierUris <String[]> [-HomePage <String>] [-ReplyUrls <String[]>] [-AvailableToOtherTenants <Boolean>] [-DefaultProfile <IAzureContextContainer>] [-WhatIf] [-Confirm] [<CommonParameters>]

Example: Create a new Azure AD application

New-AzADApplication -DisplayName "FirstApplication" -HomePage "http://www.xyz.com" -IdentifierUris "http://FirstApplication"

Description: The above command creates a new Azure Active Directory application named "FirstApplication", without any 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 Active Directory, file servers, member serversNetApp filers, EMC servers, and workstation events to help meet the demands of the much-needed security, audit and compliance.

With ADAudit Plus' 200+ detailed reports and instant alerts , track authorized and unauthorized GPO, group, OU, computer, and AD management changes, user accessesandfile/folder modifications. You can also export the reports to XLS, HTML, PDF and CSV formats to assist in further analysis and forensics. For more information on ADAudit Plus, visit https://www.manageengine.com/active-directory-audit/.