Microsoft.Graph.Copilot is a PowerShell module that enables you to interact with the Microsoft Graph Copilot related APIs.
This module is not developed by Microsoft.
- Author: Daniel Bradley
- Connect with me on LinkedIn: https://www.linkedin.com/in/danielbradley2/
- Chec out my website: https://ourcloudnetwork.com
*The module is as stable as the current Microsoft Graph Beta APIs. Some cmdlets may not work as expected everytime.
# Install in the current user context
Install-Module Microsoft.Graph.Copilot -scope CurrentUser
# Install in the all user context
Install-Module Microsoft.Graph.Copilot -scope AllUsersCheck out the Microsoft Graph Copilot docs ❤️
To contribute to this module, please fork the repository and submit your pull request from there.
- Use the GitHub issue tracker to report bugs
- Describe the bug in detail
- Include PowerShell and module versions
- Provide steps to reproduce the issue