Office 365 Directory Synchronization customization

September 26, 2012 by

Good news: customizing the Office 365 Directory Synchronization is now allowed for filtering of OU’s, Domains and Users!

This feature has been much requested in the field, so we’re pleased it’s finally now supported.

What Microsoft is specifically supporting is:

  • Exclude OU’s from being synchronized
    This allows for exlusions of OU’s (and underlying objects) and is done by specifying which OU’s to exclude in the Directory Partitions\Containers in the ILM configuration.
  • Exclude domains from being synchronized
    This options is to exclude whole domains (not forests) from being synchronized. Configured trough the Directory Partitions configuration in ILM
  • Exclude specific users from being synchronized
    This is done by filtering on AD object attributes. For example you could specify that all user objects that have “Netherlands” in their AD Country attribute will not be synchronized. You have freedom to select on which AD object attribute you want to filter. So if you want to make a very specific filter, you could opt to fill an ExtensionAttribute on specific user objects and use this to filter on in the Dirsync. Again, configuring the filters is done through the ILM management console.

If you already have Dirsync running, any configuration changes made will simply be applied after the next synchronization run (default=every 3 hours).

Here’s MS’ post on the O365 community:

http://community.office365.com/en-us/wikis/sso/configure-filtering-for-directory-synchronization.aspx

Requested value ‘CrossOrg, Pull, HighPriority’ was not found.

June 21, 2012 by

This error is caused when you open #Office365 with the Exchange Management Console.

Requested value ‘CrossOrg, Pull, HighPriority’ was not found.
System.ArgumentException: Requested value ‘CrossOrg, Pull, HighPriority’ was not found.
at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)
at Microsoft.Exchange.Configuration.MonadDataProvider.MonadDataReader.GetValue(Int32 ordinal)

Solution:
Install Exchange Management Console SP2 and Rollup 2 or higher

#Office365: Overview of the active services (Lync, Sharepoint or Exchange) per licensed User

June 13, 2012 by

cls

$test = “UPN;DisplayName;Lync;Sharepoint;Exchange”
$test | out-file LicenseMailbox.txt -append

get-msoluser -All | where {$_.isLicensed -eq $true} | ForEach-object {

$Lync = $_.Licenses[0].ServiceStatus[0].ProvisioningStatus
$sharepoint = $_.Licenses[0].ServiceStatus[1].ProvisioningStatus
$Exchange = $_.Licenses[0].ServiceStatus[2].ProvisioningStatus

$test = $_.UserPrincipalName+”;”+$_.DisplayName+”;”+$lync+”;”+$Sharepoint+”;”+$Exchange
$test | out-file LicenseMailbox.txt -append

}

#Office365 Certification JumpStart, Prepare your Exams!

May 25, 2012 by

A few days ago #Microsoft announced the Certification Jumpstart program for #office365. This program helps you to prepare your #Office365 Exams. In just three days you will be prepared to take both exams; #70-321(Deploying #Office 365) as well as the prerequisite exam #70-323 (Administering #Office365).  From my own experience I can say that the exams are  not easy(I passed the beta exams). Looking at the out-line of this Jumpstart program I think that all exam items are covered. More information, thye detailed program and the registration link can be found here.

AD FS 2.0 Rollup 2 has been released! #Office365 updates!

May 16, 2012 by

All, today Microsoft has released the ADFS2.0 Rollup 2 update. This update fixes some specific items related to #Office 365, like the reliability of the Active Directory Federation Services (AD FS) 2.0 services stops responding to requests in certain cases, especially when there is a large load on AD FS 2.0 federation server or federation server proxy. This issue can occur in both federation passive and federation active scenarios.

You can find a list of fixes here http://support.microsoft.com/kb/2681584 the list of new features can be found here: http://technet.microsoft.com/en-us/library/jj127245(v=ws.10).aspx Good to see quarterly  update on the federation side!


Follow

Get every new post delivered to your Inbox.