I find this command works
get-psdrive | ? provider -match "Registry"
but
get-psdrive | ? provider -like "Registry"
or
get-psdrive | ? provider -eq "Registry"
do not work. I'm sure there's a reason but can't figure out what it is.
thanks
David
I find this command works
get-psdrive | ? provider -match "Registry"
but
get-psdrive | ? provider -like "Registry"
or
get-psdrive | ? provider -eq "Registry"
do not work. I'm sure there's a reason but can't figure out what it is.
thanks
David