Hi Guys, This happens very often that you are going to services.msc and you want to restart service and after a few seconds, you see that service is hung (grey out). Step1. Grab the name of the service. Step2. Get PID of the service.sc queryex servername looking for PID Step3….
windows
I had to get SID for all Users that Logon Name begin with pa Get-ADUser -Filter {Name -like “pa*”} | Select Name,SID | Format-Table -Auto For all Groups that Name begin with pa Get-ADGroup -Filter {Name -like “pa*”} | Select Name,SID | Format-Table -Auto For all Computers that Name begin…
To find KMS server in your network you please type: slmgr.vbs /dlv or slmgr.vbs /dli Luca
Today simple tip how to migrate DHCP from Windows Server 2008 to 2012. Log on to the old/existing DHCP server. Click Start, click Run, type cmd in the Open box, right-click, and then “Run as Administrator”. Type netsh dhcp server export C:\Users\Desktop\dhcp.txt all , and then press ENTER. Install the…
Hi guys, Today I am going to describe problem which happens very often on the virtual Windows machines, however I have seen people complying about this problem on the physical servers. Problem: Windows is not recognizing correct space of the disk after extended it in the Disk Manager. Than you…