If programming or scripting in general scares you, you don't need to worry either. You don't need to be a programming wizard ...
I'm a huge PowerShell fanboy. I actively blog about PowerShell, tweet about PowerShell, and present about PowerShell. I'm also the president of a local PowerShell users group. Needless to say, I no ...
I'm attempting to automate a process at my job where we import data into an Access Database, run a series of queries to modify the data, then export the modified data. What I'm attempting to do is ...
As a Windows system administrator, you constantly perform many routine tasks in an effort to manage, maintain, and support your Windows environment. Occasionally the need will arise to create a script ...
There are several ways to create user accounts in Active Directory. If you have a single account to create, you can input the user data manually because that will probably be the quickest way. You can ...
at work, i made up a vbs file that serves as our login script. it basically just maps various network drives. some are defaulot for everybody, and others are decided by simple if/then statements based ...