Exemplo n.º 1
0
 public Exchange()
 {
     this.ps = new Powershell();
 }
Exemplo n.º 2
0
 public AD(Powershell ps)
 {
     this.ps = ps;
     // import AD Module
     this.ps.Execute("Import-Module ActiveDirectory");
 }
Exemplo n.º 3
0
 public void Connect()
 {
     this.ps = new Powershell();
 }