Posted on March 24, 2013 Leave a Comment
I have decided what the Power of scripting script should do! If you move a share by moving it in windows explorer the share will stop work. If you move the folder with File System Object from vbscript the share will still be there but will be pointing at the old path that no longer […]
Posted on March 23, 2013 Leave a Comment
So the challenge was accepted! Follow it here! One of the conditions was that the script has to perform like a program or command line tool to be exact! But why go for one when you can go for both! Still not sure what the final script will do but I have to detect how the script is […]
Posted on March 22, 2013 2 Comments
I was speaking at an IT-consultant company kick-off today. Explained to the server maintenance guys how important scripting is! Not only power shell but classic vbscript. A server tech that can’t script is behind the guy who can. Scripting tech can do twice the work in half the time in a big server park. They complained back […]
Posted on February 26, 2013 Leave a Comment
I compiled a vbscript that loops through all the sub folders of a given folder and print out the size. The script takes the folder name and searches the Active Directory for a corresponding user. If found it prints the name of the user in the output. Use: [ps]cscript homedirsize.vbs[/ps] Three input boxes will appear… Path where the homedir […]
Posted on February 20, 2013 Leave a Comment
Have a normal Windows setup where the user have a home folder on the file server. All the users is connected to there \fileserverhome$%username% via GPO on logon. How ever we found that some of the folders had rights that where messed up. So i wrote a quick script that loopes through all folders and […]