Archiv rubriky: Powershell

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

Jak povolit TLS 1.1, 1.2 v windows / How enable TL 1.1 and TLS 1.2 in windows

Je nutne vytvořit klíče viz transcript. / You need to create following keys   ********************** Windows PowerShell transcript start Start time: 20131212112352 Username : FTSAMSVNB\masv Machine : FTSAMSVNB (Microsoft Windows NT 6.3.9600.0) ********************** Transcript started, output file is C:\Users\masv\Documents\PowerShell_transcript.20131212112352.txt PS … Celý příspěvek

Rubriky: MIcrosoft Windows (client/server), Powershell | Komentáře nejsou povolené u textu s názvem Jak povolit TLS 1.1, 1.2 v windows / How enable TL 1.1 and TLS 1.2 in windows

get computer AD site / jak zjistit AD site z powershellu (fuck jednoduchý příkaz)

[System.DirectoryServices.ActiveDirectory.ActiveDirectorySite]::GetComputerSite()

Rubriky: Active Directory, Powershell | Komentáře nejsou povolené u textu s názvem get computer AD site / jak zjistit AD site z powershellu (fuck jednoduchý příkaz)