Set-Variable helpText -option Constant -value "somevalue"
Set-Variable : Cannot overwrite variable helpText because it is read-only or constant.
I am getting the below error in power shell. Can some one let me know what I am missing here.
Thanks in Advance