Search found 49 matches

by Reddrgn2
Wed May 10, 2023 12:00 pm
Forum: PowerShell GUIs
Topic: Gui display unique names
Replies: 4
Views: 1954

Re: Gui display unique names

Any thoughts on how the coding might look, few tries don't do anything or cause error
by Reddrgn2
Wed Apr 19, 2023 1:16 pm
Forum: PowerShell Studio
Topic: Remove version info from package
Replies: 1
Views: 2403

Remove version info from package

Product, version and build: studio - 2023 - v5.8.217 Operating system: win 11 or win 10 PowerShell version(s): 5.1 Noticed when trying to update an gui that when packaging it as; target-win 64b, engine-win powershell, windows application, it is adding in version information, which seems to populate ...
by Reddrgn2
Wed Apr 19, 2023 11:55 am
Forum: PowerShell GUIs
Topic: Gui display unique names
Replies: 4
Views: 1954

Gui display unique names

Product, version and build: studio - 2023 - v5.8.217 Operating system: win 11 or win 10 PowerShell version(s): 5.1 Trying to update a mini tool created to display AD (on prem) information for users. It's really basic, type in user name and displays, name, samaccount, employee id, employeenumber, ext...
by Reddrgn2
Tue Dec 14, 2021 6:40 am
Forum: PrimalScript
Topic: Connection to ExchangeOnline
Replies: 1
Views: 5482

Connection to ExchangeOnline

Product, version and build: Primalscript 2021, version 8.0.157 Operating system: windows 10 enterprise Trying to connect to ExchangeOnline - using primalscript but giving me an error. Normally when I go to start working on things I run log script, first thing ran, then run a connection script. Conne...
by Reddrgn2
Thu Jul 01, 2021 5:07 am
Forum: PowerShell ModuleManager
Topic: Transfer Modules to another pc
Replies: 3
Views: 19061

Re: Transfer Modules to another pc

I thought that was going to be the case, I have been doing it that way. Sadly there is about 100 module difference. Little time consuming and annoying. Thanks though :)
by Reddrgn2
Wed Jun 30, 2021 7:31 am
Forum: PowerShell ModuleManager
Topic: Transfer Modules to another pc
Replies: 3
Views: 19061

Transfer Modules to another pc

Product, version and build: ModuleManager 2021 v1.1.10 Operating system: win 10 enter v21h1 PowerShell version(s): I am wondering if it is possible to use Module Manager to help re-install all the modules I had/have on another computer. Both computers are win 10, v21h1, with all the same Sapien prod...
by Reddrgn2
Mon Jun 07, 2021 12:58 pm
Forum: PowerShell
Topic: Import csv users and run powershell script
Replies: 6
Views: 10125

Re: Import csv users and run powershell script

So i am not really sure what fixed my issues but it is fixed. I think it was a combo of issues, the wrong import method for csv, the wrong 'for each', or both. So I was rebuilding from scratch again. Used import method 'get-content' and 'foreach'. Then re-organized the functions of the script a litt...
by Reddrgn2
Mon Jun 07, 2021 6:16 am
Forum: PowerShell
Topic: Import csv users and run powershell script
Replies: 6
Views: 10125

Re: Import csv users and run powershell script

offboarding = someone leaving onboarding = someone joining The reason for the sleep command is that it was having issues running everything correctly. I started with the pipe but it wasn't working correctly. Sometimes it would do it and others it would skip over it. When started again from scratch, ...
by Reddrgn2
Fri Jun 04, 2021 11:08 am
Forum: PowerShell
Topic: Import csv users and run powershell script
Replies: 6
Views: 10125

Import csv users and run powershell script

Product, version and build: primalscript - v8.0.149 Operating system: win 10 enter v:21H1 PowerShell version(s): major 5 - minor 1 - build 19041 - revision 1023 also have 7.1.2 Trying to create a script that will import a list of users, from csv, then run the 'offboarding' script created. I have the...
by Reddrgn2
Fri Jan 22, 2021 8:33 am
Forum: PowerShell
Topic: O365 Dynamic Group Export issue
Replies: 2
Views: 3162

O365 Dynamic Group Export issue

Product, version and build: primalscript 2021 - 7.7.146 Operating system: win 10 - 20H2 - 64b - enterprise PowerShell version(s): 5.1 Trying to get export from Office365 - Dynamic DL members and details of members. I am able to get members and details to display on the console window (sorted by name...