Archiv rubriky: Exchange Server / Exchange Online

How set static global catalog on MS Exchange Server 2010

Show current settings Powershell:    get-ExchangeServer -identity <servername> -status | fl Powershell:   get-ADServersettings | fl   you can find info in the Event log/app id = 2080 ——————————————————————————— Set Static GC Server Powershell: Set-ExchangeServer -Identity <servername> -StaticGlobalCatalogs <FQDN of DC GC > … Celý příspěvek

Rubriky: Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem How set static global catalog on MS Exchange Server 2010

MS Exchange 2010 – get setting of continuous replication – block mode

Get-Counter -ComputerName DAGNAME -Counter „\MSExchange Replication(*)\Continuous replication – block mode Active“ 1 = block mode is active 0 = is not. Active Database will always show „0“  

Rubriky: Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem MS Exchange 2010 – get setting of continuous replication – block mode

MS Exchange 2010 – the number of users connected to CAS, počet připojených uživatelů k CAS serveru

Get-Counter -ComputerName NameOfServer  „\MSExchange RpcClientAccess\User Count“

Rubriky: Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem MS Exchange 2010 – the number of users connected to CAS, počet připojených uživatelů k CAS serveru

How change scope / jak změnit scope pro vyhledávání a práci s objekty(mailbox) v celém AD Forestu (AD, MS Exchange 2010/2013)

V případě členitého AD Forestu se nám při vyhledávání objektů (např. mailboxů) v jiné než v ROOT domain stane,  že objekt nebyl nalezen. Můžeme použít  Get-Mailbox -IgnoreDefaultScope,  ale ne vždy nám to problém vyřeší. Pro změnu scope a odstranění překážek … Celý příspěvek

Rubriky: Active Directory, Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem How change scope / jak změnit scope pro vyhledávání a práci s objekty(mailbox) v celém AD Forestu (AD, MS Exchange 2010/2013)

Sent Items Management Feature – copy of send message to source mailbox (owa MS Exchange 2010 SP3 RU2)

We have user1 and user2 user2 has permission to „Send As“ user1 Add-ADPermission „user1“ -User „user2“ -ExtendedRights „Send-As“ Although I set options in OWA „copied to your Sent Items folder and to the sender’s Sent Items folder“ , still does not work after this … Celý příspěvek

Rubriky: Exchange Server / Exchange Online | Komentáře nejsou povolené u textu s názvem Sent Items Management Feature – copy of send message to source mailbox (owa MS Exchange 2010 SP3 RU2)