====== Powershell ======
===== Links =====
* [[https://learn.microsoft.com/de-de/powershell/|Powershell Doku]] von Microsoft
* [[https://www.youtube.com/playlist?list=PL4psuuBzr38450N4fTXNzM9sNZdhBs4sN|PowerShell Kurs auf Youtube]]
===== CmdLets =====
* [[https://learn.microsoft.com/de-de/powershell/scripting/developer/cmdlet/cmdlet-overview?view=powershell-7.5|CmdLets Doku]]
* [[https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_command_syntax?view=powershell-7.5|aboud-Command Syntax]]
# verb-Noun Syntax z.B.
Get-Command
===== Help =====
{{youtube>h-kmJw5Dnk4?}}\\
Get-Help Get-Process
# oder
Get-Help Get-Process -Full
# oder
Get-Help Get-Process - Online
Get-Command *process*