Can VBScript script Power Shell?

I have a couple of things I want to run in VBScript & PowerShell, but
PowerShell cannot run all that I need.

Re: Script Power Shell by Owen

Owen
Tue May 08 12:45:51 CDT 2007

On May 8, 8:13 am, Epoh Rio <Epoh...@discussions.microsoft.com> wrote:
> Can VBScript script Power Shell?
>
> I have a couple of things I want to run in VBScript & PowerShell, but
> PowerShell cannot run all that I need.

I'm pretty sure you can implement or "wrap" vbscripts and wmi into
powershell, though I haven't tried powershell yet. There was a good
article in Technet Magazine recently

http://www.microsoft.com/technet/technetmag/issues/2007/05/PowerShell/default.aspx


Re: Script Power Shell by Chris

Chris
Tue May 08 12:50:07 CDT 2007

Not sure about VBScript scipting PowerShell, but I would think you
could have your VBScript execute your .ps1 script.

Or you could code what you need in PowerShell and have it call your
VBScript.

http://powershelllive.com/blogs/lunch/archive/2007/03/28/day-2-writing-scripts-and-translating-vbscript.aspx


Re: Script Power Shell by EpohRio

EpohRio
Fri May 11 07:38:01 CDT 2007

That is what I figured, oh well doesnt hurt to check.

Thanks

"Chris" wrote:

> Not sure about VBScript scipting PowerShell, but I would think you
> could have your VBScript execute your .ps1 script.
>
> Or you could code what you need in PowerShell and have it call your
> VBScript.
>
> http://powershelllive.com/blogs/lunch/archive/2007/03/28/day-2-writing-scripts-and-translating-vbscript.aspx
>
>