Skip to main content

Script Center

Script Center
Wir sind für alle da, die Skripts für die Systemverwaltung schreiben. Das Microsoft Script Center ist darauf spezialisiert, Benutzer in die Verwendung von Windows PowerShell und VBScript einzuführen, damit Sie weniger Zeit für banale Aufgaben aufwenden müssen.


Hey, Scripting Guy! Blog (engl.)

Script Center – Homepage

PowerTip: Find All Modules on a System by Using PowerShell
Summary: Learn how to find all modules on a system by using Windows PowerShell. How can I find all of the modules on my system by using Windows PowerShell? Use the Get-Command cmdlet and specify all of the modules. Pipe the results to the Group-Object cmdlet, and sort the results to make it easier to read, as shown here. Get-Command -Module * | Group-Object module -NoElement | sort-object name

Aktuelle Beiträge