python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create file list in every subfolder using PowerShell
I'm very new to PowerShell and have basically zero knowledge about PowerShell scripting, which is why I need some help.
I have folder structure with subfolders (as shown below) for which I want to gen...
redoXiD
Votes: 0
Answers: 4
PowerShell-script with invoke-command gets stuck on specific computers
I'm writing a PowerShell-Script that reads all shares from all AD-Servers and outputs them into a csv-file. At the same time the script is saving all occuring errors and outputs them into an error-log...
zynory
Votes: 0
Answers: 1
Formatting ForEach-Object Output in PS Script
I'm trying to output data (a list of songs and albums by RUSH) from a CSV file in my PowerShell script, and I got the data sorted the way I need it, but I can't figure out how to format it the way I n...
Ian Finch
Votes: 0
Answers: 2