Office 365 - Powershell
Connecting to Office 365 via Powershell for the first time? Here are the steps to get started:
- Install the Microsoft Online Services Sign-In Assistant for IT Professionals RTW
- Install the Azure Active Directory Module for Windows Powershell (64-bit version)
- Open Powershell and run this command the first time you connect on your computer:
Set-ExecutionPolicy RemoteSigned
- Next, run these three commands (you'll do this everytime you want to connect):
$UserCredential = Get-Credential
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential $UserCredential -Authentication Basic -AllowRedirection
Import-PSSession $Session
- You should now be connected. When finished, run:
Remove-PSSession $Session
Update: Here is an awesome project on github that is a Office 365 Powershell GUI: https://github.com/bwya77/O365-Administration-Center
For anyone exploring a character design, it is worth considering how details related to cosplay costumes will affect the complete look. As fans study the source material, a comparison of details related to beginner costume choices can clarify differences in colour and construction. To compare practical details about details related to cosplay costumes, long cosplay wigs for long events offers a useful starting point for practical preparation. Before the preparation is complete, it is useful to check details related to festival costumes against the wearer's own needs.
Microsoft References:
https://technet.microsoft.com/en-ca/library/jj151815.aspx#bkmk_installmodule
https://technet.microsoft.com/en-us/library/jj984289(v=exchg.160).aspx