When you pipe the output of a get-module -listavailable command to an Import-Module command with the PassThru parameter, Import-Module returns the object that Get-Module passed to it without updating the object.
Wenn Sie die Ausgabe des Befehls get-module -listavailable mit dem PassThru-Parameter über die Pipeline an einen Import-Module-Befehl übergeben, wird von Import-Module das von Get-Module übergebene Objekt zurückgegeben, ohne das Objekt zu aktualisieren.
Notes - When you pipe the output of a "get-module -listavailable" command to an Import-Module command with the PassThru parameter, Import-Module returns the object that Get-Module passed to it without updating the object.
Wenn Sie die Ausgabe des Befehls "get-module -listavailable" mit dem PassThru-Parameter über die Pipeline an einen Import-Module-Befehl übergeben, wird von Import-Module das von Get-Module übergebene Objekt zurückgegeben, ohne das Objekt zu aktualisieren.
Autres résultats
Because Import-Module does not return any objects by default, there is no output from this command.
Because Import-Module does not return any objects by default, there is no output from this command.
Da von Import-Module standardmäßig keine Objekte zurückgegeben werden, wird von diesem Befehl keine Ausgabe generiert.
When you use the AsCustomObject parameter, Import-Module imports the module members into the session and then returns a PSCustomObject object instead of a PSModuleInfo object.
Wenn Sie den AsCustomObject-Parameter verwenden, werden die Modulelemente von Import-Module in die Sitzung importiert, und anschließend wird ein PSCustomObject-Objekt anstelle eines PSModuleInfo-Objekts zurückgegeben.
To make a dynamic module available to Get-Module, pipe a New-Module command to Import-Module, or pipe the module object that New-Module returns to Import-Module.
Übergeben Sie den Befehl New-Module über die Pipeline an Import-Module, oder übergeben Sie das Modulobjekt, das von New-Module zurückgegeben wird, über die Pipeline an Import-Module, um ein dynamisches Modul für Get-Module verfügbar zu machen.
To make a dynamic module available to Get-Module, pipe a New-Module command to Import-Module, or pipe the module object that New-Module returns to Import-Module.
Les exemples vous aident à traduire le mot ou l’expression cherchés dans des contextes variés. Ils ne sont ni sélectionnés ni validés par nous et peuvent contenir des mots ou des idées inappropriés. Signalez des exemples à modifier ou à retirer. Les traductions potentiellement sensibles, inappropriées ou familières sont généralement marquées de rouge ou d’orange.
Aucun résultat pour cette recherche.
Synonymes et analogies de "Import-Module returns" en anglais