-
Hey, Scripting Guy! I need to be able to use Windows PowerShell 2.0 to log a user out of their desktop machine if they launch a particular application. This is not for security reasons or to keep people from playing games. This is because we have a really...
-
Hey, Scripting Guy! I need to query for the contents of a special folder on my Windows 7 computer. I would like to use Windows PowerShell to do this. I know I can use the Get-ChildItem cmdlet to return the contents of a folder, but I am not sure how to...
-
Hey, Scripting Guy! I need to be able to read a text file, and connect to a number of different remote machines to update an environment variable. Is this something that can be done using Windows PowerShell? -- ES Hello ES, Microsoft Scripting Guy Ed...