python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Module ScriptToProcess: Is it possible to load functions into module scope preemptively?
I recently discovered the ScriptsToProcess member in module manifests and was trying to explore using it to simplify the organization of my subscripts in modules. Instead of having a separate module s...

Blaisem
Votes: 0
Answers: 1
How to pass double quoted string to sc.exe for binPath
I am trying to come up with a PowerShell process to quote service paths that contain spaces. This is because of Qualys 105484.
I know that the parsing engine is complicated and running cmd commands wi...

Matt
Votes: 0
Answers: 3
Why can't I execute remote scripts using powershell (5.1)
I have two computers on the same domain. winrm is running on both machines. Test-WSMan is running on the remote machine. I can execute invoke-command -scriptblock {dir c:\automatedtests} -computername...
Ben_G
Votes: 0
Answers: 2
Get-Job Format-Table with Runtimes of Jobs
I am trying to write a PowerShell 5.1 script for monitoring jobs.
I am having a problem writing a proper Get-Job table, the following is what I have.
Get-Job | Format-Table -AutoSize -Property name, s...
RubrFox
Votes: 0
Answers: 1