Hi,
how can i write this syntax correctly?
Get-WmiObject win32_process -Filter "name = 'procname'" | select-object name,commandline,ConvertToDateTime(creationdate)
i need that the ConvertToDateTime will run inside the select
THX
Hi,
how can i write this syntax correctly?
Get-WmiObject win32_process -Filter "name = 'procname'" | select-object name,commandline,ConvertToDateTime(creationdate)
i need that the ConvertToDateTime will run inside the select
THX