Search results for query: *

  • Users: stubar
  • Content: Threads
  • Order by date
  1. S

    Question Calling Powershell Exchange cmdlet in VS2010

    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...
  2. S

    Question Equivalent of "obj.PutEx ADS"

    Hello My question concerns a crossover of VBSCRIPT to DotNet, but here goes I have a project in VB.NET concerning users in AD. Basically they are disabled but need to be enabled again. This means clearing the AUTHORIG property. If I was doing it in VBSCRIPT i would simply use obj.PutEx...
Back
Top