InterviewSolution
Saved Bookmarks
| 1. |
What Argument Can Be Used To Convert An Object Into A String Or Convert The Property Of An Object Into The String? |
|
Answer» expand is the argument that should be USED with the property NAME to convert an OBJECT property SIMPLY into a string. e.g Get-ADcomputer –filter * | select-Object –expand name expand is the argument that should be used with the property name to convert an object property simply into a string. e.g Get-ADcomputer –filter * | select-Object –expand name |
|