Monthly Archives: October 2015

Manage ‘Clutter’ Feature in Office 365

Microsoft has unilaterally imposed the ‘Clutter’ feature on all users of Office 365. If you want to disable this feature for all users in the domain, follow these instructions.

  1. Open Power Shell and run the following command:
    $UserCredential = Get-Credential
    Then enter your (administrator) Office365 credentials
  2. Run the following command (all on one line):
    $Session = New-PSSession -ConfigurationName Microsoft.Exchange
    -ConnectionUri https://outlook.office365.com/powershell-liveid/ -Credential
    $UserCredential -Authentication Basic -AllowRedirection
  3. Run the following command:
    Import-PSSession $Session
  4. Run the following command to turn off Clutter:
    Get-mailbox -ResultSize Unlimited | Set-Clutter -Enable $false
  5. Now remove the imported session with this command:
    Remove-PSSession $Session

Remote Desktop reverts to black screen then “1 of 20″ reconnect

When connected to a computer using Remote Desktop, you will sometimes find that the screen goes black and, after a while, you will get a “reconnecting” message and then it will return to normal.  This can happen anytime but seems to be more common when your session is minimized or otherwise idle for a while. We have seen this with both server and workstation hosts, mostly Windows 8 and Server 2008, 2012.

UPDATE: The crossed-out steps below never permanently fixed this problem, which occurred when the hosting machine (the machine to which remote users were connecting) was using a Comcast Internet connection.  Instead, what did fix it was replacing the Comcast-supplied Netgear Cable modem with an ARRIS SURFboard SB6183 DOCSIS 3.0 Cable Modem.  It is likely that any similar replacement modem will fix it.

Bitmap compression seems to be the culprit here.

On the RDP host:

1. GPEDIT.MSC

2. Navigate to:
Computer Configuration\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment

3. Enable “Configure compression for RemoteFX data” and set RDP compression algorithm to “Balances memory and network bandwidth.”

4. Click OK to save this change.

Sometimes it will also help to turn off “Persistent bitmap caching” on the RDP client (Experience tab.)