Saturday, May 08, 2021

Extend trial period

 The windows servers are installed in trial mode and can be extended as follows: 

The trial periods can be extended 6 times. To view the status of the trial and how many trial extensions are remaining the following command should be used on the PowerShell 

       
slmgr -dlv
 
To extend the period by 180 days when the expiry is reached use the following command
       
slmgr -rearm
 
The the settings can be seen using the following command
To extend the period by 180 days when the expiry is reached use the following command
       
slmgr -dli
 

No comments: