How to enable PSRemoting and control remote computer.
Category Archives: Microsoft
Convert Windows System MBR disk to GPT with EFI without data loss
Tutorial how to convert Windows System disk from MBR partitioning scheme to GPT (GUID Partition Table) without data loss in Windows Server 2012 R2.
This tutorial is targeted for VMWare virtual machine Windows Server 2012 R2, but it should be compatible with other Windows x64 editions (Vista/2008 and newer).
Exchange Error – MSExchangeFrontEndTransport ID 12014
Solution for Windows Server Event ID 12014 – MSExchangeFrontEndTransport Microsoft Exchange could not find a certificate that contains the domain name.
Exchange Error – HttpEvent Event ID 15021
Solution for Windows Server Event ID 15021 – HttpEvent error occurred while using SSL configuration for endpoint 0.0.0.0:444.
Czech: Během používání konfigurace protokolu SSL pro koncový bod 0.0.0.0:444 došlo k chybě. Stavový kód chyby je obsažen ve vrácených datech.
Poodlebleed – disable SSL 3.0 support on Windows Server 2012/2008/2003 R2
- regedit
- Go to: HKey_Local_MachineSystemCurrentControlSetControlSecurityProviders SCHANNELProtocols
- Create new key named “SSL 3.0”
- Inside SSL 3.0 create new key named “Server”
- Inside Server create new dword 32bit “Enabled”
- Make sure dword Enabled has value “0”
- Reboot server
There is registry source to fix it (PoodleBleed-Fix.reg):
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSecurityProvidersSCHANNELProtocolsSSL 3.0Server] "Enabled"=dword:00000000
Windows Server file Permissions chown
CheatSheet of useful CMD commands for Windows Server to folder and files permissions like chmod and chown. (continually updated)