Vertaling van "psmodulepath" 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.
If the only task is to import a module via the module-name with Import-Module usually it takes a look into the folders which are defined in the environment variable $env:psmodulepath
Wenn über Import-Module einfach nur ein Modul über den Modulnamen importiert werden soll, wird im Standardfall in den Ordnern geschaut, welche in der Umgebungsvariable"$env:psmodulepath" definiert sind
PSModulePath environment variable in the registry.
To change the default module directories, change the value of the PSModulePath environment variable.
To change the default module directories, change the value of the PSModulePath environment variable.
The default value of $env:PSModulePath is
The PSModulePath environment variable is modeled on the Path environment variable and has the same format.
The PSModulePath environment variable is modeled on the Path environment variable and has the same format.
Gets all of the modules that can be imported into the session. Get-Module gets the modules in the paths specified by the $env:PSModulePath environment variable.
Ruft alle Module ab, die in die Sitzung importiert werden können. Get-Module ruft die Module in den von der Umgebungsvariablen $env:PSModulePath angegebenen Pfaden ab.
In addition, setup programs that install modules in other directories, such as the Program Files directory, append their locations to the value of PSModulePath
Zudem fügen Setupprogramme, die Module in anderen Verzeichnissen installieren, z. B. im Verzeichnis Programme, ihre Speicherorte an den Wert von PSModulePath an.
Your changes affect only the current session unless you add a command that changes the value to your profile or use System in Control Panel to change the value of the PSModulePath environment variable in the registry.
Die Änderungen wirken sich auf nur die aktuelle Sitzung aus, sofern Sie keinen Befehl hinzufügen, mit dem der Wert in Ihrem Profil geändert wird, und Sie den Wert der Umgebungsvariablen PSModulePath in der Registrierung nicht über die Option System der Systemsteuerung ändern.
Your changes affect only the current session unless you add a command that changes the value to your profile or use System in Control Panel to change the value of the PSModulePath environment variable in the registry.
Die Änderungen wirken sich auf nur die aktuelle Sitzung aus, sofern Sie keinen Befehl hinzufügen, mit dem der Wert in Ihrem Profil geändert wird, und Sie den Wert der Umgebungsvariablen "PSModulePath" in der Registrierung nicht über die Option "System" der Systemsteuerung ändern.
Get-Module looks for available modules in the path specified by the $env:PSModulePath environment variable.
Get-Module sucht im Pfad, der von der Umgebungsvariablen $env:PSModulePath angegeben wird, nach verfügbaren Modulen.
For more information about the default module locations, see MODULE LOCATIONS AND PSMODULEPATH below.
Weitere Informationen zu den Standardspeicherorten für Module finden Sie weiter unten in MODULSPEICHERORTE UND PSMODULEPATH.