Uncategorized
Raise AD Forest Functional Level

In PowerShell type $CurrentForest = Get-ADForest Set-ADForestMode -Identity $CurrentForest -Server $CurrentForest.SchemaMaster -ForestMode Windows2008R2Forest

Read more
Uncategorized
Activate SSTP VPN

Step by step instruction on SSTP VPN: Configure SSTP VPN with Self-Signed Certificate on Windows Server 2019 (msftwebcast.com)

Read more
Uncategorized
Reallocate Shadow Storage

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

Read more
Uncategorized
Convert Evaluation to Retail Edition

https://4sysops.com/archives/convert-windows-server-2019-evaluation-to-the-retail-edition/

Read more
Uncategorized
Extend trial period

Windows Server 2016/2019/2022 Evaluation: How to extend the Trial Period – SID-500.COM In this blog post I will show you how to extend your trial period to three years. The evaluation version of Windows Server 2016 / 2022 is valid for 180 days an… SID-500.COM Bassically, in elevated command prompt: slmgr -dlv slmgr -rearm Restart-Computer […]

Read more