Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

README.md

PowerShell Graph API Samples

This folder contains PowerShell samples for Microsoft Graph API using the Microsoft Graph PowerShell SDK.

Prerequisites

  • PowerShell 5.1 or PowerShell 7+
  • Microsoft Graph PowerShell SDK
  • Valid Azure AD application with appropriate permissions

Getting Started

  1. Install the Microsoft Graph PowerShell SDK:

    Install-Module Microsoft.Graph -Scope CurrentUser
  2. Register an application in Azure AD

  3. Configure the necessary permissions for Microsoft Graph

  4. Update the configuration files with your application details

  5. Run the samples

Samples

Samples will be added here

Contributing

Please follow PowerShell best practices and include appropriate documentation for any new samples.