Is it possible to give a call to PowerShell Cmdlets in my VBScript?
I know how can I call entire Powershell Script, but instead I want to call some specific Cmdletes only. Also is it possible to get that result of Cmdlet to be stored in some Object in VBScript.
I don't have much idea about Powershell and VBScript. May be this is very question. Please let me know if you have idea how can we do this.