remote cpu and memory usage command line
wmic /node:HOSTNAME cpu get loadpercentage This will give you the CPU load for a remote system. wmic /node:HOSTNAME OS get FreePhysicalMemory This will give you free memory for a remote system
Remember, you are the product, not the customer.
wmic /node:HOSTNAME cpu get loadpercentage This will give you the CPU load for a remote system. wmic /node:HOSTNAME OS get FreePhysicalMemory This will give you free memory for a remote system
Automating software installation If you are a techie you know how annoying it is to install software over and over again on the systems you setup everyday. I always tried to find a way how to automate those tasks, … Read More »
https://gallery.technet.microsoft.com/scriptcenter/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D.Value=operatingsystem
Robocopy /MIR switch – mirroring file permissions cfsbloggers 31 Jul 2008 3:08 PM 4 Some customers pointed out what they believe to be a bug in Robocopy. The situation is: suppose that you copy your files using Robocopy in Windows … Read More »
wusa /uninstall /kb:3068708 /quiet /norestart wusa /uninstall /kb:3022345 /quiet /norestart wusa /uninstall /kb:2952664 /quiet /norestart wusa /uninstall /kb:2976978 /quiet /norestart wusa /uninstall /kb:2977759 /quiet /norestart wusa /uninstall /kb:3075249 /quiet /norestart wusa /uninstall /kb:3080149 /quiet /norestart wusa /uninstall /KB:3035583 /quiet /norestart … Read More »
by Jayse on Sep 29, 2011 at 4:52pm Introduction When you get a call from your customer asking why they cannot browse the new web app their primary software company just deployed you wonder…did they see the yellow bar that popped up … Read More »
Using Robocopy to delete old files from folder There are numerous occasions where you may want to keep a folder tidy and remove older files.We needed a solution for a shared folder that we wanted to control so that users … Read More »