Skip to content

Commit 1ab53d8

Browse files
committed
Minor plans
1 parent 0b436d9 commit 1ab53d8

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

microsoftgraph/docs-conceptual/find-mg-graph-command.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Use Find-MgGraphCommand cmdlet"
3-
description: "Learn how to use the Find-MgGraphCommand to aid in discoverability of cmdlets."
2+
title: Use Find-MgGraphCommand
3+
description: Learn how to use the Find-MgGraphCommand to aid in discoverability of cmdlets.
44

55
ms.topic: how-to
66
ms.date: 01/22/2025
@@ -12,7 +12,7 @@ reviewer: maisarissi
1212
#customer intent: As a PowerShell user, I want to use the Find-MgGraphCommand cmdlet to easily discover the API path that a command calls, so that I can efficiently work with Microsoft Graph PowerShell commands and understand the permissions required for each command.
1313
---
1414

15-
# Use Find-MgGraphCommand cmdlet
15+
# Use Find-MgGraphCommand
1616

1717
`Find-MgGraphCommand` helps you discover which API path a command calls by providing a URI or command name.
1818

@@ -179,5 +179,4 @@ Get-MgUserActivityHistoryItem CrossDeviceExperiences GET /users
179179

180180
- [Find-MgGraphPermission cmdlet](find-mg-graph-permission.md)
181181
- [Microsoft Graph PowerShell overview](overview.md)
182-
- [Authentication and permissions in Microsoft Graph PowerShell](authentication.md)
183182
- [Microsoft Graph REST API reference](/graph/api/overview)

microsoftgraph/docs-conceptual/find-mg-graph-permission.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "UseFind-MgGraphPermission cmdlet"
3-
description: "Learn how to use the Find-MgGraphPermission to discover permissions related to a ___domain."
2+
title: Use Find-MgGraphPermission
3+
description: Learn how to use the Find-MgGraphPermission to discover permissions related to a ___domain.
44

55
ms.topic: how-to
66
ms.date: 01/22/2025
@@ -12,7 +12,7 @@ reviewer: maisarissi
1212
#customer intent: As a Microsoft Graph PowerShell user, I want to find the identifier for a specific permission, so that I can accurately supply the permission-related parameters of commands like New-MgApplication and other application and consent related commands.
1313
---
1414

15-
# Use Find-MgGraphPermission cmdlet
15+
# Use Find-MgGraphPermission
1616

1717
The Microsoft Graph PowerShell SDK requires users to understand both the semantics and syntax of Microsoft Graph API permissions. The `Find-MgGraphPermission` cmdlet helps answer the following questions:
1818

microsoftgraph/docs-conceptual/get-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Get started with the Microsoft Graph PowerShell SDK"
3-
description: "Get started with the Microsoft Graph PowerShell SDK by using it to perform some basic tasks."
2+
title: Get started with the Microsoft Graph PowerShell SDK
3+
description: Get started with the Microsoft Graph PowerShell SDK by using it to perform some basic tasks.
44

55
author: msewaweru
66
manager: mwongerapk
@@ -17,7 +17,7 @@ In this Quickstart, you use the Microsoft Graph PowerShell SDK to perform some b
1717

1818
## API version
1919

20-
The SDK contains two modules, Microsoft.Graph and Microsoft.Graph.Beta that call the [Microsoft Graph REST API v1.0](/graph/api/overview?view=graph-rest-1.0) and [Microsoft Graph REST API beta](/graph/api/overview?view=graph-rest-beta), respectively. Cmdlets are available for the module that is installed.
20+
The SDK contains two modules, Microsoft.Graph and Microsoft.Graph.Beta that call the [Microsoft Graph REST API v1.0](/graph/api/overview) and [Microsoft Graph REST API beta](/graph/api/overview?view=graph-rest-beta), respectively. Cmdlets are available for the module that is installed.
2121

2222
To get started with the SDK, follow these steps:
2323

0 commit comments

Comments
 (0)