monsterjta
IS-IT--Management
TIA,
This command
produces this output:
I need it to produce the full, expanded name and displayname properties and write to a text file. Anybody know how?
This command
Code:
get-service | where-object {$_.name -match ("clr")}
produces this output:
Code:
Status Name DisplayName
------ ---- -----------
Running clr_optimizatio... Microsoft .NET Framework NGEN v2.0....
I need it to produce the full, expanded name and displayname properties and write to a text file. Anybody know how?