Search found 3 matches

by mgebauer
Tue Jul 09, 2019 12:04 pm
Forum: PowerShell
Topic: Run code block as different user
Replies: 1
Views: 2997

Run code block as different user

I am just not getting this error. Not sure if it's Powershell Studio or just the code itself. I am trying to create a user in AD with a different user's credentials in one of many domains. The RSAT tools are more than likely not going to be available on the PC this will run on, so the nice built in ...
by mgebauer
Tue Jun 04, 2019 6:02 pm
Forum: PowerShell GUIs
Topic: Modules for classes
Replies: 4
Views: 1738

Re: Modules for classes

Thanks, it's quite possible that my app is not nearly as complex as you are thinking. It's a tool for Field Services to create autologon users in AD, and essentially do role base computers. So each computer type has a role (a few AD groups that make it behave a certain way when GPOs are applied) rol...
by mgebauer
Tue Jun 04, 2019 1:18 pm
Forum: PowerShell GUIs
Topic: Modules for classes
Replies: 4
Views: 1738

Modules for classes

Hello, I am just starting to learn Powershell Studio after spending most of my time in Visual Studio and C#. Right now I'm trying to convert a program over so I'm not the only support person anymore and it relies pretty heavily on classes. In Visual Studio I've always made class files and put all th...