Update powershell.md

This commit is contained in:
Alexandre B 2024-09-14 16:32:15 -04:00 committed by GitHub
parent 61f9773d5c
commit 53b049d9ef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ weekly_file.txt to monthly_file.txt
__Export-Csv__ converts a set of string into CSV and saves in a file. This Cmdlet
is very important in reporting.
`Get-Command -Verb Export`
```Get-Command -Verb Export````
`Get-Command -Verb Export | Select-Object CommandType, Name, Version, Source | Export-Csv -
NoTypeInformation -Path C:\NewFolder\ExportCommands.CSV`