New ResponseCancelCopy to Archive Copy to ArchiveMove to Archive Move to Archive


Document Library
Main Topic

Kurt Tomicich
2011/12/29


Procedure
Reference
Subject:Set up Hosted Exchange (Office 365)
Category:Software\ Microsoft Office365
Version:3
Revision Date:2016/08/10 Modified: 2016/08/10
 
OriginatorReviewers
Kurt Tomicich
Updated 8/10/2016
  1. http://www.office365.com and create an account
  2. PARTNER INFORMATION
  3. Add Domain(s) and create DNS entries as required
      • Hide details for If you cannot create a TXT or MX record for verification, this is for PowerShell CName verification:If you cannot create a TXT or MX record for verification, this is for PowerShell CName verification:
          • Modify the last line in the attached text file to include the domain we're working with and paste that text into PowerShell
            • import-module MSOnline
            • connect-msolservice
            • Set-ExecutionPolicy Unrestricted
            • $Cred = Get-Credential
            • $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $Cred -Authentication Basic –AllowRedirection
            • Import-PSSession $Session
            • Get-MsolDomainVerificationDns -DomainName DOMAINNAME.COM
          • It will return a bunch of stuff, you're going to go to DNS Management and create a CName record so the address specified in Label is pointing to the address in CanonicalName
  4. Create all user accounts
  5. Modify Policy so passwords don't expire -
  6. Turn off Clutter / Focused Inbox ?? On PowerShell doc Database 'KRT Docs', View 'By Category', Document '1. PowerShell Stuff for Office 365'
  7. OWA as default MAPI client - NOT POSSIBLE AS OF 11/2012


NEW Client Doc Form 11/14/2012


..





All Documents   By Author   By Category   By Alternate Name   Review Status   Help