Hey all. I have a front end in Visual Studio in VB script for collecting all the data and group membership someone would have to be entered into AD. And I know the powershell commands to get that data into AD. I've been trying to work on how to get my code to call and run a powershell script that's saved, and pass the variables to it.
I found an example online, worked great, it was a simple script to do some math, and return the result to a text box. I can't really follow what it's doing very well in the run/load area, but my hangup is, the info I'd submit to AD for a new user won't have any 'result' to come back with, or in other words, no need to populate a textbox with an 'answer' or 'result'. And I'm not sure how (or if) I can modify this guy's code to simply run without expecting a result to come back. And in it I'm not seeing a...