Module PowerShell
Installer et importer manuellement le module Devolutions.PowerShell
Install-Module -Name Devolutions.PowerShell
Import-Module Devolutions.PowerShellCommandes
Get-Command -Module Devolutions.PowerShellget-help [command name] -FullGet-Command -Module Devolutions.PowerShell -Type Cmdlet `
| Sort-Object -Property Name `
| Format-Table -Property Name `
| out-file $env:temp\pshelp.txt
Get-Command -Module Devolutions.PowerShell `
| ForEach-Object { get-help -name $_.Name -full } `
| out-file -append $env:temp\pshelp.txtPrécédentListe des noms de propriétés pour les scripts PowerShellSuivantExportation personnalisée vers CSV
Mis à jour
Ce contenu vous a-t-il été utile ?