We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
Export-PSSession
Export-PSSession returns a list of files that comprise the module that it created.
Export-PSSession gibt eine Liste von Dateien zurück, die das erstellte Modul einschließen.
To create a permanent module on disk, use the Export-PSSession cmdlet.
Um ein permanentes Modul auf einem Datenträger zu erstellen, verwenden Sie das Cmdlet Export-PSSession.
To create a permanent module on disk, use the Export-PSSession cmdlet.
Um ein permanentes Modul auf einem Datenträger zu erstellen, verwenden Sie das Cmdlet "Export-PSSession".
This keyword is used by the Export-PSSession cmdlet to find the help topics for the exported commands.
Mit diesem Schlüsselwort werden vom Cmdlet "Export-PSSession" die Hilfethemen für exportierte Befehle gesucht.
To create a persistent module that you can use in future sessions, use the Export-PSSession cmdlet.
Um ein dauerhaftes Modul zu erstellen, das Sie in zukünftigen Sitzungen verwenden können, verwenden Sie das Cmdlet Export-PSSession.
To create a persistent module that you can use in future sessions, use the Export-PSSession cmdlet.
Um ein dauerhaftes Modul zu erstellen, das Sie in zukünftigen Sitzungen verwenden können, verwenden Sie das Cmdlet "Export-PSSession".
Export-PSSession returns a list of files that comprise the module that it created. Notes
Export-PSSession gibt eine Liste von Dateien zurück, die das erstellte Modul einschließen. Hinweise
The Export-PSSession cmdlet gets cmdlets, functions, aliases, and other command types from another PSSession on a local or remote computer and saves them in a Windows PowerShell module.
Mit dem Cmdlet "Export-PSSession" werden Cmdlets, Funktionen, Aliase und andere Befehlstypen aus einer anderen PSSession auf einem lokalen oder Remotecomputer abgerufen und in einem Windows PowerShell-Modul gespeichert.
Unlike Import-PSSession, which imports commands from another PSSession into the current session, Export-PSSession saves the commands in a module.
Im Gegensatz zu Import-PSSession, mit dem Befehle aus einer anderen PSSession in die aktuelle Sitzung importiert werden, speichert Export-PSSession die Befehle in einem Modul.
C:\PS>export-pssession -session $s -AllowClobber -outputModule AllCommands This command exports all commands and all formatting data from the PSSession in the $s variable into the current session.
C:\PS>export-pssession -session $s -AllowClobber -outputModule AllCommands Beschreibung - Mit diesem Befehl werden alle Befehle und alle Formatierungsdaten aus der PSSession in der Variablen"$s" in die aktuelle Sitzung exportiert.
This keyword is used by the Export-PSSession cmdlet to find the help topics for exported commands.
Mit diesem Schlüsselwort werden vom Cmdlet Export-PSSession die Hilfethemen für exportierte Befehle gesucht.
If the module subdirectory or any of the files that Export-PSSession creates already exist, the command fails.
Wenn das Unterverzeichnis des Moduls oder eine der von Export-PSSession erstellten Dateien bereits vorhanden ist, schlägt der Befehl fehl.
The module that Export-PSSession creates might include a formatting file, even if the command does not import formatting data.
Das von Export-PSSession erstellte Modul, kann eine Formatierungsdatei enthalten, auch wenn mit dem Befehl keine Formatierungsdaten importiert werden.
Potentially sensitive or inappropriate content
Examples are used only to help you translate the word or expression searched in various contexts. They are not selected or validated by us and can contain inappropriate terms or ideas. Please report examples to be edited or not to be displayed. Potentially sensitive, inappropriate or colloquial translations are usually marked in red or in orange.