Latest Posts
Outlook Web Access ‘Contacts’ not working
This is a strange and ‘under documented’ issue that causes the ‘People’ feature (aka Contacts) in Outlook Web Access to not work. You are unable to create new contacts nor are you able to view info for existing contacts. There is a solution and there is a reason but it is buried in a small …
Read onLimit, Prevent and Manage Office 365 Group Creation
Prevent Users from creating Office 365 Groups – OPTION1 Follow the link and for step 1 “Do not add users to the security group” This will disallow All users from being able to create Office 365 Groups. Only Allow specific Users or Groups to create Office 365 Groups – OPTION2 Follow the link and for …
Read onSkyKick Migration to Office 365 – Considerations for Office 2016
Scenario: You are conducting an On Premises Exchange migration to Office 365 and you intend to upgrade to Office 2016 Review this information: Outlook Assistant Autodiscover Preferred migration plan: Create office 365 tenancy, add users and license them accordingly Install Office 2016 on each licensed users machine Plan the migration in SkyKick portal Kick off …
Read onTurn Off Outlook “Clutter” feature with PowerShell
What is Clutter? – https://blogs.office.com/2015/03/03/making-clutter-office-365-even-better/ Here’s how to disable the Clutter feature in Outlook using PowerShell for All mailboxes or individual. Please also note that this will “Disable” the Clutter feature but the Clutter folder will still remain visible. If you have Clutter enabled it will appear in the options area of your Office 365 …
Read onHow to copy a users Office 365 email with PowerShell
This is a simple method of “moving” a users email from their Office 365 account to a “Target Folder” in another users account using PowerShell. If you are unable to access their email in any other way this will work well. Firstly ensure the user connecting to Exchange Online is a member of the …
Read onOpen a Shared Calendar in Office 365 without mapping the inbox
Scenario: You want users to have Full access to a shared calendar but… You don’t want the inbox of this new account to be mapped to the users profile. The above scenario can be achieved via PowerShell First connect to the MSOL Exchange tenant with PowerShell $UserCredential = Credential [email protected] $Session = New-PSSession -ConfigurationName …
Read on