Shares created on Windows Server 2012 R2 are are inaccessible from Windows XP, Windows Server 2003 or Windows Server 2008. When you try to access the share you will get… Read more »
VB Script to collect Windows server hardware details. Script will Collect Serial Number, Make, Model, OS, CPU, RAM, Drive details on multiple servers remotely. Copy below contents and save as… Read more »
Recently found that some of the our maintenance VB script used for placing servers in Maintenance mode on SCOM were not working and were throwing errors as listed below: Error:… Read more »
Microsoft recently announced registrations for the Microsoft Student Associates (MSA) – India Program. If you are a student, have a passion for Microsoft technologies, love social media and are involved… Read more »
With the robocopy, we can use the below syntax to copy everything from “x:\source” to “\\server\x\dest” including sub-directories: robocopy x:\source \\server\x\dest /e /r:0 /w:0 Robocopy will look for the date… Read more »
While server re-image you would need to make a note of existing network configuration settings and then manually complete the configuration once the server is completed with OS Deployment. This… Read more »