4 lines
134 B
PowerShell
4 lines
134 B
PowerShell
# It all starts with a single line of powershell code.
|
|
$ITDModules = Get-Module -Name ITD* -ListAvailable
|
|
|
|
Write-Output $ITDModules |