There are probably better Powershell ways to do this, but it’s quite handy:
convertfrom-csv $(schtasks /Query /S server1 /V /FO CSV)
There are probably better Powershell ways to do this, but it’s quite handy:
convertfrom-csv $(schtasks /Query /S server1 /V /FO CSV)