Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
PSKoans
0.39.3
Public/Get-Blank.ps1
function
Get-Blank
{
[
Alias
(
'__'
,
'FILL_ME_IN'
)
]
param
(
)
$null
}