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

Sep 22, 2009
0
0

Hey, Scripting Guy! How Can I Check for the Presence or Absence of a Text File?

ScriptingGuy1
ScriptingGuy1

Share this post:   Hey, Scripting Guy! We use text files in special folders to determine if we have performed an operation on a computer. For example, we might install a piece of software on a computer. While it is possible to query the Win32_Product WMI class to determine if the software has been installed or to query the ...

Scripting Guy!Windows PowerShellstorage
Sep 21, 2009
0
0

Hey, Scripting Guy! How Can I Clean Up File Names?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! We have a number of files that were manually created by various people in a common folder. Unfortunately, they did not follow a specific naming convention as well as they should, and as a result they do not sort very well. Some people preceded the file names with the word “File,” and others appended their name to the ...

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

Hey, Scripting Guy! Can I Remove Specific Folder Access Rights on a Per-User Basis?

ScriptingGuy1
ScriptingGuy1

Share this post: Hey, Scripting Guy! There is this guy at work…well, actually he used to be at work and that is the problem. He left the company. The way security has been implemented at our company, I have to check specific folders, and if a user has been granted explicit access rights to the folders, the entry needs to be ...

Scripting Guy!Windows PowerShellsecurity
Sep 16, 2009
0
0

Hey, Scripting Guy! Can I Apply Security Settings for One Folder to Many Other Folders?

ScriptingGuy1
ScriptingGuy1

Share this post: Hey, Scripting Guy! Our company is in the process of obtaining the ISO 20000 certification for IT service management and as a result it seems we have to have documentation and processes in place for everything. In the past when I created a folder I would manually set the security when I was finished. If I had to ...

Scripting Guy!Windows PowerShellsecurity
Sep 15, 2009
0
0

Hey, Scripting Guy! How Can I Tell to Which Folders a User Has Been Granted or Denied Access?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I need to find out what folders a user has specifically been granted or denied access to. I do not need the specific rights that were granted. I only need to find out where the user was specifically granted or denied access. The reason for this is I am trying to clean up permissions on some of our shared directories, and I...

Scripting Guy!Windows PowerShellsecurity