Jump to content

Recommended Posts

Posted

Hi there,

 

Is there a way to force a theme on to all Live@Edu users within a domain? One of the builtin themes is perfectly adequate for us but I want it to apply to all users.

 

Also, I have a user setup purely for shared calendar purposes but when I go to the shared cal link the theme to that is the standard OWA gold/orange/yellow colouring. I'd like this to be a blue'ish colour instead but can't see where/if I can change this.

 

Any ideas anyone?

 

Thanks

Posted

Powershell, run and then read the output from:

 

get-help Set-OwaMailboxPolicy

 

Don't want to force themes so haven't tried, but there are theme attributes alongside useful stuff I have tinkered with. This kind of thing might work:

 

Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-DefaultMailboxPlan -DefaultTheme 1 -ThemeSelectionEnabled $false

Set-OwaMailboxPolicy -Identity OwaMailboxPolicy-GalDisabledMailboxPlan -DefaultTheme 1 -ThemeSelectionEnabled $false

 

You might not want to do it to both policies and you'll have to play to figure out which theme is number 1, which is 2 etc.. and adjust the commands to the number you want.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...