-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft modules support #5
Comments
az CLIUrl: https://docs.microsoft.com/cs-cz/cli/azure/install-azure-cli-windows?view=azure-cli-latest&tabs=azure-cli Current status for Lazy Admin: |
Azure PowerShell Az module
Url: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps-msi?view=azps-4.4.0 Current status for Lazy Admin: |
The Azure Active Directory PowerShell for Graph module
Url: https://docs.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0 Current status for Lazy Admin: |
ExchangeOnlineManagementUrl: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps Current status for Lazy Admin:
Import-Module ExchangeOnlineManagement -UseWindowsPowerShell
$SessionOptions = New-PSSessionOption -ProxyAccessType IEConfig
Connect-ExchangeOnline -PSSessionOption $SessionOptions
Get-EXOMailbox john | ConvertTo-Json -Compress |
Microsoft Graph PowerShell SDKUrl: https://docs.microsoft.com/en-us/graph/powershell/installation The service library contains models and request builders that are generated from Microsoft Graph metadata to provide a rich, strongly typed, and discoverable experience when working with the many datasets available in Microsoft Graph. The core library provides a set of features that enhance working with all the Microsoft Graph services. Embedded support for retry handling, secure redirects, transparent authentication, and payload compression, improve the quality of your application's interactions with Microsoft Graph, with no added complexity, while leaving you completely in control. The core library also provides support for common tasks such as paging through collections and creating batch requests. Current status for Lazy Admin: |
az cli: az login seems to work
exchange: EXOPSSession should work https://docs.microsoft.com/en-us/powershell/exchange/mfa-connect-to-exchange-online-powershell?view=exchange-ps
The text was updated successfully, but these errors were encountered: