Hi, example function : Function Add ($x, $y) { $Ans = $x + $y Write-Host “The Answer is $Ans” } this function sum $x and $y and put the...
simple question about variable in function
read more
Hi, example function : Function Add ($x, $y) { $Ans = $x + $y Write-Host “The Answer is $Ans” } this function sum $x and $y and put the...