Examples with "Get-Command cmdlets" and their translation in Frans
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
After the commands in a module are added to the current session, you can use the Get-Help and Get-Command cmdlets to learn about the imported commands, just as you would use them for any command in the session.
Une fois les commandes d'un module ajoutées à la session active, vous pouvez utiliser les applets de commande Get-Help et Get-Command pour en savoir plus sur les commandes importées, comme vous le feriez pour les autres commandes de la session.
Andere resultaten
To see all parameters of the Get-Command cmdlet, type
To find native commands of other types, you can use the CommandType parameter of the Get-Command cmdlet.
Pour rechercher des commandes natives d'autres types, vous pouvez utiliser le paramètre CommandType de l'applet de commande Get-Command.
To list the cmdlets in your session, use the Get-Command cmdlet without any command parameters.
Pour répertorier les applets de commande de votre session, utilisez l'applet de commande Get-Command sans paramètres de commande.
The third command uses the Module parameter of the Get-Command cmdlet to get the commands that were imported from the BitsTransfer module.
La troisième commande utilise le paramètre Module de l'applet de commande Get-Command pour obtenir les commandes importées à partir du module BitsTransfer.
Finding Functions Functions are commands, so to find functions, use the Get-Command cmdlet.
Les fonctions sont des commandes. Par conséquent, pour rechercher des fonctions, utilisez l'applet de commande Get-Command.
This command uses the Get-Command cmdlet to get a CmdletInfo object representing each of the cmdlets and functions in the session.
Cette commande utilise l'applet de commande Get-Command pour obtenir un objet CmdletInfo qui représente chacune des applets de commande et fonctions de la session.
The Get-Command cmdlet has a Syntax parameter that allows you to retrieve just the syntax of each cmdlet.
L'applet de commande Get-Command a un paramètre Syntax qui vous permet de ne récupérer que la syntaxe de chaque applet de commande.
To use the Help and Man functions to display Help for the Get-Command cmdlet, type
Pour utiliser les fonctions Help et Man afin d'afficher l'aide de l'applet de commande Get-Command, tapez
For example, the following command uses Out-Host to page the output of the Get-Command cmdlet
Par exemple, la commande suivante utilise Out-Host pour paginer la sortie de l'applet de commande Get-Command
Potentieel gevoelige of ongepaste informatie
Er worden alleen voorbeelden gegeven om u te helpen het woord of de woordcombinatie waarop u hebt gezocht, te vertalen. Deze worden niet door ons geselecteerd of gevalideerd en kunnen ongepaste taal bevatten. Wij vragen u melding te maken van voorbeelden die dienen te worden aangepast of verwijderd. Vertalingen met grof of informeel taalgebruik worden meestal rood of oranje gemarkeerd.