DESCRIPTION The Import-PSSession cmdlet imports commands (such as cmdlets, functions, and aliases) from a PSSession on a local or remote computer into the current session.
BESCHREIBUNG Mit dem Cmdlet "Import-Module" wird der aktuellen Sitzung mindestens ein Modul hinzugefügt. Module sind Pakete, die Elemente (z. B. Cmdlets, Anbieter, Skripts, Funktionen, Variablen sowie andere Tools und Dateien) zur Verwendung mit Windows PowerShell enthalten.
Then, use the Import-PSSession cmdlet to import the commands.
The Import-PSSession cmdlet returns a PSModuleInfo object that represents the temporary module.
Das Cmdlet "Import-PSSession" gibt ein PSModuleInfo-Objekt zurück, das das temporäre Modul darstellt.
The command uses the Import-PSSession cmdlet to import a Get-Date cmdlet and a SearchHelp function into the current session.
Mit dem Befehl wird das Cmdlet Import-PSSession verwendet, um ein Cmdlet Get-Date und eine SearchHelp-Funktion in die aktuelle Sitzung zu importieren.
The command uses the Import-PSSession cmdlet to import a Get-Date cmdlet and a SearchHelp function into the current session.
Mit dem Befehl wird das Cmdlet "Import-PSSession" verwendet, um ein Cmdlet "Get-Date" und eine SearchHelp-Funktion in die aktuelle Sitzung zu importieren.
The first command uses the Import-PSSession cmdlet to import commands whose names include bits from the PSSession in the $s variable.
Mit dem ersten Befehl wird das Cmdlet Import-PSSession verwendet, um Befehle zu importieren, deren Namen bits aus der PSSession in die Variable $s einschließen.
The second command uses the Import-PSSession cmdlet to import commands from the PSSession in $s into the current session.
Im zweiten Befehl werden mit dem Cmdlet "Import-PSSession" Befehle aus der PSSession in $s in die aktuelle Sitzung importiert.
The first command uses the Import-PSSession cmdlet to import commands whose names include "bits" from the PSSession in the $s variable.
Mit dem ersten Befehl wird das Cmdlet "Import-PSSession" verwendet, um Befehle zu importieren, deren Namen "bits" aus der PSSession in die Variable"$s" einschließen.
Also, when you import commands into your session from a Windows PowerShell module or from another session, use the Prefix parameter of the Import-Module or Import-PSSession cmdlet to add a prefix to the nouns in the names of commands.
Wenn Sie in einer Sitzung Befehle aus einem Windows PowerShell-Modul oder aus einer anderen Sitzung importieren, fügen Sie den Substantiven in den Befehlsnamen mit dem Prefix-Parameter von "Import-Module" oder von "Import-PSSession" ein Präfix hinzu.
Contenu potentiellement sensible ou inapproprié
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.