Forum Discussion

rvizzini71's avatar
rvizzini71
Copper Contributor
May 10, 2024

Output in CSV file

Good morning, i have the following code:     $PdlList = Get-Content "C:\Temp\Computers.txt" Foreach($Pdl in $PdlList) { Invoke-Command -ComputerName $Pdl -ScriptBlock{Get-LocalGroupMember ...

Resources