Hello! I have an environment with three separate forests. One has Exchange 2010, the second has Exchange 2013 and the third has Exchange 2016. These environments don't have a ... an internal CA. Somebody please help me because I feel like I"m going crazy.

asked Jan 11, 2018 by loliver (120 points)
0 votes
1 answer

I am setting up a custom command to decomission users, part of the process before the AD groups are removed I want it to export a list of the groups to a network location. ... command which I have added my account to, so i believe i have permission to run it.

asked Feb 15, 2018 by ScottGriff (400 points)
0 votes
1 answer

We are looking to create a custom from to create Contract Resources with specific attributes and Service Accounts with different specific attributes. We are wanting to have a specific form for each to make the information gathered uniform. Please advise.

asked Nov 28, 2017 by willy-wally (3.2k points)
0 votes
1 answer

Hi, is there any function to get all direct an indirect memberships, with the multiple one? If we check the indirect membership checkbox there are only shown every "group" once. ... groups he is getting the same permissions and so on. Is there a way? Regards

asked Jan 29, 2018 by plesen (100 points)
0 votes
1 answer

Thought I would share my recently created command to disable a TeamViewer account. You'll need a premium or corporate subscription, and create an API token for your ... $scriptBlock if ($result -ne $NULL) { $Context.LogMessage($result, "Information") }

asked Dec 20, 2017 by droezel (110 points)
0 votes
1 answer

Hi I need to execute the script when user is added to a group. In that script I need to access group properties - name, etc. and user's properties. I have no problem ... don't think Initiator is giving me the right user. Any help will be much appreciated. V.

asked Oct 31, 2017 by xirurg (100 points)
0 votes
1 answer

Hi There, Im looking to combine multiple built in commands to create a process. I would like to make one command that when clicked will enable an account, walk you through the ... used, since they will ask you where and what to add the user to. Thanks, Chirs

asked Aug 23, 2017 by Bowman4864 (270 points)
0 votes
1 answer

How can I add a proxy address to a user account using addaxes and a custom command or business rule? I have tried to use a powershell script to do it ... "%SamAccountname%" get-aduser $user | set-aduser -add @{ProxyAddress=sip:"%userPrincipalName%"} Thanks!

asked Jun 14, 2017 by timskag (150 points)
0 votes
1 answer

We are running a daily or weekly job that is updating certain attributes in AD for 9000k users. It appears to not be cycling through after the 10 minute stop. We need ... users are completed in the 10 minutes but it doesn't start again automatically with 701.

asked May 30, 2017 by willy-wally (3.2k points)
0 votes
1 answer

Hello, I have a Business rule that does the following : If 'extentionAttribut9' property has changed AND the 'adm-CustomAttributeTextMultieValue1' property equals 'Add Groups' then Execute ... I will comes into a loop. How can I prevent it? Thanks in advance.

asked Jun 6, 2017 by tentaal (1.1k points)
0 votes
1 answer