Hi guys,
I have a problem. I need to convert this PowerShell program to vb.net or VbScript.
But i can't find the solution..
Could anyone help me with this?
function Remove-EmptyFolders {
[CmdletBinding()]
param ()
$delDirs = @()
$dirs = Get-ChildItem -Recurse | Where-Object {...
Hello
I am trying to run a Powershell script in VS2010 on a 64bit 2008 R2 server with Exchange 2007 Tools installed; and failing miserably :(
The code is:
Dim res As String
Dim runspace As Runspace = RunspaceFactory.CreateRunspace()
runspace.Open()
Using pipeline As...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.