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 ...
Veeam Windows Server 2019: Deactivating UAC
Deactivating UAC in Windows 2008 R2 was possible via running msconfig (for example winkey+r -> msconfig), going to the Tools ...
Ubuntu Install Shell in a box
Connect to commandline with SSH on a https connection
Step #1 Update Repositoriessudo apt-get update && upgrade -yStep #2 Install Shell ...
Ubuntu Add Private key to Ubuntu server
Generate key with putty key generatorSave the private keySaving with or whitout Key passphrasecopy the public key from the screenMake ...
Microsoft / WSUS Move WSUS Content
You can move the content to another drive/location using the wsusutil.exe, find this utility in C:\Program Files\Update Services\Tools Command: wsusutil.exe movecontent ...
Microsoft Install MSE on a Windows Server
Download MSE >>>klik hier voor download<<<Set Compatiblity mode on Windows 7Launch file with commandlineC:\Temp\mseinstall.exe /disableoslimit ...
CentOS Colorscheme VIM
Instructions
Connecting via SSH to your server
Browse to your user directory with the following command: cd ~
Create a .vimrc ...
CentOS Update FOG Image Server
yum install git
sudo -i
git clone https://github.com/FOGProject/fogproject.git /root/fogproject
cd /root/fogproject/
git checkout dev-branch
git pull
cd bin
./installfog.sh
Navigate to http://IPofYourFOGServer/fog/management ...
Microsoft / MDT Achtergrond wijzigen van de Microsoft Deployment Workbench
Controleer eerst waar de orginele file staat,De locatie bij een standaard installatie is C:\Program Files\Microsoft Deployment Toolkit\SamplesHier staat een BMP ...
Microsoft / MDT MDT – Create install.wim from install.esd
Create install.wim from install.esd
Download a fresh ISO using Microsoft’s MediaCreationTool.exe . Download link: https://go.microsoft.com/fwlink/?LinkId=691209
It does not matter which edition is selected, ...
CentOS Disk uitbreiden vergroten centos 7
Fdisk /dev/sda
M
(list commandos)
n
p
t
3
(option t ) 8e (voor lvm)
w
Reboot server
Pvcreate /dev/sda3
Vgdisplay
Vgextend centos /dev/sda3
Vgdisplay
Lvdisplay
pvscan
lvextend -L+20G /dev/centos_docker/home
Lvdisplay
Vgdisplay
Df -h
xfs_growfs /dev/centos_docker/home
Df -h
...