Skip to content

Commit fd16577

Browse files
authored
Merge pull request #662 from msewaweru/freshness-install-graphpps
Fresshness for the installation article
2 parents 47be13e + 494a59c commit fd16577

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

microsoftgraph/docs-conceptual/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: "Learn how to install the Microsoft Graph PowerShell SDK with Power
55
author: msewaweru
66
manager: CelesteDG
77
ms.topic: how-to
8-
ms.date: 03/05/2024
8+
ms.date: 03/12/2025
99
ms.author: eunicewaweru
1010

1111
#customer intent: As a PowerShell user, I want to install the Microsoft Graph PowerShell SDK, so that I can use it to interact with Microsoft Graph and perform tasks using PowerShell.
@@ -38,7 +38,7 @@ The Microsoft Graph PowerShell SDK comes in two modules, Microsoft.Graph and Mic
3838
Using the **Install-Module** cmdlet is the preferred installation method for the Microsoft Graph PowerShell modules.
3939

4040
> [!NOTE]
41-
> Installing the main modules of the SDK, Microsoft.Graph and Microsoft.Graph.Beta, will install all 38 sub modules for each module. Consider only installing the necessary modules, including `Microsoft.Graph.Authentication` which is installed by default when you opt to install the sub modules individually. For a list of available Microsoft Graph modules, use `Find-Module Microsoft.Graph*`.
41+
> Installing the main modules of the SDK, Microsoft.Graph or Microsoft.Graph.Beta, will install the over 47 sub modules for each module. Consider only installing the necessary modules, including `Microsoft.Graph.Authentication` which is installed by default when you opt to install the sub modules individually. For a list of available Microsoft Graph modules, use `Find-Module Microsoft.Graph*`.
4242
> Only cmdlets for the installed modules will be available for use.
4343
4444
To install the v1 module of the SDK in PowerShell Core or Windows PowerShell, run the following command.
@@ -78,7 +78,7 @@ To verify the installed submodules and their versions, run:
7878
Get-InstalledModule
7979
```
8080

81-
The version in the output should match the latest version published on the PowerShell Gallery. Now you're ready to use the SDK.
81+
The version in the output should match the latest version published on [the PowerShell Gallery](https://www.powershellgallery.com/packages/Microsoft.Graph). Now you're ready to use the SDK.
8282

8383
## Updating the SDK
8484

microsoftgraph/docs-conceptual/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
href: overview.md
55
- name: Getting started
66
items:
7-
- name: Installation
7+
- name: Install the SDK
88
href: installation.md
99
- name: Use PowerShell
1010
href: get-started.md

0 commit comments

Comments
 (0)