Public/Set-SimwoodAccountID.ps1
function Set-SimwoodAccountID { [CmdletBinding()] Param( [Parameter(Mandatory=$true)] [string]$AccountID ) $script:SimwoodAccountID = $AccountID } |
function Set-SimwoodAccountID { [CmdletBinding()] Param( [Parameter(Mandatory=$true)] [string]$AccountID ) $script:SimwoodAccountID = $AccountID } |