Logins may be showing incorrect profile information. Please email psgadmin at microsoft.com for support.
Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
Get-SVGL
1.0.0
Private/Actions/Show-NotImplementedMessage.ps1
function
Show-NotImplementedMessage
{
Write-Host
"This option is not implemented yet"
-ForegroundColor
Yellow
return
$false
}