1.

Code for creating an HTML report that lists the name of each service along with its status is :

A. Get-Ser | ConvertTo-HTML -Property Name, Status > C:\services.htm
B. Get-Service | Property Name, Status > C:\services.htm
C. Get-Service | ConvertTo-HTML -Property Name, Status > C:\services.htm
D. All of the mentioned
Answer» D. All of the mentioned


Discussion

No Comment Found