Answers for "set variable in powershell"

0

set variable in powershell

Set-Variable -Name "desc" -Value "A description"
Get-Variable -Name "desc"

Name                           Value
----                           -----
desc                           A description
Posted by: Guest on May-02-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language