This folder contains PowerShell samples for Microsoft Graph API using the Microsoft Graph PowerShell SDK.
- PowerShell 5.1 or PowerShell 7+
- Microsoft Graph PowerShell SDK
- Valid Azure AD application with appropriate permissions
-
Install the Microsoft Graph PowerShell SDK:
Install-Module Microsoft.Graph -Scope CurrentUser
-
Register an application in Azure AD
-
Configure the necessary permissions for Microsoft Graph
-
Update the configuration files with your application details
-
Run the samples
Samples will be added here
Please follow PowerShell best practices and include appropriate documentation for any new samples.