Hi,
here are the steps if you have installed WSUS on Server 2012R2 on the Windows Internal Database to reset the Database and WSUS itself.
Continue reading Windows: Reset WSUS and recreate SUSDB
Hi,
here are the steps if you have installed WSUS on Server 2012R2 on the Windows Internal Database to reset the Database and WSUS itself.
Continue reading Windows: Reset WSUS and recreate SUSDB
Hi,
there are two ways to join or leave a domain. The netdom command or the Powershell Command lets add-computer and remove-computer.
Continue reading Windows: Join a workgroup or domain from command line
Hi,
if you have a Windows Errorcode like 0xc000021a and want to decode it to a human readable format you can use certutil.
Continue reading Windows: Decode Win32 Error codes
Hi,
if you have the requierment to encrypt strings in Powershell the .NET Framework offers some classes for this case. This is a symmetric encryption. Receiver and Sender uses the same Password/Key to en- and decrypt the message.
Continue reading Powershell: En- and Decrypt string with AES256
Hi,
due to some security issues (Wannacry) Windows administrators are going to disable the unsecure smb1 protocol.
mount.cifs is using smb1 by default. So when you tried to connect to a Windows machine where smb1 is disabled you get an error: mount error(112): Host is down.
Continue reading Linux: mount.cifs failed with host is down