Showing results for processes - Scripting Blog [archived]

Sep 16, 2014
0
0

Use PowerShell to Start Random Processes at Random Times

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to create random processes at random times.  Hey, Scripting Guy! I need to start a process that I pick randomly from a list. I would like these processes to start at random times so I can test my monitoring application. Is this something Windows PowerShell can do...

Scripting Guy!Windows PowerShellscripting techniques
Sep 15, 2014
0
0

Use PowerShell to Start a Process at Random Times

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to start a process at random intervals.  Hey, Scripting Guy! I have a rather unusual request. I am testing a new monitoring application, and I need a script that will start processes at random intervals so I can check the effectiveness of the solution. Is this so...

Scripting Guy!Windows PowerShellscripting techniques
Aug 21, 2014
0
0

PowerShell Mini-Scripting Games 2014: Answer 4

Doctor Scripto
Doctor Scripto

Summary: Here is the answer to Problem 4 in Windows PowerShell Mini-Scripting Games 2014. Microsoft Scripting Guy, Ed Wilson, is here. It is time for the answer to Problem 4 in Mini-Scripting Games 2014. Last week, I posted the complete Problem 4 description and task outline. Problem 4 synopsis Your manager tasked you with what he considers to be a...

Scripting Guy!Windows PowerShellscripting techniques
Apr 19, 2014
0
0

Weekend Scripter: Use PowerShell to Hide Processes in Windows

ScriptingGuy1
ScriptingGuy1

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to easily hide processes in Windows. Microsoft Scripting Guy, Ed Wilson, is here. One of the things I used to have problems with when I was a network administrator, was running scripts on systems without a text box demanding attention from the user. In fact, the power...

Scripting Guy!Windows PowerShellscripting techniques
Dec 1, 2013
0
0

Weekend Scripter: Determine Process that Locks a File

Doctor Scripto
Doctor Scripto

Summary: Guest blogger, Adam Driscoll, talks about using Windows PowerShell to determine which process is locking a file. Microsoft Scripting Guy, Ed Wilson, is here. Today we have a guest blogger, Adam Driscoll... It’s quite common to run into the issue where a process is locking a particular file. Attempting to delete or open the file can r...

Scripting Guy!Windows PowerShellguest blogger