/build/static/layout/Breadcrumb_cap_w.png

KBE Powershell Modules

Hi,

We are trying to use the latest version of the KBE Manipulator with Powershell. 
Is there a way in which it is possible to inject modules into the KBE?

For example, we are trying to use the ActiveDirectory module so that it is possible to create new users etc.

Furthermore is there any available documentation for using Powershell within the KBE?

Thanks,
Phil 

0 Comments   [ + ] Show comments

Answers (2)

Posted by: cserrins 8 years ago
Red Belt
1
Which module inject Active Directory?  KBEM uses ADSI drivers to access active directory, it is under kbe customizations menu.  I believe powershell in kbe is identical to windows, but not 100%

-Corey
Posted by: ronfalkoff 8 years ago
Green Belt
0

You may need to run:

Import-Module Activedirectory

This will add the Active Directory Module to the Local machine to run those commands to get it on that machine at the beginning of your PowerShell Script as it is a new machine. 

The other option is to run it as a remote session on another machine by using:

Enter-PSSession -ComputerName (Domain Controller) or other system with the Active Directory PowerShell module loaded on it:

Hope that helps,

Ron

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ