Tag Archive: Office365

Apr 24 2012

Invaluable Tool for Testing Connectivity

Microsoft has been slowly expanding functionality for cloud based test utility for both on-premise and cloud based Exchange.  Test include single sign-on, RPC over HTTP (Outlook Anywhere), activesync, autodiscover and more.  If you are engaged in an Exchange cloud migration I highly suggest taking a look. https://www.testexchangeconnectivity.com/

Permanent link to this article: http://www.edalexanderconsulting.com/archives/527

Apr 21 2012

Basic PowerShell script for Office365

Logo_PowerShell

PowerShell scripting for Office365 Administration and deployment is pretty powerful.  Essentially, all scripts will start the same group of lines that provide for establishing a session and retrieving the Office365 commands.  Hope this helps provide a simple starting point. Set-ExecutionPolicy unrestricted Y $cred = Get-Credential $O365 = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell -Credential $cred -Authentication …

Continue reading »

Permanent link to this article: http://www.edalexanderconsulting.com/archives/512

Apr 06 2012

Office 365 and ADFS 2.0 Walkthrough

Tim Harrington posted a nice walkthrough for setting up and configuring ADFS 2.0 for Office365 single sign-on.  I recommend this as a good consolidated source well worth reading prior to installation. http://blogs.catapultsystems.com/tharrington/archive/2011/04/01/active-directory-federation-services-adfs-2-0-with-office-365-part-1-–-planning.aspx http://blogs.catapultsystems.com/tharrington/archive/2011/04/11/active-directory-federation-services-adfs-2-0-with-office-365-part-2-%E2%80%93-configuring.aspx

Permanent link to this article: http://www.edalexanderconsulting.com/archives/510

Older posts «