Functions/Get-PSConfEUSession.ps1
Function Get-PSConfEUSession { [cmdletbinding()] param() $Parameters = @{ Method = "GET" Uri = "http://PowerShell.fun" } Invoke-RestMethod @Parameters } |
Function Get-PSConfEUSession { [cmdletbinding()] param() $Parameters = @{ Method = "GET" Uri = "http://PowerShell.fun" } Invoke-RestMethod @Parameters } |