How to generate a list of Devices based upon an eDir group

Is there a way for us to generate a report/query of devices (we need model, etc) where the calculated user for each device is a member of an eDirectory group?
Basically, we need to generate a list of machines in our "HR" department or "Finance" department, etc.
Any clever ideas?
-Brian

bpedrant,
It appears that in the past few days you have not received a response to your
posting. That concerns us, and has triggered this automated reply.
Has your problem been resolved? If not, you might try one of the following options:
- Visit http://support.novell.com and search the knowledgebase and/or check all
the other self support options and support programs available.
- You could also try posting your message again. Make sure it is posted in the
correct newsgroup. (http://forums.novell.com)
Be sure to read the forum FAQ about what to expect in the way of responses:
http://forums.novell.com/faq.php
If this is a reply to a duplicate posting, please ignore and accept our apologies
and rest assured we will issue a stern reprimand to our posting bot.
Good luck!
Your Novell Product Support Forums Team
http://forums.novell.com/

Similar Messages

  • How to generate a list of  pick dates for all scheduled deliveries?

    Hi!
      How to generate a list of  pick dates for all scheduled deliveries?
      What all the tables involved?
    Thanks
    Imran.

    Thanks for the suggestion concerning the file path.  And certainly it would have been nice to have done this before beginning.  However this is a project that has been around for quite a while, and the files have been moved into different bins.  And now the project sequence is being revised.
    So the problem is, worded slightly differently, how can I search all of the bins for the files that are used just by this sequence, ignoring the files which are used by other sequences?  Or, how can I get a list of the file paths of the files that are used in the sequence?

  • How to generate a list showing Payment Run that how yet to be Executed?

    Hi Guys
    Besides using se16 table, how can I generate a list showing Payment Run that have yet to be executed?
    Thanks
    Cheers
    Kenny

    Hi,
    check whether this programm can do the needed: RFZALI20
    t-code: S_P99_41000099
    Else: build yourself a z-transaction for se16 table and assign it to user roles as required.
    Regards
    Hein

  • How to know the  list of devices connected to my WiFi ?

    Hii..im using OS X Mountain Lion,is there any way to know the list of devices that are using my WiFi connection ?
    Is the Airport Utility capable of performing the task ?If Yes,How ?
    Thank you,
    -Rathish
    <Email Edited By Host>

    Never post your email address in the forum. I have asked a mod to remove it. What router are you using? You generally access the router's admin area and you can check devices there.

  • How to generate a list

    I have two columns in a spread sheet. The A column has names. The B column tracks progress on tests--simple pass or fail.  I use a 1 for pass and leave the cell blank for fail. I can change the method of recording grades if that helps.
    On a separate page, I want to generate a list of names of people who have failed the test. I want the list to update as grades change in the B column over time. I don't want the names of people who have passed to be on the list.
    Can anyone help?
    Thanks in advance.

    Hi shadow,
    Applying Barry's and Jerry's ingenuous approach discussed here gives this:
    The formula in A2 of the 'List' table, shown in the formula bar, is filled down.
    The formula in C2 of the 'Results' table is =B&COUNTIF($B$2:B2,B) , also filled down.
    Changing 'F' to 'P' in A1 of the 'List' table will list those who passed.
    SG

  • Creating a performance report based upon a custom group

    I am trying to create a simple performance report based on a SCOM group that I created, however when I run the report the relevant data cannot be found.  When I look at the group membership I see a list of Windows servers.  I then go into a generic
    performance report, add a single chart, and line series, and select "Add group" and then search and select the SCOM group I created.  I then add % processor time for 2008 systems as my rule.  However when the report is run, no relevant
    data is found. Performance reports run fine when  selecting "Add group" and selecting the members of the group themselves.
    My suspicion is that it is trying to run the performance report based on the group object and not the members of the group. Is there anyway that I can accomplish this?  Perhaps via XML?
    Keith

    Hi,
    For your reference:
    Creating Useful Custom Reports in OpsMgr: How to create a custom performance counter report for a group of servers
    http://www.systemcentercentral.com/creating-useful-custom-reports-in-opsmgr-how-to-create-a-custom-performance-counter-report-for-a-group-of-servers/
    SCOM reports on performance counters for large groups of servers
    http://www.bictt.com/blogs/bictt.php/2010/11/28/scom-reports-on-performance-counters-for-large-groups-of-servers
    Regards,
    Yan Li
    Regards, Yan Li

  • Could you restrict purchase orders based upon Vendor / Material Group?

    Hey everyone - I've got a general "could this be done" kind of question. 
    We would like to add on to the vendor purchasing view to include "valid" material groups.  This would then have what material groups could be purchased for which company code for that vendor.  Then in the purchase order creation / modification we would like to be able to validate this purchase order against this vendor / company code / material group combination.
    Obviously with enough custom code this could be done.  My question is whether it could be done without out introducing too much custom code - how would you construct such a solution to this problem?
    We are a SAP 4.7 shop.
    Thanks!   Ken Little

    >
    Ken Little wrote:
    > Hey everyone - I've got a general "could this be done" kind of question. 
    >
    > We would like to add on to the vendor purchasing view to include "valid" material groups.  This would then have what material groups could be purchased for which company code for that vendor.  Then in the purchase order creation / modification we would like to be able to validate this purchase order against this vendor / company code / material group combination.
    >
    > Obviously with enough custom code this could be done.  My question is whether it could be done without out introducing too much custom code - how would you construct such a solution to this problem?
    >
    > We are a SAP 4.7 shop.
    >
    > Thanks!   Ken Little
    By include "valid" material groups i think it means you are introducing a new field or some value in already existing field in vendor master.
    1) Now to restrict PO based upon material group a small custom code is needed.
        Use BAdI ME_PROCESS_PO_CUST....here write a code with help of your ABAP person that system will first select the 
        LIFNR (vendor code) entered in the PO...then it will check the same LIFNR in LFM1 table...here it will check the material
        group in the customized field & if found that it is within the list of previous listed material group then it will allow to process
        further or otherwise give a customized error message.
    or
    2) Use the field Group in OMSF...here maintain a common group against the material groups you want to do the purchase cycle.Now ask your BASIS person to use this group in carry out a specific activity, the user must have authorization for the combination of the activity and the authorization group.
    Regards,
    Indranil

  • How to generate random list of size n

    Hey its me again, my linked list implementation is working fine but i am having problems with one of the constructors of MyLLSet (a class which represents the linked list implementation of a set of integers)
    class must have two constructors : one which takes no
    arguments and creates an empty set (DONE)
    and another which takes a positive integer n as
    input and generates a set of size n with random elements (no duplicates) ,*problem comes in*, How do i generate a random list anyways? where do i get the random values from?
    again i am new to programming
    Here is my Node class that i created
    public class Node<Value> {
    Value element;
    Node<Value> next;
    Node(Value data)
                element=data;
                next=null;
            Node(Value data, Node n)
                element = data;
                next    = n;
    }and the question is how do i make the second constructor of MyLLSet
    private Node<Value> head;
    ..... // first constructor
    public MyLLSet(int n){
        head=?      ( how do i generate a random list of size n?)
    // implementation of methods form the interfacethanks
    Edited by: haraminoI on Mar 23, 2009 2:24 PM
    Edited by: haraminoI on Mar 23, 2009 2:25 PM
    Edited by: haraminoI on Mar 23, 2009 2:26 PM
    Edited by: haraminoI on Mar 23, 2009 2:26 PM
    Edited by: haraminoI on Mar 23, 2009 2:27 PM

    haraminoI wrote:
    doremifasollatido wrote:
    Keep the dummy if you want. It confused me (maybe because I hadn't seen it in ages, if ever), but if you understand it, the dummy is fine (it's apparently a standard way of writing linked lists).
    Generally, it is not advisable to call an overrideable (non-final with public, protected, or default [package-access] modifier) method from a constructor. But, if you disregard that advice for the moment, you could try calling 'add' with your nextInt, and repeat calling add until the size() of the set is n. That's certainly the easiest way to do it (otherwise, you'll have to repeat your 'add' code, with its check for duplicates, in the constructor).
    while (size of set < n) {
    add(new_random_int);
    }Your code for generating the random integers themselves is correct.
    Do you understand the above code?hey !
    Yes i understand that code, it probably is the easiest way,
    but when the random object generates a duplicate number, wont the add function output the duplicate error message?
    Edited by: haraminoI on Mar 23, 2009 5:11 PM
    public MyLLSet(int n){
        head=new Node(null);
        Node<Integer> p=head;
    Random R =new Random();
    int count=0;
    while(count<n){
        this.add(R.nextInt(n));
    count++;
    }And it works,
    but since my add function does nothing on duplicates,
    the code u mention doesnt reuturn a list of size n, because when the add method encounters a duplicate, it doesnt consider it, so the set size gets 1 node smaller, so if there are like 3 similar numbers generated form the random method, the set size become 3 nodes smaller,
    now how do i add three more non-duplicating nodes to the list
    below is my add method
    public void add(Integer v){
        Node<Integer> p;
        Node<Integer> q;
        p=head;
        while(p.next!=null){
            p=p.next;
        if(this.isIn(v)){
               // does nothing on duplicates
        else
        p.next=new Node(v,null);
    } thanks

  • How to generate graph's in portal based on customer data

    Hi
    customer wants graphs based on BW data in the portal.is it possible to generate graph's in BW and display it in portal?
    Prasad

    Yes, you would need to integrate the BEX URL in the BW iView.
    Otherwise if the whole BW role needs to be imported into the portal, please use role upload functionality in System Admin.
    If your BW is BW 3.5 then you can directly publish BW reports from BW to the portal.
    Vibhu

  • How to generate a TOC in Rh8 based on a structured Fm9 book

    Hi,
    After linking a structured FrameMaker 9 book in RoboHelp 8, is it possible to generate a RoboHelp TOC with the same folder structure?
    For example, let's say you've created a structured Fm book which consists of several DITA (XML) topics organized into folders, as shown below.
    After linking the book in Rh, is there a way to automatically generate a TOC with the same folder structure, as shown below? The TOC should remain linked, so that any changes you make to the Fm book will also be reflected in the TOC after you update the book in Rh.
    Note: As RJ Jacquez demonstrated in Linking FrameMaker 9 Books in RoboHelp 8 via Adobe Technical Communication Suite, this can be achieved with unstructured books and documents by using a TOC generated in Fm. However, if you attempt to use this method with structured documents (such as DITA files), the generated TOC is flattened, i.e., the folder structure is lost.
    Does anyone have any ideas or solutions?
    PS: I am using the Adobe Technical Communications Suite 2.

    Hi there,
    When you linked the book in Robohelp, in project manager pod just right click in the linked book and go to properties. There you have an option to select the TOC.
    Hope that helps
    Thanks
    Priyank

  • How can I conditionally present different pages based upon a promo code?

    I am sending out a general mailing to a list of potential clients.  I have broken this group into five unique subsets, and each mailing will include a specific (one of five) promo codes.  When a user comes to my website, I want to allow then to enter the promo code, and then I will display one of five specific pages that is tailored to their needs.  If anything else is entered into the field, a general error page will be displayed.  I am using Dreamweaver CS4 and I have created several websites.  I have experience using forms.  I am assuming that I will need to utilize dynamic pages to accomplish this; if there is an easier way, please let me know.  Given that there isn't an easier way, can someone please tell me how to (or where I can find) create and utilize dynamic pages?  Omar

    Hi Omar,
    On a side note, should I close this question and move it to the Development forum?  Being new to utilization of forums, I'm not quite certain of the etiquette.
    It´s certainly not a matter of "etiquette" ;-) I think you´re right, because posting your question in the regular Dreamweaver Application Development forum instead will have one huge advantage :: over there you´ll address a huge number of fellow developers and hence get help and different suggestions much quicker, whereas in this forum (which is about a former Dreamweaver application development extension which has been discontinued in April 2009) I have regretfully become the only one who still answers stuff.
    Cheers,
    Günter

  • How can I dynamically reference a sheet based upon the contents of a cell

    I'm using Numbers to store specifications for various products. Each sheet stores specifications in a standard manner (i.e. same table and cell names) and the sheet is named according to the name of the product.
    On another sheet I've got a dropdown list containing the names of the product tabs. I'd like to dynamically pull data for a particular product when it's sheet is selected in the dropdown list by using the dropdown cell in a reference like:
    =B1::STC::A4, where B1 is the dropdown list and STC::A4 is the product specification table and cell reference.
    When I use this, the B1 reference fails.
    Any suggestions would be greatly appreciated.
    Thanks.

    Amos,
    you will have to use the indirect function to convert the string you are creating into a valid reference.
    Note:  The Sheet names, Table names and cell references must all match exacty.
    If the sheets are named "B1", "C1" and "D1" and the popup menu is in the cell A1 and contains the strings:
    B1
    C1
    D1
    The table name is "STC"
    then you can create a valid reference like this:
    = indirect(A1&"::STC::A4")
    if the table name were also dynamic and were stored in cell A2 you could create the reference like this:
    = indirect(A1&"::"&A2&"::A4")

  • How can I open a new window based upon input in an existing window

    Hi,
       I'm pretty new to LabVIEW and I've run into a slight problem that I having trouble finding information about.  My LabVIEW application will present a user with several configuration options.  Depending upon the options the user chooses, a new window/panel will need to appear with an entirely different set of options.  Is this possible?  If so, how?
    Thanks,
    Al

    Hi Al,
    you can call subvis in a case structure ("when button is true then call subvi"). In the subvi's properties you have to set "open front panel when called" and "close afterwards" (window appearance settings).
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • How to disable and enable Check box based upon condition

    Hi,
    I wants to disable/hide the check box field before the required field is filled.   Kindly help me

    Hi Mohammed,
    Try to use customize InfoPath form, add rules. Go to list tab, click customize Form, then this opens the list form in InfoPath
    format.
    1.Select the check box field control, click add rules, select if is blank, show validation error action.
    2.Then go to conditions, click column name is blank, change it to the required column you want.
    3.Go to rule type, click validation, change it to formatting, select hide this control.
    4.Publish the InfoPath form.
    Best Regards.
    Kelly Chen
    TechNet Community Support

  • Generate stem list

    Hi,
    How to generate a list of the available stems in a field or a parial list (for example the stems in a field which begin with "a" or "te") ?
    Zsolt

    Hi,
    I have just added an example of yvindevogel suggestion to my blog, http://adobelivecycledesignercookbookbybr001.blogspot.com.au/2014/01/listing-all-fields-in -form.html
    This uses an XSLT and there are a few steps but you will end up with a list of fields in Microsoft Excel, with the captions, error messages, display patterns, fonts, bindings, etc listed.
    You should be able to cusomise it to suit you needs.
    Regards
    Bruce

Maybe you are looking for

  • Can't install windows XP on Satellite Pro A200-1N2

    hi, I have a Toshiba Satellite A200-1N2 PSAE3E and I don't want Vista on my laptop. i downgraded the bios to V5.30 But still can't install windows xp and from the bios still there is no optin for SATA. Can anybody help me? Thanks.

  • Planned delivery time & GR Processing time

    Hi all,   I would require a clarification on this one, Scenario - After an MRP run, the Purchase Requisitions for materials are generated & the order release date is being calculated by subtracting only the planned delivery time from the requirement

  • Basic java MCQ!

    I came accros a scjp quesion that is Which of the following are legal declerations for non nested classes and interfaces? A) final abstract class Test{} B) public static interface Test{} C) final public class Test{} D) protected abstract class Test{}

  • Project Disconnecting from RoboSource

    For some reason the past couple of weeks when I start RoboHelp 6, every once in a while it won't connect up to the source control server. Is there any reason that could cause this? Also do you know what configuration files have to do with the source

  • Executing script file

    Hi, I am trying to execute script file through sql plus. My script contains list of all triggers. on sql plompt when I execute the file like sql> @d:\triggers.sql It return some number as 4223 when I hit enter, it increments by 1 (4224) and thus does