InterviewSolution
Saved Bookmarks
| 1. |
How You Can Convert The Object Into Html? |
|
Answer» To CONVERT the object into HTML Get-Process l Sort-object – PROPERTY CPU –descending l convert to – HTML l Out-file “process.html” To convert the object into HTML Get-Process l Sort-object – property CPU –descending l convert to – HTML l Out-file “process.html” |
|