Forum Discussion
SirJacobus
Jun 11, 2021Copper Contributor
Setting Outlook color categories by policy
Hi all, I´m trying to solve a customer request (regarding Offce 365) where they would like to have certain common color categories for all employees - that means, we would like to push it via server...
Jun 11, 2021
SirJacobus GPO is name only - the colors are added in order but I believe it picks up the next unused color for the first category - which would mean existing mailboxes could have a difference colors. Employees could delete them but they'll get added back.
You can add them using PowerShell. Still means going computer to computer - or use a VBScript in a logon script. I have examples of both in these articles:
VBScript example to load a text file of categories. File is laid out like this and can be created excel and saved as a csv.
category name ,color id, shortcut id
Create a List of Color Categories to Merge or Restore (slipstick.com)
Powershell:
Use PowerShell to Export and Import Categories (slipstick.com)
ruedigergrimm
Jun 29, 2021Copper Contributor
Hi SirJacobus,
I have similar issues in front of me.
And: I have a couple of Mac-users with Mac-Outlook running in the company. So, GPO won´t work... Are there any other ideas? My intention is, that everybody can "flag" calendar-entries in the same way, company-wide. For Example: A "blue"-entry is always a Presales-Appointment, a "red" entry is always "Marketing" and so on. I would appreciate any ideas on this.
Thanks ,
Ruediger
I have similar issues in front of me.
And: I have a couple of Mac-users with Mac-Outlook running in the company. So, GPO won´t work... Are there any other ideas? My intention is, that everybody can "flag" calendar-entries in the same way, company-wide. For Example: A "blue"-entry is always a Presales-Appointment, a "red" entry is always "Marketing" and so on. I would appreciate any ideas on this.
Thanks ,
Ruediger
- Jun 29, 2021Log into their mailbox on windows and update using PowerShell. If the calendars you want categorized are shared calendars, they just need the right permission levels to access the categories in the shared mailbox.