Services are mostly to go halt time to time which makes some function or application to cause issue or not start and when you know it is most likely by a service is stopped the below script can you help sort it.
Category Archives: Machine Mangement
Show all the Running Services
Checking the services on a machine is a easy job only if you want to check more than 1 machine. The script below will help you on this. to make it pretty i made the Running services in Green and else in Red
Get Boot Time
Getting boot time of the machine could come in handy on most of the situation. I normally get this request from teams saying “Hey can you get me the boot time of the machine” – i go like you know what use the script below. They go like you are a Star 😉
Restart a Machine via Powershell
As part of the System Admin life you would have used this statement at least once.Its “Have you restarted the computer?” LOL to help with that the script below.
Local Machine Profile and Registry Remove
HAHA.. this one seems to very interesting to me. One of the engineer asked me write this for him, he has to remove unwanted profiles from servers again talking about 500+ servers I wrote the below script giving him the ability to put in account that needs to be left alone and anything else canContinue reading “Local Machine Profile and Registry Remove”
Multi Copy
When you know scripting you also gain another extraordinary power which is laziness LOL. I am one of those lazy Admin’s who know Powershell and try to do everything using Powershell. The Multi Copy script basically i got a set of files and folder location that need moving to different machines, servers and NAS. iContinue reading “Multi Copy”
Get Machines Name starting/ending with
This Scenario is mostly common when it comes to quick reports on Datacenter,department,floor,team etc.. Most of the organizations have naming convention to identify machine by the name with a specific set of letter in the name For instance: MI-PDC-L2-R1-MGT01 this is a server name. To make it clear let me breakdownMI = MelbournePDC = PrimaryContinue reading “Get Machines Name starting/ending with”
Check a Machine is installed with an Update
Everyone loves quick wins, The script below will tell you if a machine or more than one is being installed with a specific update.
Check if a device is up through IP address
Checking if a machine is up can be a task similar to eating a cake. Only if other teams decide to send you a list of IP address and ask you to check if the IP is pingable. The script below will come hand for this purpose.
Check if an update has been installed
Windows update! – Patching Tuesday! The 2 words any system admin would not love to hear 😛 the process of installing the updates is no the hardest job. it’s that random compliance check from the Security team which make you run like headless chickens. Below script will save the time by getting the Machines inContinue reading “Check if an update has been installed”
