365 Useful Commands for Powershell Administration

Add Permissions $LiveCred = Get-Credential$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirectionImport-PSSession $Session//Add to OutlookUserA to BAdd-MailboxPermission -identity [email protected] -user [email protected] -AccessRights FullAccess //Don’t add to OutlookAdd-MailboxPermission […]

WorkSite 9.0 FAQ

What is WorkSite 9.0?The latest release of WorkSite, an evolution of WorkSite 8.5 server and clients for improved document, email, records, and matter management.  WorkSite 9.0 is […]

Exchange Server SSL security

https://www.ssllabs.com Run a Test on your enviromentThere is a PowerShell script from online resources that you can run on your web Servers to disable SSL v2, v3 and […]