Hi,
I have entered the following 4 lines in powershell :
$f=Get-SPFarm
$f.Properties["VALUE1"]="c:\value1"
$f.Properties["VALUE2"]="c:\value2"
$f.Update()
And now I would like to know if my changes have been recorded. Do you know how to do this ?
Thanks in advance