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>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>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: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: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 - Beenden Wählen Sie eine Menüoption [1-5]:</dev:code> <dev:remarks> <maml:para>Der Menütitel wird mit `$PSStyle` formatiert.</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> |