Erstellt ein Objekt, das erweiterte Optionen für eine PSSession enthält.
Creates an object that contains advanced options for a PSSession.
Im ersten Befehl wird auf jedem Remotecomputer eine PSSession erstellt.
The first command creates a PSSession on each of the remote computers.
Mit dieser PSSession können Sie nun Befehle auf dem lokalen Computer ausführen.
You can now use this PSSession to run commands on the local computer.
Anschließend wird jede PSSession in einer separaten Variablen gespeichert.
It then saves each of the PSSessions in a separate variable.
Dabei wird keine dauerhafte Verbindung wie bei einer PSSession erstellt.
None create a persistent connection like a PSSession.
Sie können Remotebefehle ausführen, ohne eine PSSession zu erstellen.
You can run remote commands without creating a PSSession.
Sie können nur eine PSSession mit diesem Parameter senden.
You can submit only one PSSession with this parameter.
Wenn das Intervall abläuft, wird die PSSession geschlossen.
When the interval expires, the PSSession closes.
Gibt die Sitzungskonfiguration an, die für die neue PSSession verwendet wird.
Specifies the session configuration that is used for the new PSSession.
Bestimmt die maximale Zeit, die für jeden Vorgang in der PSSession vorgesehen ist.
Determines the maximum time that any operation in the PSSession can run.
Die PSSession bleibt geöffnet und verfügbar, bis Sie diese aus der Sitzung löschen.
The PSSession remains open and available until you delete it from your session.
Mit dem zweiten Befehl wird eine PSSession erstellt, die die angegebenen Optionen enthält.
The second command creates a PSSession that includes the specified options.
Wenn Sie die interaktive Sitzung beenden, bleibt die PSSession geöffnet und verfügbar.
When you end the interactive session, the PSSession remains open and available for use.