For this example I'm going to list the contents of a hotfix.
(axmodel -model 'Hotfix-KB2909140-Foundation' -details).elements | select name, elementtype, path | ` sort path | ConvertTo-Html -CssUri http://skaue.com/ps.css | Out-File c:\KB2909140.html
The HTML-file can be viewed using your favorite browser.
Nifty, ey? :-)
No comments:
Post a Comment