de-DE/PSIntro-help.xml
|
<?xml version="1.0" encoding="utf-8"?>
<helpItems schema="maml" xmlns="http://msh"> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Add-PSIntro</command:name> <command:verb>Add</command:verb> <command:noun>PSIntro</command:noun> <maml:description> <maml:para>Fügt Start-PSIntro zu Ihrem PowerShell-Profil hinzu.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Mit diesem Befehl können Sie einen Start-PSIntro-Befehl zu Ihrem PowerShell-Profil hinzufügen. Dadurch wird der Befehl Start-PSIntro jedes Mal automatisch ausgeführt, wenn Sie eine neue PowerShell-Sitzung starten. Sie können den Befehl mithilfe der Parameter -ModuleStatus und -Tutorial anpassen, die die entsprechenden Parameter zum Start-PSIntro-Befehl in Ihrem Profil hinzufügen.</maml:para> <maml:para>Wenn das Profilskript nicht existiert, werden Sie aufgefordert, es zu erstellen.</maml:para> <maml:para>Sie müssen das Profilskript manuell bearbeiten, um den Start-PSIntro-Befehl zu entfernen oder zu ändern, wenn Sie dieses Verhalten ändern oder stoppen möchten.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Add-PSIntro</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ModuleStatus</maml:name> <maml:description> <maml:para>Schließt den Parameter -ModuleStatus ein.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Tutorial</maml:name> <maml:description> <maml:para>Schließt den Parameter -Tutorial ein.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf"> <maml:name>Confirm</maml:name> <maml:description> <maml:para>Fordert Sie zur Bestätigung auf, bevor das Cmdlet ausgeführt wird.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para>Zeigt an, was passieren würde, wenn das Cmdlet ausgeführt würde. Das Cmdlet wird nicht ausgeführt.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ModuleStatus</maml:name> <maml:description> <maml:para>Schließt den Parameter -ModuleStatus ein.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Tutorial</maml:name> <maml:description> <maml:para>Schließt den Parameter -Tutorial ein.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf"> <maml:name>Confirm</maml:name> <maml:description> <maml:para>Fordert Sie zur Bestätigung auf, bevor das Cmdlet ausgeführt wird.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para>Zeigt an, was passieren würde, wenn das Cmdlet ausgeführt würde. Das Cmdlet wird nicht ausgeführt.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>none</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Weitere Informationen zu PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Add-PSIntro -ModuleStatus</dev:code> <dev:remarks> <maml:para>Dadurch wird der Befehl `Start-PSIntro -ModuleStatus` an das Ende Ihres PowerShell-Profilskripts für den aktuellen Benutzer im aktuellen PowerShell-Host angefügt.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>New-PSProfile</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-ProfileStatus</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-ModuleStatus</command:name> <command:verb>Get</command:verb> <command:noun>ModuleStatus</command:noun> <maml:description> <maml:para>Ermittelt den Status wichtiger Module</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Verwenden Sie diesen Befehl, um den Status wichtiger Module zu überprüfen. Der Befehl gibt eine Liste der Module mit ihrer Online-Version, installierten Version und der Angabe zurück, ob ein Update erforderlich ist.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-ModuleStatus</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Module</maml:name> <maml:description> <maml:para>Die zu überprüfenden Modulnamen. Die Module PSReadline und Microsoft.PowerShell.PSResourceGet sind standardmäßig enthalten.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>PSReadline, Microsoft.PowerShell.PSResourceGet</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByValue)" position="0" aliases="none"> <maml:name>Module</maml:name> <maml:description> <maml:para>Die zu überprüfenden Modulnamen. Die Module PSReadline und Microsoft.PowerShell.PSResourceGet sind standardmäßig enthalten.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>PSReadline, Microsoft.PowerShell.PSResourceGet</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>String</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>ModuleStatusInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Erfahren Sie mehr über PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Get-ModuleStatus Name Online Installed UpdateNeeded ---- ------ --------- ------------ PSReadLine 2.4.5 2.4.5 False Microsoft.PowerShell.PSResourceGet 1.1.1 1.1.1 False</dev:code> <dev:remarks> <maml:para></maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Get-ModuleStatus -Module Pester,PSReadline,PackageManagement Name Online Installed UpdateNeeded ---- ------ --------- ------------ Pester 5.7.1 5.7.1 False PSReadLine 2.4.5 2.4.5 False PackageManagement 1.4.8.1 1.4.8.1 False</dev:code> <dev:remarks> <maml:para>Überprüft den Status benutzerdefinierter Module.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 3 --------------------------</maml:title> <dev:code>PS C:\> Get-Content C:\scripts\MyModules.txt | Get-ModuleStatus Name Online Installed UpdateNeeded ---- ------ --------- ------------ Microsoft.PowerShell.ConsoleGuiTools 0.7.7 0.7.7 False Microsoft.PowerShell.Crescendo 1.1.0 1.1.0 False Microsoft.PowerShell.PlatyPS 1.0.1 1.0.0 True Microsoft.PowerShell.PSResourceGet 1.1.1 1.1.1 False Microsoft.WinGet.Client 1.11.460 1.12.350 False Microsoft.PowerShell.WhatsNew 0.5.5 0.5.5 False Microsoft.PowerShell.ThreadJob 2.2.0 2.2.0 False</dev:code> <dev:remarks> <maml:para>Überprüft den Modulstatus aus einer Liste.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://jdhitsolutions.com/yourls/7e82f0</maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-PSIntro</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-ProfileStatus</command:name> <command:verb>Get</command:verb> <command:noun>ProfileStatus</command:noun> <maml:description> <maml:para>Gibt den Status der PowerShell-Profilskripte für den aktuellen Host zurück.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Führen Sie diesen Befehl aus, um den Status der PowerShell-Profilskripte für den aktuellen Host zu ermitteln. Die Ausgabe enthält den Profilnamen, den Pfad und die Information, ob das Profilskript vorhanden ist. Die Pfade der PowerShell-Profilskripte sind basierend auf dem aktuellen Host- und Benutzerkontext fest kodiert. Die Skriptdateien existieren standardmäßig nicht. Sie müssen diese erstellen, wenn Sie Ihre PowerShell-Umgebung anpassen möchten. Beachten Sie, dass Sie möglicherweise zusätzlich Ordner erstellen müssen.</maml:para> <maml:para>Die eingebaute Variable $profile verweist standardmäßig auf das Profilskript für den aktuellen Benutzer im aktuellen PowerShell-Host. Lesen Sie das Hilfethema about_Profiles, um mehr zu erfahren.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-ProfileStatus</maml:name> </command:syntaxItem> </command:syntax> <command:parameters /> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>ProfileStatusInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Weitere Informationen zu PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Get-ProfileStatus Computername: CADENZA [ConsoleHost] ProfileName Path Exists ----------- ---- ------ AllUsersAllHosts C:\Program Files\PowerShell\7\profile.ps1 True AllUsersCurrentHost C:\Program Files\PowerShell\7\Microsoft.PowerShell_profile.ps1 False CurrentUserAllHosts C:\Users\jeff\Documents\PowerShell\profile.ps1 True CurrentUserCurrentHost C:\Users\jeff\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 True</dev:code> <dev:remarks> <maml:para>Profile, die nicht vorhanden sind, werden rot hervorgehoben.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://jdhitsolutions.com/yourls/68f88d</maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>About_Profiles</maml:linkText> <maml:uri>https://learn.microsoft.com/powershell/module/microsoft.powershell.core/about/about_profiles</maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Get-PSIntro</command:name> <command:verb>Get</command:verb> <command:noun>PSIntro</command:noun> <maml:description> <maml:para>Zeigt einen PowerShell-Begrüßungsbildschirm an</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Dieser Befehl zeigt einen PowerShell-Begrüßungs- oder "Splash"-Bildschirm an. Die Anzeige enthält eine Liste von Online-Ressourcen. Wenn Sie den Parameter -ModuleStatus angeben, enthält die Ausgabe den Status wichtiger Module. Das Aktualisieren dieser Module trägt zu einer besseren Benutzererfahrung bei.</maml:para> <maml:para>Wenn Sie -Tutorial angeben, werden Sie aufgefordert, eine Reihe von Tutorials auszuführen. Die Tutorials sind interaktiv und helfen dem Benutzer, PowerShell zu erlernen. Wenn der Benutzer sich entscheidet, die Tutorials auszuführen, werden diese nacheinander gestartet. Die Tutorials sind als PowerShell-Skripte geschrieben und enthalten eine Kombination aus formatiertem Text und Live-Konsolenausgabe aus der aktuellen PowerShell-Sitzung des Benutzers. Dadurch ist die Ausgabe relevant für die Umgebung des Benutzers.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Get-PSIntro</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ModuleStatus</maml:name> <maml:description> <maml:para>Beinhaltet den Status wichtiger Module.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Tutorial</maml:name> <maml:description> <maml:para>Zeigt die Tutorialaufforderung an. Wenn Sie Ja wählen, werden die Tutorials nacheinander ausgeführt. Wenn Sie Nein wählen, beendet der Befehl ohne Ausführung der Tutorials. Sie können Start-PSTutorial jederzeit verwenden, um die Tutorials zu starten und in beliebiger Reihenfolge auszuführen.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>ModuleStatus</maml:name> <maml:description> <maml:para>Beinhaltet den Status wichtiger Module.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="none"> <maml:name>Tutorial</maml:name> <maml:description> <maml:para>Zeigt die Tutorialaufforderung an. Wenn Sie Ja wählen, werden die Tutorials nacheinander ausgeführt. Wenn Sie Nein wählen, beendet der Befehl ohne Ausführung der Tutorials. Sie können Start-PSTutorial jederzeit verwenden, um die Tutorials zu starten und in beliebiger Reihenfolge auszuführen.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para>Keine</maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>Object</maml:name> </dev:type> <maml:description> <maml:para>Objekt</maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Dieser Befehl hat die Aliase PSIntro und PSWelcome.</maml:para> <maml:para>Erfahren Sie mehr über PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Get-PSIntro -ModuleStatus Willkommen bei PowerShell! PowerShell v7.5.4 PowerShell Documentation : https://learn.microsoft.com/powershell PowerShell on Slack : https//aka.ms/psslack PowerShell on Discord : https://aka.ms/psdiscord PowerShell Team Blog : https://devblogs.microsoft.com/powershell PowerShell Gallery : https://www.powershellgallery.com GitHub Discussion : https://github.com/PowerShell/PowerShell/discussions Verwenden Sie einen der obigen Links, um mehr über PowerShell zu erfahren. Wenn möglich, sollten Sie Update-Help ausführen, um die neuesten Hilfedateien für PowerShell zu erhalten. Status wichtiger Module: Name Online Installed UpdateNeeded ---- ------ --------- ------------ PSReadLine 2.4.5 2.4.5 False Microsoft.PowerShell.PSResourceGet 1.1.1 1.1.1 False Alle wichtigen Module sind auf dem neuesten Stand. Führen Sie Start-PSTutorial aus, um eine Liste kurzer PowerShell-Tutorials anzuzeigen.</dev:code> <dev:remarks> <maml:para>Die Ausgabe wird mit $PSStyle formatiert und gestylt. Die Links sind im Windows Terminal oder ähnlichen Anwendungen anklickbar.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Get-PSIntro -Tutorial Willkommen bei PowerShell! PowerShell v7.5.4 PowerShell Documentation : https://learn.microsoft.com/powershell PowerShell on Slack : https//aka.ms/psslack PowerShell on Discord : https://aka.ms/psdiscord PowerShell Team Blog : https://devblogs.microsoft.com/powershell PowerShell Gallery : https://www.powershellgallery.com GitHub Discussion : https://github.com/PowerShell/PowerShell/discussions Verwenden Sie einen der obigen Links, um mehr über PowerShell zu erfahren. Wenn möglich, sollten Sie Update-Help ausführen, um die neuesten Hilfedateien für PowerShell zu erhalten. Möchten Sie eine Reihe kurzer interaktiver Tutorials zu den wichtigsten PowerShell-Grundlagen ausführen? Geben Sie Y ein, um fortzufahren:</dev:code> <dev:remarks> <maml:para>Starten Sie die Einführung mit der Tutorialaufforderung.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://jdhitsolutions.com/yourls/3d2a4a</maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Start-PSTutorial</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>New-PSProfile</command:name> <command:verb>New</command:verb> <command:noun>PSProfile</command:noun> <maml:description> <maml:para>Erstellt ein neues PowerShell-Profilskript.</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Erstellt ein neues PowerShell-Profilskript, falls es noch nicht existiert. Standardmäßig wird das Profilskript für den aktuellen Benutzer im aktuellen PowerShell-Host erstellt. Sie können ein anderes Profilskript mit dem Parameter -Name angeben.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>New-PSProfile</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="ProfileName"> <maml:name>Name</maml:name> <maml:description> <maml:para>Erstellt das angegebene PowerShell-Profilskript. Sie können die Tab‑Vervollständigung verwenden, um die verfügbaren Profilskriptnamen anzuzeigen.</maml:para> </maml:description> <command:parameterValueGroup> <command:parameterValue required="false" command:variableLength="false">CurrentUserCurrentHost</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">CurrentUserAllHosts</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">AllUsersCurrentHost</command:parameterValue> <command:parameterValue required="false" command:variableLength="false">AllUsersAllHosts</command:parameterValue> </command:parameterValueGroup> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>CurrentUserCurrentHost</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf"> <maml:name>Confirm</maml:name> <maml:description> <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para>Zeigt an, was passieren würde, wenn das Cmdlet ausgeführt würde. Das Cmdlet wird nicht ausgeführt.</maml:para> </maml:description> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="True (ByPropertyName, ByValue)" position="0" aliases="ProfileName"> <maml:name>Name</maml:name> <maml:description> <maml:para>Erstellt das angegebene PowerShell-Profilskript. Sie können die Tab‑Vervollständigung verwenden, um die verfügbaren Profilskriptnamen anzuzeigen.</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String[]</command:parameterValue> <dev:type> <maml:name>String[]</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>CurrentUserCurrentHost</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="cf"> <maml:name>Confirm</maml:name> <maml:description> <maml:para>Prompts you for confirmation before running the cmdlet.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="named" aliases="wi"> <maml:name>WhatIf</maml:name> <maml:description> <maml:para>Zeigt an, was passieren würde, wenn das Cmdlet ausgeführt würde. Das Cmdlet wird nicht ausgeführt.</maml:para> </maml:description> <command:parameterValue required="false" variableLength="false">SwitchParameter</command:parameterValue> <dev:type> <maml:name>SwitchParameter</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>False</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>System.String[]</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>System.IO.FileInfo</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Weitere Informationen zu PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> New-PSProfile Directory: C:\Users\jeff\Documents\PowerShell Mode LastWriteTime Length Name ---- ------------- ------ ---- -a-- 1/8/2026 8:13 AM 0 Microsoft.PowerShell_profile.ps1</dev:code> <dev:remarks> <maml:para>Dies erstellt das Profilskript für den aktuellen Benutzer im aktuellen PowerShell-Host, falls es noch nicht vorhanden ist. Sie können anschließend das Profilskript bearbeiten, um Ihre Anpassungen hinzuzufügen.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Get-ProfileStatus | New-PSProfile -WhatIf What if: Performing the operation "Create File" on target "Destination: C:\Program Files\PowerShell\7\profile.ps1". What if: Performing the operation "Create File" on target "Destination: C:\Program Files\PowerShell\7\Microsoft.PowerShell_profile.ps1". WARNING: An existing PowerShell profile script for CurrentUserAllHosts has been found at C:\Users\jeff\Documents\PowerShell\profile.ps1. What if: Performing the operation "Create File" on target "Destination: C:\Users\jeff\Documents\PowerShell\Microsoft.PowerShell_profile.ps1".</dev:code> <dev:remarks> <maml:para>Ermittelt den Status aller PowerShell-Profilskripte und leitet die Ergebnisse an New-PSProfile weiter, um fehlende Profilskripte zu erstellen. Der Parameter -WhatIf zeigt an, was passieren würde, ohne tatsächlich Dateien zu erstellen.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Get-ProfileStatus</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> <command:command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10" xmlns:MSHelp="http://msdn.microsoft.com/mshelp"> <command:details> <command:name>Start-PSTutorial</command:name> <command:verb>Start</command:verb> <command:noun>PSTutorial</command:noun> <maml:description> <maml:para>Starten Sie ein interaktives PowerShell-Tutorial</maml:para> </maml:description> </command:details> <maml:description> <maml:para>Dieser Befehl dient als Starter für die in dem PSIntro-Modul enthaltenen Tutorials. Sie können ein Tutorial-Thema auswählen. Wenn Sie kein Thema angeben, erhalten Sie ein einfaches Menü mit interaktiven PowerShell-Tutorials. Das Tutorial besteht aus einer Kombination von Texten und Informationen aus Ihrer Host- und PowerShell-Umgebung.</maml:para> <maml:para>Das Tutorial wird in "Seiten" angezeigt, mit Aufforderungen zum Fortfahren. Drücken Sie `Enter`, um fortzufahren, oder `q`, um zu beenden. Ihr Fortschritt wird nicht gespeichert.</maml:para> </maml:description> <command:syntax> <command:syntaxItem> <maml:name>Start-PSTutorial</maml:name> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Topic</maml:name> <maml:description> <maml:para>Geben Sie ein Tutorial-Thema an; andernfalls wird Ihnen ein Menü mit verfügbaren Themen angezeigt. Gültige Themen sind:</maml:para> <maml:para>- PowerShell Essentials</maml:para> <maml:para>- Get-Command</maml:para> <maml:para>- Get-Help</maml:para> <maml:para>- Get-Member</maml:para> <maml:para>- PowerShell Profiles</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:syntaxItem> </command:syntax> <command:parameters> <command:parameter required="false" variableLength="true" globbing="false" pipelineInput="False" position="1" aliases="none"> <maml:name>Topic</maml:name> <maml:description> <maml:para>Geben Sie ein Tutorial-Thema an; andernfalls wird Ihnen ein Menü mit verfügbaren Themen angezeigt. Gültige Themen sind:</maml:para> <maml:para>- PowerShell Essentials</maml:para> <maml:para>- Get-Command</maml:para> <maml:para>- Get-Help</maml:para> <maml:para>- Get-Member</maml:para> <maml:para>- PowerShell Profiles</maml:para> </maml:description> <command:parameterValue required="true" variableLength="false">String</command:parameterValue> <dev:type> <maml:name>String</maml:name> <maml:uri /> </dev:type> <dev:defaultValue>None</dev:defaultValue> </command:parameter> </command:parameters> <command:inputTypes> <command:inputType> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:inputType> </command:inputTypes> <command:returnValues> <command:returnValue> <dev:type> <maml:name>None</maml:name> </dev:type> <maml:description> <maml:para></maml:para> </maml:description> </command:returnValue> </command:returnValues> <maml:alertSet> <maml:alert> <maml:para>Erfahren Sie mehr über PowerShell: http://jdhitsolutions.com/yourls/newsletter</maml:para> </maml:alert> </maml:alertSet> <command:examples> <command:example> <maml:title>-------------------------- Example 1 --------------------------</maml:title> <dev:code>PS C:\> Start-PSTutorial PowerShell-Tutorial-Menü 1 - PowerShell-Grundlagen 2 - Get-Command 3 - Get-Help 4 - Get-Member 5 - PowerShell-Profiles 6 - Beenden Wählen Sie eine Menüoption [1-6]:</dev:code> <dev:remarks> <maml:para>Geben Sie eine Nummer ein, um das entsprechende Tutorial zu starten. Wenn Sie eine andere Taste eingeben, wird das Programm beendet.</maml:para> </dev:remarks> </command:example> <command:example> <maml:title>-------------------------- Example 2 --------------------------</maml:title> <dev:code>PS C:\> Start-PSTutorial -Topic 'Get-Command'</dev:code> <dev:remarks> <maml:para>Startet das Get-Command-Tutorial.</maml:para> </dev:remarks> </command:example> </command:examples> <command:relatedLinks> <maml:navigationLink> <maml:linkText>Online Version:</maml:linkText> <maml:uri>https://jdhitsolutions.com/yourls/2b2ff7</maml:uri> </maml:navigationLink> <maml:navigationLink> <maml:linkText>Get-PSIntro</maml:linkText> <maml:uri></maml:uri> </maml:navigationLink> </command:relatedLinks> </command:command> </helpItems> |