plugins/Hubspot/Public/Get-PluginDebug.ps1
function Get-PluginDebug { [CmdletBinding()] param ( #[Parameter(Mandatory=$false)][Hashtable] $InputHashtable #[Parameter(Mandatory=$false)][String] $GroupId ) begin { } process { $Script:pluginDebug } end { } } |