Hi everyone i am fairly new to VBScripting. So here is newbie question.
I am trying to disable user accounts based on days of inactivity.
i know i coud use the "net user username /domain" and achive it via wshShell.Run()
Question is how to capture the result of command for furtuer analyses.
can anyone help?
Thanks.
I am trying to disable user accounts based on days of inactivity.
i know i coud use the "net user username /domain" and achive it via wshShell.Run()
Question is how to capture the result of command for furtuer analyses.
can anyone help?
Thanks.