PowerShell for Office 365 - Todd Klindt

[Pages:57] Todd Klindt

Todd.klindt@

@toddklindt

MSPSUG

Agenda

Before you Connect

? Except Exchange ? $PSVersionTable.PSVersion ? Also consider adding PSReadLine if you are not on Win10 ? Video walkthrough

Install Sign-in Assistant

A Word about Passwords

$MyAccount = Get-Credential

$username = admin@company. $password = "RightHereInPlainText" $secure = $password | ConvertTo-SecureString -AsPlainText ?Force $MyAccount = New-Object System.Management.Automation.PSCredential ($username, $secure)

Use an encrypted file

Windows Credential Manager

PowerShell

Use Credential Manager

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download