Nancy
I have to create only one user at a time and then get the details of newly created user and update in the ticket
I checked my scripts it is creating user
But I have to pass the values like first name , last name , locations to create the user from uipath to Powershell
Once the user is Created I have get the samaccount name email address and update in ticket
Please help
Hey, you can google it to find the powershell command that can insert multiple values to create ad user, so after creating the user you can verify it by applying some filter in get-ad users command.