Showing results for September 2009 - Page 3 of 4 - Scripting Blog [archived]

Sep 14, 2009
0
0

Hey, Scripting Guy! Can I Determine a Folder’s Access Rights and Who Has Them?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I am trying to get a handle around the security of a folder on my computer. I need to be able to figure out a way to determine who has access and what those access rights are. I guess I could use the Icacls utility, but I prefer to use something that is native to Windows PowerShell so that I can work with the objects that ...

Scripting Guy!Windows PowerShellsecurity
Sep 10, 2009
0
0

Hey, Scripting Guy! Can I Determine Which Servers Have Specific Hotfixes Installed?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I have a text file that contains a number of computer names. I would like to read that text file, query each computer in the list, and find out the status of a particular hotfix. If I could write the information to a text file, it would be even better. Here is the deal; there was a recent security update that was ...

Scripting Guy!Windows PowerShelloperating system
Sep 9, 2009
0
0

Hey, Scripting Guy! Can I Create New Folders in a Sequentially Numbered Series?

ScriptingGuy1
ScriptingGuy1

Share this post: Hey, Scripting Guy! I hate to type numbers. I actually took typing in high school and did really well with it. I was able to type more than 40 words per minute at the end of the class with no errors. I got an A for the class. But, I was horrible at doing numbers. Maybe it was because we did not practice them as ...

Scripting Guy!Windows PowerShellscripting techniques
Sep 8, 2009
0
0

Hey, Scripting Guy! Can I Delete All Files from Nested Folders and Subfolders?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! At work we have a series of folders that are used to store files for a month. At the end of the month, we need to delete all of the files that are in the folders and start over. The folder structure is very nested; therefore, I do not want to have to recreate all of the folders, subfolders, and even more subfolders. ...

Scripting Guy!Windows PowerShellstorage
Sep 7, 2009
0
0

Hey, Scripting Guy! How Can I Learn Windows PowerShell?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I recently ran across the Hey, Scripting Guy! Blog and have been fascinated by the different things you can do with scripts. I now think I can use them to make my life easier as a network administrator. So here is my question: How can I learn Windows PowerShell? I know I can keep reading the Hey, Scripting Guy! Blog, and ...

Scripting Guy!Windows PowerShellscripting techniques