Forum Discussion
Rahaman_Syed
Dec 14, 2019Copper Contributor
Unable to Export-CSV and Export-Excel with file $path
Unable to Export-CSV & Export-Excel with file $path please help me on this. Able to export with full path Export-excel "c:\123\test.xlsx" But Not able to export with below $path = c:\12...
Mike Shivtorov
Dec 27, 2019Copper Contributor
$f = 'D:\Temp\list.csv'
Get-Service | Export-Csv -Path $f