Most answered questions

0 votes
1 answer

My script below worked until 2 week ago, after PS Graph module update the script doesn't work only in ADAXES, in powershell and in ... Tenant ID and Client Secret Credential Connect-MgGraph -TenantId $TenantId -ClientSecretCredential $ClientSecretCredential

asked Mar 14 by Simone.Vailati (480 points)
0 votes
1 answer

Hi, I am wondering how cloud connections should be handled across scripts for things to run as smooth as possible. For example, if I disconnect from Graph in ... ) $null = Connect-MicrosoftTeams -AccessTokens @($graphToken, $teamsToken) } Best regards, Martin

asked Mar 14 by Martin (170 points)
0 votes
1 answer

We have a security initiative to disable the default Exchnage Online (EXO) PowerShell access for users, while retaining access for Admins. I would like to implement ... com/en-us/powershell/exchange/disable-access-to-exchange-online-powershell?view=exchange-ps

asked Mar 14 by Mark.Monaco (40 points)
0 votes
1 answer

I'm wanting to modify the subject of the approval email that is sent to an approver so it stands out better. What I would like is to add the name of the user ... , %name% or anything else related to name is that of the person being emailed the approval.

asked Mar 14 by matt_nz (20 points)
0 votes
1 answer

I have 2 scheduled reports that are supposed to be emailed to a distribution group with 4 members. Only 2 of the members are receiving the email. I ran a Message Trace in ... to. Where should I start looking for the problem? Never mind. I figured it out.

asked Mar 12 by jmatthews (210 points)
0 votes
1 answer

I am wondering if I can force auto-enroll without pre-filling asnwers to the questions? So the behavior I am looking for it > user goes to self service ... to answer the questions for them: https://www.adaxes.com/help/AutoenrollUsersForSelfPasswordReset/.

asked Mar 12 by apruitt (160 points)
0 votes
1 answer

Hi again, the script here needs a small change In the last catch area, it has to be $messageEncodingName, otherwise the output will show nothing for default as the value is empty : ) catch { $messageEncodingName = "UTF-8 (default)" }

asked Mar 11 by wintec01 (1.7k points)
0 votes
1 answer

Hi team, based on Configure Syslog output it says By default, Adaxes uses UDP port 514 to send Syslog messages. Is there any possibilty to change this setting, especially to set TCP?

asked Mar 11 by wintec01 (1.7k points)
0 votes
1 answer

We have 3 email domains. 1 primary and 2 subsidary companies. I'm needing to automate setting the email domain during user creation based on department. See attached ... to be able to automate this for ongoing maintenance if users move between departments.

asked Mar 7 by browndervilleb (20 points)
0 votes
1 answer

I am trying to build a custom command to add a specific user to a rule based group in adaxes and I am curious if it is something we can use the API to complete?

asked Mar 7 by Brian (40 points)
0 votes
1 answer

Currently when you create a Custom command you have to do two things one I have to go to conf manager page and uncheck and I have to put zz to make it funnel to the ... will never be an action button just a recall to buttons I provide for people to use.

asked Mar 5 by Brian (40 points)
0 votes
1 answer

Hello I am trying to build a report. This report should have any user in it that has a True for adm-customboolean12. I am trying this script for testing: [Reflection.Assembly]:: ... } I have a test user set up in the OU but the searcher never finds them.

asked Mar 5 by mightycabal (1.1k points)
0 votes
1 answer

Hi team, is it somehow possible to fetch and export information from scheduled tasks and rule based groups about their schedule time? Maybe also about the next run time and how ... an overview and see if some or too many tasks are running at the same time.

asked Mar 5 by wintec01 (1.7k points)
0 votes
1 answer

I would like to grab all users in a US state and add them with full access rights to a shared mailbox. Is there a script already in the repository for this? I checked but ... each user. I don't think there is any way to do this with the interface. Thanks!

asked Mar 4 by msheppard (760 points)
0 votes
1 answer

Hi, we have switched to Windows LAPS and will save the password in Intune only Is there a way to display this via Adaxes UI? Thank you

asked Feb 28 by boris (570 points)
0 votes
1 answer

We have AD groups that manage what VLAN a user's system is associated with based on the user's department. I have custom command to change the PC group membership if the ... business rule. (I cannot select the command) is there a way to work around this?

asked Feb 27 by stevehalvorson (130 points)
0 votes
1 answer

Hello, Is it possible to adapt the script so that all groups are output where another group is used as a rule? For example: All members of the group "ABCD" are added to the ... "ABCD" are added. In Adaxes the rule looks like this: Is this possible? Thx a lot

asked Feb 27 by DRiVSSi (340 points)
+1 vote
1 answer

We have a set of commands in Adaxes that run when a user account is being deprovisioned because they have left us. These commands grant full rights to their Exchange mailbox ... same with their OneDrive. Does anyone know how to get this to work for OneDrive?

asked Feb 26 by jgcovalt (50 points)
0 votes
1 answer

Hello, Is there any other authentication methods we can use besides basic authentication for the REST API? We would like to integrate the rest API into a federated environment but from the ... if this is possible and if not if it is on the road map. Thanks.

asked Feb 25 by KoleArmstrong (160 points)
0 votes
1 answer

I am trying to create a Script power Shell for creating users with a South American standard. I need to use the first part of firstname + the ... .TargetObject.Put("userPrincipalName", $userPrincipalName) # Aplica as mudanças $Context.TargetObject.SetInfo()

asked Feb 21 by victor.motta (20 points)
3,662 questions
3,349 answers
8,450 comments
549,116 users