diff --git a/microsoftgraph/docs-conceptual/overview.md b/microsoftgraph/docs-conceptual/overview.md index 586f479bf2d..1c1c959cdf2 100644 --- a/microsoftgraph/docs-conceptual/overview.md +++ b/microsoftgraph/docs-conceptual/overview.md @@ -2,7 +2,7 @@ title: "Microsoft Graph PowerShell SDK overview" description: "Learn about the features of Microsoft Graph PowerShell that can help you derive insights and analytics, and build unique, intelligent apps." ms.topic: overview -ms.date: 12/19/2023 +ms.date: 11/26/2024 author: msewaweru manager: CelesteDG ms.author: eunicewaweru @@ -12,7 +12,7 @@ ms.reviewer: maisarissi --- # Microsoft Graph PowerShell overview -The Microsoft Graph PowerShell SDK acts as an API wrapper for the Microsoft Graph APIs, exposing the entire API set for use in PowerShell. It contains a set of cmdlets that helps you manage identities at scale from automating tasks to managing users in bulk using Microsoft Entra ID. +The Microsoft Graph PowerShell SDK acts as an API wrapper for the Microsoft Graph APIs, exposing the entire API set for use in PowerShell. It contains a set of cmdlets that help you manage identities at scale from automating tasks to managing users in bulk using Microsoft Entra ID. It will help administer every Microsoft Entra feature that has an API in Microsoft Graph. The commands in Microsoft Graph PowerShell are autogenerated from the Microsoft Graph API schema making it easier to get faster updates and functionality. The cmdlet reference content is also autogenerated from the API reference. @@ -39,7 +39,7 @@ To understand how to migrate from Azure AD PowerShell to Microsoft Graph PowerSh ## Install the Microsoft Graph PowerShell SDK -The Microsoft Graph PowerShell SDK is published on the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Graph). Follow the [Install the SDK](/graph/powershell/installation) instructions to install the Microsoft Graph PowerShell SDK. +The Microsoft Graph PowerShell SDK is published on the [PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Graph). Follow the [installation](/graph/powershell/installation) instructions to install the Microsoft Graph PowerShell SDK. ## Get started