Most viewed questions

0 votes
1 answer

I have a powershell scrip that runs as a Action on a custom command, and this scrip calls the ExecuteCustomCommand PS Function on a user. Is there ... .ExecuteCustomCommand($command.CommandID, $commandArguments) And have the result contain the log messages.

asked Jun 17, 2020 by Justinc (60 points)
0 votes
1 answer

Hi, I have a "Create User" Action on the Helpdesk webpage. It's used to create an External IT user in a specific OU. a propery pattern is doing all the work, everything is fine ... how to show this checkbox in the web form... How could this be made? :) Thanks

asked Oct 1, 2019 by dkkela (100 points)
0 votes
1 answer

Hi there, I am trying creating a report in Adaxes a set of users and looking to add a few group names as column with value 'Yes' or 'No' based on if user is member of ... Value = "Yes" } else{ $Context.Value = "No" } Would appreciate any help in this aspect.

asked May 6, 2022 by Vish539 (310 points)
0 votes
1 answer

We're needing to add some input masking for values. One such value is a date that must be in the format "YYYY-MM-DD HH:MM:SS" and a phone number that must be "(000) ... 't find one. Any ideas? I appologize if this is already somewhere but I couldn't find it.

asked Mar 15, 2021 by jordan (110 points)
0 votes
1 answer

I'm looking to find any Python examples of using the REST API. An Internet search didn't turn anything up.

asked Nov 25, 2021 by swengr59 (60 points)
0 votes
1 answer

Receive "Index operation failed; the array index evaluated to null. Stack trace: at <ScriptBlock>, <No file>: line 104>" and "Index operation failed; the ... $GroupName, $GroupDN." } } #foreach write-output "" Write-Output "" Stop-Transcript

asked Apr 14, 2022 by jbahou (20 points)
0 votes
1 answer

I have tried using this Powershell script but it gives me this error

asked Apr 1, 2021 by rujimg (40 points)
+1 vote
1 answer

Since today were receiving the below error when attempting to add additional email addresses to users via Adaxes. An Azure Active Directory call was made to keep object in sync ... How do we fix to get the ability to add email addresses via Adaxes again?

asked Mar 1, 2021 by techg (320 points)
0 votes
1 answer

Is there a way to show the details of the operation in the My Approvals request? In previous version, the operation details were expanded to see the target. In the latest ... and new version interfaces. How can I get the operation details to be visible again?

asked Oct 8, 2018 by anthony.phan (50 points)
0 votes
1 answer

I'm trying to provide the capability for ID admin users to perform AD tasks using the web interface. I am not able to edit attributes for an existing user when ... any attribute it gives me an error "An unexpected response was received from the server".

asked Apr 8, 2021 by atnorman (120 points)
0 votes
1 answer

Wondering if this is possible given the SDK options for manipulating the addaxes business rules. We have a desire to regularly extract all the powershell scripts from various ... we get 100% coverage with the ability to see the scripts historically. Thanks, G

asked Mar 4, 2019 by ggallaway (300 points)
0 votes
1 answer

How can I allow manager of distribution group to edit just email aliases (proxy addresess) of that group? Not the primary SMTP address.

asked Nov 19, 2019 by KIT (910 points)
0 votes
1 answer

Hello, currently we use powershell scripts to perform compliance critical tasks because this allows us to generate user defined entries in the windows event log. Now we would like to ... ". Is there a way to retrieve this information in the CC? Many thanks.

asked Jul 21, 2018 by HorstR (460 points)
0 votes
1 answer

I would like to know if it is possible to use powershell to schedule an appointment in the outlook calendar with variables and send it via exchange Thanks in advance, Simone

asked Sep 22, 2021 by Simone.Vailati (430 points)
+1 vote
1 answer

We know only service administrators by default are allowed to access the web configurator, however is there any way to restrict that the the web configurator is only available on ... ON 2FA on Web configurator website, like we can on other web interfaces ?

asked Feb 13, 2021 by rsaran (70 points)
0 votes
1 answer

Hi all, I have a quick question regarding the web interface. Can I constrain a selection, for example Department, based on what the user will choose in the Company field? ... property patterns but wonder if I can take this one step further thank you, ice-dog

asked Mar 4, 2019 by ice-dog (170 points)
0 votes
1 answer

I have a custom command that uses powershell to set the room capacity for a resource mailbox in 0365. The command runs without any errors when called manually ... { # Close the remote session and release resources Disconnect-ExchangeOnline -Confirm:$false }

asked Nov 7, 2022 by Kirkvanslyke (50 points)
0 votes
1 answer

Hello, Is there a method to create security groups (or any group type) in bulk, for instance from a .CSV file? Thanks.

asked Dec 13, 2018 by mark.munson (120 points)
0 votes
1 answer

Our network team is working on a system to allow temporary AD user accounts that will be allowed to obtain access to network services. (They are doing this by ... User account has an expiration date, it will automatically disable at conclusion of event.

asked Jun 14, 2022 by RayBilyk (230 points)
0 votes
1 answer

I have a custom command which require approve before it starts. How can I get access to approve message within my custom command?

asked Nov 24, 2020 by dyuryagin (20 points)
3,358 questions
3,057 answers
7,806 comments
545,206 users