This is usefull when you want to see all the properties that can be queried with a powershell command:
get-childitem | format-list -property *
This is usefull when you want to see all the properties that can be queried with a powershell command:
get-childitem | format-list -property *