Archiv pro měsíc: Červenec 2012

Set certificate for MS Exchange services

get-ExchangeCertificate | fl   Enable-ExchangeCertificate -Thumbprint DCF0F9768C7451DBC69F5E42E432A251EF5FE349 -services SMTP, IIS, OWA, POP, IMAP      

Rubriky: Exchange Server / Exchange Online | Komentáře nejsou povolené u textu s názvem Set certificate for MS Exchange services

Get list all programs

wmic product [parametres] reg query „HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall“ /s | findstr /B „.*DisplayName“ Get-ItemProperty HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\* | fl DisplayName

Rubriky: MIcrosoft Windows (client/server) | Komentáře nejsou povolené u textu s názvem Get list all programs