Posts

Showing posts with the label windows server 2012 r2

How to add user into localgroup using Command Prompt

Type net localgroup groupname username /add, where username is the name of the existing user you want to add and groupname is the name of the group you want to add them to. For example, if the group name is Accounting and the username is Bill, you would type net localgroup Accounting Bill /add. Then press Enter  C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add System error 1378 has occurred. The specified account name is already a member of the group. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /del The command completed successfully. C:\windows\system32>net localgroup "Remote desktop users" username@domain.com /add The command completed successfully. C:\windows\system32>net localgroup "remote desktop users" Alias name     remote desktop users Comment        Members in this group are granted the right to logon remotely Members -----------------------------------------

MDT Stuck on "Microsoft Deployment Toolkit" Screen

Image
 MDT Stuck on "Microsoft Deployment Toolkit" Screen Give permission to deploymentshare folder Read and Execute Share permission Read

How to fix sysprep problem in Windows 10 & 11

 How to fix sysprep problem in Windows 10 & 11 error: sysprep was not able to validate your windows installation review the log file at ... Problem: unable to run sysprep Log 2022-02-09 14:55:38, Error SYSPRP Package Microsoft.OneDriveSync_21220.1024.5.0_neutral__8wekyb3d8bbwe was Solution:  Disable BitLocker.  get-appxpackage -allusers -name "microsoft.Onedrivesync" | Remove-appxpackage Reference: https://learn.microsoft.com/en-us/answers/questions/729350/windows-11-will-not-sysprep-do-to-onedrive How do I fix sysprep error in Windows 10? How to fix sysprep was not able to validate error on Windows 11? Does sysprep work with Windows 11? How do I troubleshoot sysprep?

Reset Grace period in Windows Server 2012

Image
Reset Grace period | Windows Server 2012 r2 terminal server   Reset Your 120 day’s Grace period From your Terminal Server or Remote Desktop Go to registry editor and delete following registry. This would be completed with administrator permissions on RCM folder HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Terminal Server\RCM\GracePeriod