PowerShell Gallery site will be undergoing routine maintenance on Tuesday Jan 28th, from 11am-1pm PST.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
DumbMod
0.0.1
DumbMod.psm1
function
Test-Dumb
{
param
(
)
Write-Host
"I am the DumbMod and I do nothing!"
-ForegroundColor
Black
-BackgroundColor
White
}