# WinGet & PowerShellGallery Repository ## Repository installieren ``` winget --version # Falls nicht vorhanden: https://aka.ms/getwinget Install-Module PowerShellGet -Force Install-PackageProvider -Name NuGet -Force Find-Module -Name Pester ``` ## Skripte & Module installieren ``` Install-Module -Name Pester -Scope CurrentUser Install-Script -Name Get-WindowsAutoPilotInfo -Scope CurrentUser Get-WindowsAutoPilotInfo.ps1 ``` ## Tools mit winget installieren ``` winget install wireshark winget install putty ``` ## Nützliche Links `POWERSHELL GALLERY` https://www.powershellgallery.com/ `AWESOME POWERSHELL` https://github.com/janikvonrotz/awesome-powershell `WINDOWS POWERSHELL` https://github.com/stevencohn/WindowsPowerShell `Mega Collection of PowerShell Scripts` https://github.com/fleschutz/PowerShell