mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2024-10-05 20:47:50 -04:00
Update powershell.md
This commit is contained in:
parent
305678d5ec
commit
19ae31359c
@ -48,7 +48,9 @@ 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`
|
||||
|
Loading…
Reference in New Issue
Block a user