When I execute the following command
I get the following output when I view $cs
This is returning the right information but I need for my variable to not incluse the "Identity :" part. Anyone know how to grab just the value of a property? I'd appreciate a sample.
Thanks
Mark
Code:
$cs = Get-ClusteredMailboxServerStatus|FL Identity
Identity : DIAMONDEXCHANGE
This is returning the right information but I need for my variable to not incluse the "Identity :" part. Anyone know how to grab just the value of a property? I'd appreciate a sample.
Thanks
Mark