function Test { [CmdletBinding()] #turns into adv function param( [int32] $PingCount ) Test-Connection google.com -Count $PingCount } Test