Skip to content

Commit dcd2d2f

Browse files
(Azure CXP) Technical Doc Edit
Added following on line 28 as per MicrosoftDocs/azure-docs#45114 To install the public preview release, use the following. ```powershell Install-module AzureADPreview ``` For more infromation on how to connect to Azure AD using powershell , please see the article [Azure AD Powershell for Graph](https://docs.microsoft.com/powershell/azure/active-directory/install-adv2?view=azureadps-2.0). ------- cc: @MARKUSVI
1 parent edd7ba8 commit dcd2d2f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/active-directory/reports-monitoring/reference-powershell-reporting.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@ ms.collection: M365-identity-device-management
2525
> [!NOTE]
2626
> These Powershell cmdlets currently only work with the [Azure AD Preview](https://docs.microsoft.com/powershell/module/azuread/?view=azureadps-2.0-preview#directory_auditing) Module. Please note that the preview module is not suggested for production use.
2727
28+
To install the public preview release, use the following.
29+
30+
```powershell
31+
Install-module AzureADPreview
32+
```
33+
For more infromation on how to connect to Azure AD using powershell , please see the article [Azure AD Powershell for Graph](https://docs.microsoft.com/powershell/azure/active-directory/install-adv2?view=azureadps-2.0).
34+
2835
With Azure Active Directory (Azure AD) reports, you can get details on activities around all the write operations in your direction (audit logs) and authentication data (sign-in logs). Although the information is available by using the MS Graph API, now you can retrieve the same data by using the Azure AD PowerShell cmdlets for reporting.
2936

3037
This article gives you an overview of the PowerShell cmdlets to use for audit logs and sign-in logs.

0 commit comments

Comments
 (0)