Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
cwmanage
0.0.20
Public/CwmOpportunity/Remove-CwmOpportunity.ps1
<# function Remove-CwmOpportunity {
[CmdletBinding()]
Param (
)
BEGIN {
$VerbosePrefix = "Remove-CwmOpportunity:"
}
PROCESS {
}
END {
}
}
#>