Set-ExecutionPolicy Unrestricted -Force $Credential = Get-Credential $Session = New-PSSession –ConfigurationName Microsoft.Exchange -ConnectionURI https://outlook.office365.com/powershell/ -Credential $Cred –Authentication Basic –AllowRedirection Import-PSSession $Session -AllowClobber _____ Get-MsolContact -SearchString "DeLaCruz" (Searches through all user's Contacts) ____ Name, Alias, ServerName, ProhibitSendQuota Get-Mailbox delacruz.miguel@epa.gov _____ ItemCount, LastLogonTime Get-MailboxStatistics delacruz.miguel@epa.gov _____