Skip to content
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

Open
megastary opened this issue Jul 21, 2020 · 5 comments
Open

Microsoft modules support #5

megastary opened this issue Jul 21, 2020 · 5 comments
Assignees
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects

Comments

@megastary
Copy link
Member

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

@megastary megastary created this issue from a note in Lazy Admin (To do | New features) Jul 21, 2020
@megastary megastary moved this from To do | New features to In progress in Lazy Admin Jul 21, 2020
@megastary
Copy link
Member Author

az CLI

Url: https://docs.microsoft.com/cs-cz/cli/azure/install-azure-cli-windows?view=azure-cli-latest&tabs=azure-cli
About: The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation.

Current status for Lazy Admin:
az login works without problem even with MFA

@megastary megastary self-assigned this Jul 21, 2020
@megastary megastary added documentation Improvements or additions to documentation enhancement New feature or request labels Jul 21, 2020
@megastary
Copy link
Member Author

Azure PowerShell Az module

Former module AzureRM has been abandoned

Url: https://docs.microsoft.com/en-us/powershell/azure/install-az-ps-msi?view=azps-4.4.0
About: Starting in December 2018, the Azure PowerShell Az module is in general release and is now the intended PowerShell module for interacting with Azure. Az offers shorter commands, improved stability, and cross-platform support.

Current status for Lazy Admin:
TODO

@megastary
Copy link
Member Author

The Azure Active Directory PowerShell for Graph module

Former module MSOnline has been depracated

Url: https://docs.microsoft.com/en-us/powershell/module/azuread/?view=azureadps-2.0
About: Azure Active Directory PowerShell for Graph (AzureAD) is a module IT Pros commonly use to manage their Azure Active Directory. The cmdlets in the Azure AD module enable you to retrieve data from the directory, create new objects in the directory, update existing objects, remove objects, as well as configure the directory and its features.

Current status for Lazy Admin:
TODO

@megastary
Copy link
Member Author

megastary commented Jul 21, 2020

ExchangeOnlineManagement

Url: https://docs.microsoft.com/en-us/powershell/exchange/exchange-online-powershell-v2?view=exchange-ps
About: The Exchange Online PowerShell V2 module (abbreviated as the EXO V2 module) enables admins to connect to their Exchange Online environment in Microsoft 365 to retrieve data, create new objects, update existing objects, remove objects as well as configure Exchange Online and its features.

Current status for Lazy Admin:
Testing v1.0.1

Import-Module ExchangeOnlineManagement -UseWindowsPowerShell 
$SessionOptions = New-PSSessionOption -ProxyAccessType IEConfig
Connect-ExchangeOnline -PSSessionOption $SessionOptions
Get-EXOMailbox john | ConvertTo-Json -Compress

@megastary
Copy link
Member Author

Microsoft Graph PowerShell SDK

Url: https://docs.microsoft.com/en-us/graph/powershell/installation
About: The Microsoft Graph SDKs are designed to simplify building high-quality, efficient, and resilient applications that access Microsoft Graph. The SDKs include two components: a service library and a core library.

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:
TODO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
Lazy Admin
  
In progress
Development

No branches or pull requests

1 participant