Powershell notes: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
(Created page with " where object update-help get-member") |
No edit summary |
||
Line 6: | Line 6: | ||
get-member | get-member - show all the stuff a cmtlst or object has. ( a cmdlet _is_ an object ) | ||
cmtlet | select * | - print all properties , including hidden ones. |
Revision as of 19:43, 20 April 2017
where object
update-help
get-member - show all the stuff a cmtlst or object has. ( a cmdlet _is_ an object )
cmtlet | select * | - print all properties , including hidden ones.