Search found 40 matches
- Fri Jan 22, 2021 8:33 am
- Forum: PowerShell
- Topic: O365 Dynamic Group Export issue
- Replies: 2
- Views: 1038
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...
- Thu Sep 10, 2020 11:57 am
- Forum: PowerShell
- Topic: Adding Switch function
- Replies: 3
- Views: 1429
Re: Adding Switch function
I have read it but I also know there are ways around certain things or ways to get things to work the way wanted. Also know somethings are not do able. Can't always know the limits unless you ask
- Thu Sep 10, 2020 11:34 am
- Forum: PowerShell
- Topic: Adding Switch function
- Replies: 3
- Views: 1429
Adding Switch function
I am trying to see if what I am thinking in my head was possible, close to way it is in my head. Goal: add a function/switch to script(any) that will allow export after displaying results. Example: run "Get-MsolUser -All -UnlicensedUsersOnly" it displays results. Then to export it I would need to ad...
- Tue Sep 08, 2020 6:58 am
- Forum: PrimalScript
- Topic: PowerShell V7
- Replies: 1
- Views: 1776
PowerShell V7
To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: primal script 2020...
- Wed Apr 29, 2020 11:38 am
- Forum: PrimalScript
- Topic: Windows Sandbox - Testing
- Replies: 2
- Views: 1136
Re: Windows Sandbox - Testing
Ok thanks, thought it was going to a stright blank every times - i see there is a little configuration you can do but not really what I would like, guess keep my test play ground, for now.
- Wed Apr 29, 2020 8:25 am
- Forum: PrimalScript
- Topic: Windows Sandbox - Testing
- Replies: 2
- Views: 1136
Windows Sandbox - Testing
Product, version and build: 64 bit - 2020 primalscript - 7.7.139 Operating system: 64 bit OS (18363.815)- win 10 enterprise - 1909 Working getting another testing environment setup, on current pc. Normally have VM ran in Sandboxie. Install programs run scripts to get needed info either locally or if...
- Mon Apr 13, 2020 7:21 am
- Forum: PowerShell
- Topic: Get AD groups, members and Authorig
- Replies: 8
- Views: 2425
Re: Get AD groups, members and Authorig
I haven't done that before, looking at it now
- Mon Apr 13, 2020 6:11 am
- Forum: PowerShell
- Topic: Get AD groups, members and Authorig
- Replies: 8
- Views: 2425
Re: Get AD groups, members and Authorig
It worked sort of. I ran into issue with multiple values for the authorig.
- Fri Apr 10, 2020 12:59 pm
- Forum: PowerShell
- Topic: Get AD groups, members and Authorig
- Replies: 8
- Views: 2425
Re: Get AD groups, members and Authorig
I can't get this to run, it is having issues with "identity" ERROR: Get-ADGroupMember : Cannot validate argument on parameter 'Identity'. The argument is null or empty. Provide an argument that is not null or empty, and then ERROR: try the command again ERROR: + Get-ADGroupMember -Identity $Group | ...
- Fri Apr 10, 2020 8:53 am
- Forum: PowerShell
- Topic: Get AD groups, members and Authorig
- Replies: 8
- Views: 2425
Get AD groups, members and Authorig
Product, version and build: 64 b - primalscript 2020 - version 7.7.139 Operating system: 64 bit OS: win 10 enterprise I am looking for a way to get Ad groups, its members (name), Authorig (users that have the ability to send to group) and export results. Here is what I am going with. It gets the gro...