From 61f9773d5c651bd5e813fc9375ed92980e396b24 Mon Sep 17 00:00:00 2001 From: Alexandre B Date: Sat, 14 Sep 2024 16:32:02 -0400 Subject: [PATCH] Update powershell.md --- assets/powershell.md | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/powershell.md b/assets/powershell.md index 52db996b..4671ddf6 100644 --- a/assets/powershell.md +++ b/assets/powershell.md @@ -49,6 +49,7 @@ __Export-Csv__ converts a set of string into CSV and saves in a file. This Cmdle is very important in reporting. `Get-Command -Verb Export` + `Get-Command -Verb Export | Select-Object CommandType, Name, Version, Source | Export-Csv - NoTypeInformation -Path C:\NewFolder\ExportCommands.CSV`