Scripts needed
need script these below
1.export services in html format
2.export ipconfig/all details in html format
3.get physical network card details speed, coonection status in html format
can 1 me this?
hi tamizhezham,
if want whole script written recommend contact consulting firm.
however if want write here hints:
1. get-help get-service
give details of how export information services.
2 & 3. there are whole bunch of options information similar 1 given ipconfig or run ipconfig problem ipconfig returns result text hard handle. powershell cmdlets returns objects can further sort/format/select. try following command list of options:
get-command -module nettcpip -verb get
to convert html can use cmdlet convertto-html, again use get-help convertto-html details.
Windows Server > Windows PowerShell
Comments
Post a Comment