Page 1 of 1

User management with Powershell Studio 2021

Posted: Thu Aug 26, 2021 7:32 am
by XFKfGOeQ1633006795
Product, version and build:
Operating system: Windows 20H2 64bit
PowerShell version( 5.1.19041.906 ):

Hello all
I am new here and have no experience with Powershell, but need to do a project in Powershell for school.
I need to create a Powershell GUI for the school that allows the simplification of user entry and exit at our company.
I was able to create the GUI very quickly, but the code behind it doesn't want to work the way I want it to. :)

I want that if the checkbox (User copy) is true, in the comobox below (comoboxusercopy) can be searched for users in Active Directory that should be copied.
(With Get-ADUser -filter * -Properties name -SearchBase "OU") it works in Powershell ISE but over Sapien Powershell Studio 2021 nothing happens. I know that I am missing something but not what.

With the ComoboxAuthorization the authorization in Active Directory should be searched and can be selected multiple times.

It would be great if someone could help me here.
I thank you in advance for your help.
Sadiel

User magement.png
User magement.png (10.06 KiB) Viewed 3698 times

Re: User management with Powershell Studio 2021

Posted: Mon Aug 30, 2021 2:35 pm
by brittneyr
You may find the following thread helpful:
viewtopic.php?f=21&t=15482&p=80789&hili ... ser#p80789