Ed Alexander

Author's details

Name: Ed Alexander
Date registered: October 26, 2009
URL: http://www.edalexanderconsulting.com/

Latest posts

  1. Invaluable Tool for Testing Connectivity — April 24, 2012
  2. Basic PowerShell script for Office365 — April 21, 2012
  3. Office 365 and ADFS 2.0 Walkthrough — April 6, 2012
  4. Office365 PowerShell Script to Block Incoming Email from Specified Domain — July 10, 2011
  5. Moving from Documentum to SharePoint? — May 2, 2010

Most commented posts

  1. Has EMC Documentum Lost Its Way? — 6 comments
  2. SharePoint Online and BPOS Changes On the Way! — 1 comment
  3. SharePoint Migrator v1.0 Released — 1 comment

Author's posts listings

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 «