Vertaling van "to cmdlets" 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.
Explains how to use the methods and properties that are available to cmdlets in advanced functions.
You can use this variable to find the execution objects that are available to cmdlets.
You can submit the update object to cmdlets that change objects, such as Set- cmdlets.
Vous pouvez envoyer l'objet mise à jour aux applets de commande qui modifient les objets, tels que les applets de commande Set- .
This is done to remove access to cmdlets that would otherwise generate an error when they're run because they don't have permissions to create the associated Active Directory object.
Cela est effectué pour supprimer l'accès aux cmdlets qui généreraient une erreur lorsqu'elles seraient exécutées car elles n'ont pas les autorisations de créer l'objet Active Directory associé.
The following list provides links to the security cmdlets included in the Windows PowerShell Core Modules, and links to cmdlets for technologies that are sometimes used to manage security in your enterprise.
La liste suivante contient des liens vers les applets de commande de sécurité incluses dans les modules principaux Windows PowerShell et des liens vers des applets de commande pour les technologies qui sont parfois utilisées pour gérer la sécurité de votre entreprise.
Advanced functions use the CmdletBinding attribute to identify them as functions that act similar to cmdlets.
Les fonctions avancées utilisent l'attribut CmdletBinding pour s'identifier en tant que fonctions agissant comme des applets de commande.
The Get-Command cmdlet gets functions by default, in addition to cmdlets.
When you pipe a date to cmdlets that expect string input, such as Add-Content, Windows PowerShell converts the DateTime object to a string before adding it to the file.
Lorsque vous dirigez une date vers des applets de commande qui attendent une entrée de chaîne, telles que Add-Content, Windows PowerShell convertit l'objet DateTime en une chaîne avant de l'ajouter au fichier.