Recent questions

0 votes
1 answer

Hi there I need to run a script that wil show me (by email) the number of current users and inactive users (only the totals) Here is what I got: Import-Module ... : Current inactive external user accounts: Please help me as I'm new to this Thanks W@lly

asked Jan 15, 2013 by Wally (210 points)
0 votes
1 answer

Hello, Can you tell me how I might be able to increase the timeout setting in the Adaxes Web Interface? We have a couple Custom Commands that take a little while to ... size of the environment and the Web Interface is timing out before the tasks can complete.

asked Jan 14, 2013 by mdeflice (350 points)
0 votes
1 answer

Hello, is it possible to have in web interface, the number of objects found when launching a search thx.

asked Jan 11, 2013 by mmichard (360 points)
0 votes
1 answer

Is the Password Self-Service the only way a user can change their password? I was noticing the scheduled task to notify users that their passwords will be expiring, but I do not ... there a way for them to log onto the Self-Service page and change their page?

asked Jan 10, 2013 by jiambor (1.2k points)
0 votes
1 answer

I feel like I'm missing something that should be obvious, but is there a way to move an action to a different group in the Configure Home Page Actions window. I created ... Am I missing something obvious? How do I move an action to a different group? Thanks

asked Jan 8, 2013 by bemho (520 points)
0 votes
1 answer

Hello - I'm attempting to configure a Custom Command with a PS script that will return the number of users in one of my Lync Registrar Pools. I've put together a ... : " + (Get-CsUser -identity $_.Name).Count $Context.LogMessage($message, "Information") }

asked Jan 4, 2013 by mdeflice (350 points)
0 votes
1 answer

Adaxes is set up to manage two forests. The server that Adaxes is running on is a member of the main corporate forest and we added the other untrusted forest (single ... -add @{info=$grouplist} } $Context.LogMessage("Removed from all groups", "Information")

asked Dec 31, 2012 by jiambor (1.2k points)
0 votes
1 answer

I have reviewed the the actual logs under logging and can see tasks that went off for approval, but when I select Approval Requests - I cannot find them under approved, ... I select All - Approved it shows me 1000 and that never grows beyond that number.

asked Dec 21, 2012 by mpaul (360 points)
0 votes
1 answer

I did some testing around Fine Grained Paswword Policy and Adaxes. See my previous post. It seems to be OK. HOWEVER If I use the Adaxes web portal to view a user's ... the default domain policy and not the true one as of the FGPP as implemented by Adaxes.

asked Dec 18, 2012 by It_helpdesk (280 points)
0 votes
1 answer

Is it possible to create a scripted action to create a new scheduled job, and for the job to delete itself when complete? Scenario is an over-night callout that requires a support user ... e.g. Will not run between 9am - 5pm, but will between 5pm - 9am. Rgds

asked Dec 18, 2012 by firegoblin (1.6k points)
0 votes
1 answer

As we have begun to go into production with Adaxes and we are noticing that it is becoming increasingly slower. Our installation is a VMware VM running 2008 R2. It ... between the forests. Adaxes is using two separate accounts to manage each forest. Thanks

asked Dec 17, 2012 by jiambor (1.2k points)
0 votes
0 answers

Version: 3.3.8906.0 Release Date: December 06, 2012 You need to perform additional steps to preserve Approval Requests after upgrading to this version! For ... Fixed automatic value generation based on Property Pattern templates in Internet Explorer 9.

asked Dec 13, 2012 by Eugene Pavlov (18.0k points)
0 votes
1 answer

Is there a way to make this script (Test-ExchangeServerHealth.ps1) work as a scheduled task or a Custom Command that dispays or emails the output to a specified email address? http://exchangeserverpro.com/powershell ... hange-2010\

asked Dec 12, 2012 by mdeflice (350 points)
0 votes
1 answer

I have a weird issue that I am unable to figure out or replicate to any other user. I have one user who is unable to see his managed objects when he goes to "My ... this user is not seeing his Managed Objects? -Nothing is assigned in Blind User role. Thanks

asked Dec 12, 2012 by jiambor (1.2k points)
0 votes
1 answer

I am using the builtin Computer Management role. I have modified the role to also provide the ability to change and reset the password. My help desk users are assigned ... find doing this either. Why is the computer being created as a disabled object? Thanks

asked Dec 12, 2012 by jiambor (1.2k points)
0 votes
1 answer

Can you assist with a script to create non-user mailboxes, such as Resource Mailboxes or Shared Mailboxes?

asked Dec 12, 2012 by mdeflice (350 points)
0 votes
1 answer

Hi Team, We are using a set of form/business rules/custom commands for user creation that move user account to the right OU given the Office attribute value. I would ... , but can't find valuable information on the web site. Thanks in advance Regards Stephen

asked Dec 12, 2012 by sroux (800 points)
0 votes
1 answer

I wrote a small script to get Mail Queue stats on all my Exch 2010 Hub Tansport servers. It works in EMS but when I configure as a Custom Command it returns an ... $HubServer) { get-Queue -server $server -EA inquire -SortOrder -messagecount write-output "" }

asked Dec 11, 2012 by mdeflice (350 points)
0 votes
1 answer

How do I script my custom command to display the output in the web interface? For instance, I need to see the output of the following ... interface. add-pssnapin Microsoft.Exchange.Management.PowerShell.E2010 Get-MailboxDatabase | Get-MailboxDatabaseCopyStatus

asked Dec 11, 2012 by mdeflice (350 points)
0 votes
1 answer

Is there a way to update a distribution group using a CSV file as the source through the web portal? This script is an example of how I would do in manually ... import-csv C:\Distro1.csv | foreach {add-distributiongroupmember -id Distro1-member $_.Name }

asked Dec 11, 2012 by mdeflice (350 points)
3,677 questions
3,361 answers
8,494 comments
549,333 users