Microsoft KMS client setup keys









Generic Volume License Keys (GVLK)
In the tables that follow, you will find the GVLKs for each version and edition of ...
Microsoft How to renew RDS grace period on RDS hosts









To renew RDS grace period, you need to find the following registry key and delete it.

“HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\RCM\GracePeriod”

Before you can delete the ...
Microsoft / Exchange How to remove Exchange from Active Directory









Today’s article will show how to remove Exchange from Active Directory. We are going to force remove Exchange Server with ...
Microsoft / Exchange Remove on-premise mailbox properties from AD account









so make a list of users who are still not migrated keep their samaccount (loggin name)name in text file such ...
Microsoft / MDT Tool om log files makkelijk te bekijken









Trace log is een makkelijke tool om de logfiles te bekijken



https://www.microsoft.com/en-us/download/details.aspx?id=50012



 ...
Astaro UTM 9 Install certificate in UTM 9

































Maak een cert aan op een linux machine voor de astaro utm

openssl genrsa -aes256 -out <naamkey>.key 2048openssl req -new -key ...
VMware ESXi 6.5 remove Host Client Web Interface session timeout



















In VMware ESXi 6.5 the Host Client Web Interface session timeouts automatically every 15 minutes and then you have to log back in ...
Microsoft / MDT Windows update toevoegen in de WIM file met Powershell









Get-WindowsImage -ImagePath C:\WIM\install.wim



Remove-WindowsImage -ImagePath c:\wim\install.wim -index 1





Mount-WindowsImage -ImagePath c:\wim\install.wim -Index 1 -Path C:\Mountdir





Add-WindowsPackage -Path C:\Mountdir -PackagePath C:\MSU\New



Dismount-WindowsImage -Path C:\Mountdir -Save



Set-ExecutionPolicy ...
Microsoft / Exchange How to remove Exchange from Active Directory









Remove Exchange Server with ADSI Edit

Log in to the domain controller and navigate to the Start menu. Open Administrative Tools and start ADSIEdit.



Remove Exchange ...
Microsoft / ADFS Powershell view Certificates





Firstly open PowerShell and run cd Cert: , this will allow you to run the below commands.
Get-ChildItem -path cert:\LocalMachine\My – This will show ...
Microsoft Setup Server 2019 Enterprise CA 2/5: Offline Root CA





Setup Offline Root CA
First we will create the CApolicy.inf. This is a configuration file that defines multiple settings that are ...
Microsoft Setup Server 2019 Enterprise CA 3/5: Subordinate CA





Setup Subordinate CA
 
1. Start the Server manager and select “Add roles and features”

 
2. The “Add Roles and Features Wizard” will ...
Microsoft Setup Server 2019 Enterprise CA 4/5: Setup Group Policy





Setup Group Policy
 
1. Open “Group Policy Management”

 
2. Expand “Group Policy Management” -> “Forest: <domain>” -> “Domains” and Rightclick your domain. ...
Microsoft Setup Server 2019 Enterprise CA 5/5: Deploy Policy Templates





Deploy Policy Templates
 
1. On the Subordinate CA start the “Certification Authority” and select “Certificate Templates”. In the right pane all ...
Microsoft Enable Win32 long paths





Download and install administrative templates for Windows Server 2016 and 2019 in your Windows Server 2012 R2 Active Directory
Folow these ...
CentOS MYSQL / MARIADB commandos





[Inloggen in Mariadb] mysql -u root -p
CREATE USER 'username'@'localhost' IDENTIFIED BY 'password';
GRANT ALL PRIVILEGES ON *.* TO 'username'@'localhost' WITH GRANT ...