Connect-ToMgGraph

1.2.2

This PowerShell script provides different methods of authentication to Microsoft Graph:
- Scopes only: Connect using a specific set of read-only scopes.
- App Secret: Authenticate using client credentials (AppId, AppSecret, and Tenant).
- SSL Certificate: Authenticate using an SSL certificate.
- Interactive: User authentication is required on a browser.
- Devicelogin:
This PowerShell script provides different methods of authentication to Microsoft Graph:
- Scopes only: Connect using a specific set of read-only scopes.
- App Secret: Authenticate using client credentials (AppId, AppSecret, and Tenant).
- SSL Certificate: Authenticate using an SSL certificate.
- Interactive: User authentication is required on a browser.
- Devicelogin: Device code for authentication is required on a browser.
- Status: Displays Current's Session Status (connected or disconnected).
- Disconnects: Disconnects Current's Session Status (whether connected or disconnected) and asks for confirmation.
- Skipconfirmation: Disconnects Current's Session Status (whether connected or disconnected) do not ask for confirmation.

Show more

Installation Options

Copy and Paste the following command to install this package using PowerShellGet More Info

Install-Script -Name Connect-ToMgGraph

Copy and Paste the following command to install this package using Microsoft.PowerShell.PSResourceGet More Info

You can deploy this package directly to Azure Automation. Note that deploying packages with dependencies will deploy all the dependencies to Azure Automation. Learn More

Manually download the .nupkg file to your system's default download location. Note that the file won't be unpacked, and won't include any dependencies. Learn More

Owners

Package Details

Author(s)

  • Thiago Beier

Functions

Install-GraphModules

Dependencies

This script has no dependencies.

FileList

Version History

Version Downloads Last updated
1.2.2 (current version) 356 10/16/2024
1.2 19 10/1/2024
1.1 18 9/27/2024
1.0 8 9/27/2024