Private/Utility/Get-InvocationInfo.ps1
|
function Get-InvocationInfo() { param( [parameter(Mandatory = $true)] [string]$CommandName ) Write-Verbose "Invoking $CommandName" } |
|
function Get-InvocationInfo() { param( [parameter(Mandatory = $true)] [string]$CommandName ) Write-Verbose "Invoking $CommandName" } |