Get-Fun | Set-Code
Pages
Home
PowerShell Course
Connect with Me !
Saturday, 10 October 2020
Storing Function Value to a Variable
$a=1;
Function Test()
{
if($a-eq1){return "True"}else{return "False"}
}
$b= Test
$b
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment