0 votes

Hello,

We are using Adaxes 2016.

it would be nice to :

- Have the ability to search Printer objects from the web interface (not only Users, Groups, or Computers).-
- Have the ability to use multiple operators in Condition, for example (cond1 AND cond2) OR cond3.

Regards,

by (1.1k points)
0

Agreed. The AND and OR ones, a must, just was dealing with myself.

1 Answer

0 votes
by (270k points)
selected by
Best answer

Hello,

Have the ability to search Printer objects from the web interface (not only Users, Groups, or Computers).-

You can add search for Printer Objects from the Web Interface by updating the Web.config file. By default it is located in the C:\Program Files\Softerra\Adaxes 3\Web Interface\<Web Interface type> folder. To do so:

  1. Open the Web.config file with a text editor.

  2. Add the add XML element to the softerra.adaxes -> web ui -> manageActiveDirectorySettings -> searchForItems XML element.

  3. In the new add XML element specify title , titleResourceKey and objectTypes attributes:

     <!-- Adaxes settings -->
     <softerra.adaxes>
         <web.ui>
           <manageActiveDirectorySettings>
              < searchForItems>
                ...
                   <add title="Printers" titleResourceKey="SearchStrings,Printers" objectTypes="printqueue" />
              </searchForItems>
           </manageActiveDirectorySettings>
         </web.ui>
     </softerra.adaxes>
    
  4. Save the file.

  5. Check the following tutorial to add Printers to search Object types: http://www.adaxes.com/tutorials_WebInte ... Search.htm.

On the Web Interface you will have the following view of the Search tab:

Have the ability to use multiple operators in Condition, for example (cond1 AND cond2) OR cond3.

Thank you for the suggestion. We will consider adding this feature in one of the future releases.

Related questions

0 votes
1 answer

As Always thank you guys for such an excellent product, I have could not have so few IT admins for such a large organization as I do without this tool. As they say it ... of "User Self Service" and their role's visibility or should I be doing something else?

asked Mar 15, 2016 by strikk (360 points)
0 votes
1 answer

Question - As we're heading into the final (already) quarter of 2014, I've started to wonder what the next release of ADAXES will look like and specifically what features you all are ... this would be available out of the box. If so, I'll just wait :) Thanks!

asked Oct 8, 2014 by VTPatsFan (610 points)
0 votes
1 answer

Hello, We are running Adaxes v. 2013.1. We have created a custom command that does the following: Modify mailbox settings for the User: enable Exchange ActiveSync, ... way to change how Adaxes authenticates with a mail server running running that PS command?

asked Jul 30, 2013 by Eamun (70 points)
0 votes
1 answer

Hi, I've made a Business Rule to create mailboxes for new users. Can I add any actions to this rule to specify which mailbox features are enabled or disabled when new mailboxes are created?

asked Aug 9, 2011 by jlkhj98 (150 points)
0 votes
1 answer

We use business rules to automatically create mailboxes for new identities. Is it possible to configure Adaxes to automatically disable mailbox features after a new mailbox is created? For example, we need to disable Outlook Web Access for some users.

asked Mar 16, 2011 by nicklewis (50 points)
3,326 questions
3,026 answers
7,727 comments
544,679 users