Raise AD Forest Functional Level
In PowerShell type $CurrentForest = Get-ADForest Set-ADForestMode -Identity $CurrentForest -Server $CurrentForest.SchemaMaster -ForestMode Windows2008R2Forest
Grumpissimo loves kiełbasa
In PowerShell type $CurrentForest = Get-ADForest Set-ADForestMode -Identity $CurrentForest -Server $CurrentForest.SchemaMaster -ForestMode Windows2008R2Forest
Step by step instruction on SSTP VPN: Configure SSTP VPN with Self-Signed Certificate on Windows Server 2019 (msftwebcast.com)
Reallocate shadow storage for drive G: from G: to C: Elevated command prompt cmd> diskshadow diskshadow> list shadows all diskshadow> delete shadows volume G: diskshadow> exit cmd> vssadmin add shadowstorage /For=G: /On=C: /MaxSize=20GB cmd> exit
https://4sysops.com/archives/convert-windows-server-2019-evaluation-to-the-retail-edition/
Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period Bassically, in elevated command prompt: slmgr -dlv slmgr -rearm Restart-Computer slmgr -dli