I was recently asked to inventory approx 200 client computers of what programs they had installed, the specifications (cpu/ram/hdd) etc. So I was being lazy as most IT-techs are and wrote a script that I later on implemented into their usual login script. It creates a simple .txt-file on a pre-mapped network drive and appends…
Category: Scripts
Simplified robocopy backup script
So I work with many servers and many customers. Usually I had to write a new backup script for every new customer and server. Therefore I figured I might as well just write a template that I can copy/paste everytime I have to implement a robocopy backup script. So here goes. Share on Facebook
Connect/map Printers Login Script
I’ve already mentioned I work with many customers and servers. Everytime I install a new server that hosts printers I have to handwrite a loginscript that connects/maps the printers on the clients. So I made a template for that as well. There is only a few variables needed to change for it to rock. Check…
Batch Ping Tool/IP-Scanner
I had a scenario where I wanted to see what was on the network at a location. So I figured I’d just ping them all, man was this a pain or what! So I wrote a script for it instead. :) And yes, I know there is alot of IP-scanners out there. But what hacker…