Open
Description
Hi,
I'm a beginner and a little bit confused in which cases I should use the following syntax:
Set-Variable -Name "desc" -Value "A description"
and ich which cases it is ok do to the simpler
$desc = "A description"
I could not find any helpful information in the internet, maybe someone has a link for me? :)__