Vertaling van "Add-PSSnapin" in Duits
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.
Add-PSSnapin adds the snap-in only to the current session.
The pipeline operator (|) passes the result to Add-PSSnapin, which adds them to the session.
Mit dem Pipelineoperator (|) werden die Ergebnisse an Add-PSSnapin übergeben und dadurch der Sitzung hinzugefügt.
Note: "Asnp" represents Add-PSSnapin.
Note: "Asnp" represents Add-PSSnapin.
The first command uses the Add-PSSnapin cmdlet to add the NewPSSnapin snap-in to the current session.
Mit dem ersten Befehl wird das Snap-In NewPSSnapin der aktuellen Sitzung mithilfe des Cmdlets Add-PSSnapin hinzugefügt.
If you have added an Add-PSSnapin command to your Windows PowerShell profile, you should delete the command to remove the snap-in from future sessions.
Wenn Sie Ihrem Windows PowerShell-Profil einen Add-PSSnapin-Befehl hinzugefügt haben, sollten Sie den Befehl löschen, um das Snap-In aus zukünftigen Sitzungen zu entfernen.
Before adding a snap-in, Add-PSSnapin checks the version of the snap-in to verify that it is compatible with the current version of Windows PowerShell.
Vor dem Hinzufügen eines Snap-Ins wird von Add-PSSnapin die Version des Snap-Ins überprüft, um dessen Kompatibilität mit der aktuellen Version von Windows PowerShell zu überprüfen.
If you add the Add-PSSnapin command to your profile, it is available in all future Windows PowerShell sessions.
Wenn Sie den Befehl "Add-PSSnapin" dem Profil hinzufügen, steht der Befehl in allen zukünftigen Windows PowerShell-Sitzungen zur Verfügung.
The sixth command uses the Add-PSSnapin cmdlet to add the ManagementFeatures snap-in to the session.
Mit dem sechsten Befehl wird das Snap-In "ManagementFeatures" mit dem Cmdlet "Add-PSSnapin" der Sitzung hinzugefügt.
The Add-PSSnapin cmdlet adds registered Windows PowerShell snap-ins to the current session.
Das Cmdlet Add-PSSnapin fügt der aktuellen Sitzung mindestens ein registriertes Windows PowerShell-Snap-In hinzu.
To add the Group Policy SDK, type Add-PSSnapin citrix.common.grouppolicy.
Zum Hinzufügen des Gruppenrichtlinien-SDKs geben Sie Folgendes ein: Add-PSSnapin citrix.common.grouppolicy.
When you use the PassThru parameter, Add-PSSnapin returns a PSSnapInInfo object that represents the snap-in.
Wenn Sie den PassThru-Parameter verwenden, gibt Add-PSSnapin ein PSSnapInInfo-Objekt zurück, das das Snap-In darstellt.
To import all of the cmdlets, type: Add-PSSnapin Citrix. .Admin.V
Geben Sie Folgendes ein, um alle Cmdlets zu importieren: Add-PSSnapin Citrix. .Admin.V