Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

How to view the result of a property

$
0
0

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


Viewing all articles
Browse latest Browse all 6937

Trending Articles