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)
Why does Write-Host not work when run in a powershell job?
Sorry if I'm being a dumb powershell noob, but what's wrong with jobs apparently being unable to write to the terminal? And how can I fix that?
# test.ps1
function myjob {
Write-Host "Hello, ...

Binkan Salaryman
Votes: 0
Answers: 1
Powershell: How to export AD PC results to CSV
newbie question here.
I have this script below for powershell that gives me the PC information from AD.
but i've been having trouble exporting the results to csv.
also how do just get the ipv4 ip addr...
Renil
Votes: 0
Answers: 2