Archiv rubriky: Exchange Server / Exchange Online

How delete content of dumpster, Jak smazat obsah kontejneru „Dumpster“

Search-mailbox -identity <alias> -SearchDumpsterOnly -DeleteContent   Microsoft: http://technet.microsoft.com/en-us/library/dd298173.aspx  

Rubriky: Exchange Server / Exchange Online, Powershell | Komentáře nejsou povolené u textu s názvem How delete content of dumpster, Jak smazat obsah kontejneru „Dumpster“

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)