Hello,
I saw something like the following in some code samples:
"some literal string info {0}" -f wmiObject.property
I can tell by the context of this what -f generally is (I'm guessing it's 'format'), but I could not think of what to supply to 'help' within powershell to get more info on it? anyone know?