Prev: Can I hide an attribute of certain users only in the GAL without changing AD ?
Next: Exchange 2007: Resource auto booking attendant response messages giving US date format
From: S D on 5 Feb 2010 08:00 Hello! When I use: Get-MailboxRegionalConfiguration -Identity user I get: #TYPE Microsoft.Exchange.Data.Storage.Management.MailboxRegionalConfiguration "PSComputerName","RunspaceId","DateFormat","Language","DefaultFolderNameMatchingUserLanguage","TimeFormat","TimeZone","Identity","IsValid" "computer.domain","IDCode","d.M.yyyy","sl-SI","False","H:mm","Central Europe Standard Time",,"True" As you can see Identity is empty, so I can't set anything in mailboxregionalconfiguration. How to change this identity. Everything else of user's mailbox is working OK. Thanks for help in advance __________ Information from ESET NOD32 Antivirus, version of virus signature database 4837 (20100205) __________ The message was checked by ESET NOD32 Antivirus. http://www.eset.com
From: Ed Crowley [MVP] on 7 Feb 2010 03:11
There's nothing to get until you've set it. Run Set-MailboxRegionalConfiguration -Identity user and setttings, and then run Get-MailboxRegionalConfiguration and there should be something to see. -- Ed Crowley MVP "There are seldom good technological solutions to behavioral problems." .. "S D" <si124(a)hotmail.com> wrote in message news:8C582276-1BAB-4818-A09E-4B78589D1AF8(a)microsoft.com... > Hello! > > When I use: > > Get-MailboxRegionalConfiguration -Identity user > > I get: > #TYPE > Microsoft.Exchange.Data.Storage.Management.MailboxRegionalConfiguration > "PSComputerName","RunspaceId","DateFormat","Language","DefaultFolderNameMatchingUserLanguage","TimeFormat","TimeZone","Identity","IsValid" > "computer.domain","IDCode","d.M.yyyy","sl-SI","False","H:mm","Central > Europe Standard Time",,"True" > > As you can see Identity is empty, so I can't set anything in > mailboxregionalconfiguration. > How to change this identity. Everything else of user's mailbox is working > OK. > > Thanks for help in advance > > > > __________ Information from ESET NOD32 Antivirus, version of virus > signature database 4837 (20100205) __________ > > The message was checked by ESET NOD32 Antivirus. > > http://www.eset.com > > > |