How to figure out list of users registered to POOL?

Hello ,
We have a remote site and user registers to that remote site SBA/LYNC FE directly. Now i wanted to figure out if there is any way through which i can check how many users are registered to that remote FE ??
Is there any command for the same?
Thanks

Hi,
You can also run: Get-CsUser | Get-CsUserPoolInfo to receive user pool information.
Best Regards,                               
Eason Huang
Eason Huang
TechNet Community Support

Similar Messages

  • How to find out list of users and their access on Sharepoint

    Hello Everyone
    How can i find out list of users and what access they have on SharePoint site? I want to create table with list of the users and their access?
    Thanks

    you can get the report using below powershell scripts. first one gives list of users in a site collection level.
    The second link generates the permissions reports for each user.
    http://techtrainingnotes.blogspot.com/2010/12/sharepoint-powershell-script-to-list.html
    https://sp2010userperm.codeplex.com/
    My Blog- http://www.sharepoint-journey.com|
    If a post answers your question, please click Mark As Answer on that post and Vote as Helpful

  • How to find out list of users who have access to particulat SID

    HI
    How to find out the list of users who has access, to a particular SID?
    Satish.

    jurjen,
    Thanks for replying, actually i was trying to navigate and execute the report using, SUIM...
    could you help me to find out the list of users who has access to a particular system.. using SUIM.
    satish.

  • How  to find out list of users who has logged into webtools

    Hi All,
    From a database administration and monitoring traffic point of view we want to know who has logged into our web tools web site for a given period.  Is there a easy way to have this information. basically user ID , date and time are info we need. (need all users - with or without orders)
    any ideas welcome.
    Regards
    David

    Hello,
    The easiest way to accomplish this is by creating a report.
    Use the SQL query
    SELECT     UserID, LastVisitDate
    FROM         Users
    ORDER BY LastVisitDate DESC
    And a template that looks something like this:
    <html>
    <head>
    <title>%%ReportName%% - %%Today, {0:d}%%</title>
    %%StyleSheet%%
    </head>
    <body>
    <center>
    <h1>%%ReportName%%</h1>
    <table width=800 cellpadding=1 cellspacing=0 border=1>  
    <tr>
    <td><b>User ID</b></td>
    <td><b>Last Visit</b></td>
    </tr>
    <section name="uservisit">
    <tr>
    <td>%%UserID%%</td>
    <td>%%LastVisitDate%%</td>
    </tr>
    </section>
    </table>
    </center>
    </body>
    </html>

  • How to figure out server has capacity to install OEM 10 Grid control

    How to figure out server has capacity to install OEM 10 Grid control
    Hi Experts
    I have HP_UX 11.11 server which has 1 instance on it with version 10.2.0.1.0.
    Now I would like to install Grid control with a separate instance for repository.
    I was told I would need 2 GB Ram for OMS and 2 GB Ram for instance.
    Now how do I figure out if my server has enough resources from Ram perspective
    Following is output from top and vmstat
    1. for top it says 3045556K free , now is this free memory virtual(real +swap) or real?
    2. as per top I only have free 3GB(3045556K) , so does that mean I can not have OMS & repository on
    this server ?
    3. In vmstat I see free memory as 762335
    in man it says free - Size of the free list
    what does this mean, how much is my free meemory ?
    4. For OMS I read - It is a J2EE application that is installed and deployed using Oracle
    Application Server
    Now when I look at top I see these processes
    0 ? 26521 oasadm 152 20 1517M 1141M run 3:49 2.53 2.52 java
    0 ? 3377 oasadm 152 20 1657M 1276M run 54:49 1.88 1.88 java
    Does oasadm user means Oracle application server ? If yes does it mean I will not
    need 2GB for OMS ?
    cov6817:plmbomdv $ vmstat 2 5
    procs memory page faults cpu
    r b w avm free re at pi po fr de sr in sy cs us sy id
    1 0 0 3348627 762335 69 11 0 0 0 0 0 1014 4916 671 12 1 87
    1 0 0 3348627 762284 17 0 0 0 0 0 0 1040 10514 886 1 0 99
    1 0 0 3330668 762284 10 0 0 0 0 0 0 1031 7820 872 0 0 100
    1 0 0 3330668 762284 9 0 0 0 0 0 0 1033 6173 873 0 0 100
    1 0 0 3330668 762284 5 0 0 0 0 0 0 1029 5468 891 1 0 98
    cov6817:plmbomdv $ top
    System: cov6817 Wed Jul 18 08:48:43 2007
    Load averages: 0.02, 0.04, 0.03
    267 processes: 215 sleeping, 51 running, 1 zombie
    Cpu states:
    CPU LOAD USER NICE SYS IDLE BLOCK SWAIT INTR SSYS
    0 0.03 0.0% 0.0% 0.2% 99.8% 0.0% 0.0% 0.0% 0.0%
    1 0.03 0.6% 0.0% 0.4% 99.0% 0.0% 0.0% 0.0% 0.0%
    2 0.02 0.6% 0.0% 0.2% 99.2% 0.0% 0.0% 0.0% 0.0%
    3 0.01 0.0% 0.0% 0.0% 100.0% 0.0% 0.0% 0.0% 0.0%
    avg 0.02 0.4% 0.0% 0.2% 99.4% 0.0% 0.0% 0.0% 0.0%
    Memory: 8733312K (7157492K) real, 15353696K (13382776K) virtual, 3045556K free Page# 1/10
    CPU TTY PID USERNAME PRI NI SIZE RES STATE TIME %WCPU %CPU COMMAND
    0 ? 26521 oasadm 152 20 1517M 1141M run 3:49 2.53 2.52 java
    0 ? 3377 oasadm 152 20 1657M 1276M run 54:49 1.88 1.88 java
    Thanks a lot
    New DBA

    how much is my free meemory ?Do you have kmeminfo command installed?
    4. For OMS I read - It is a J2EE application that is
    installed and deployed using Oracle Application Server
    s oasadm user means Oracle application server ? If
    yes does it mean I will not need 2GB for OMS ?Even if that java vm is an instance of Oracle AS (OC4J), the Grid Control installs a separate instance of AS. The choice to install OMS app to any existing AS home does not exist in any version I know.
    Find out what more is running on the box and how much resources (i.e. RAM) those apps are configured with.

  • How to figure out the properties of field/object ??

    Hello
    I have field (say, its name is field_1) in my_form and  i am coloring yellow by using below code of initialization event:
    this.ui.oneOfChild.border.fill.color.value = "255,255,191"; (Actually, just for differentiating / tracing back purpose here  am assigning this yellow color to this field, you can suggest me any thing else that marks / tags this field (i can not populate a value, bcz its visible to user), so that in the  CHANGE event of this field, again i want to check/get/know that whether this field is tagged/marked or not)
    fine. But, because of some/below reason, i need to find out its color by using JavaScript, pls. let me know how to figure out its color is as yellow by using JavaScrit?
    Reason: If field_1's color is YELLOW (or you suggested any tag/mark as said in the above in red text), then i have to make HIDE the field_2
    Field_0's position is extreme left, Field_1's  position is middle and the Field_2's position is exterme right of the page.
    I guess, i hv only one option of finding out color, hence am looking forward for JavaScript to find out the color of a field in question
    (OR)
    Also, pls. let me know the JavaScript that How can i make HIDE a check box for that COMLETE session (i mean, starting from launching the form in the browser until he closes the window/browser/tab/form), i guess, this idea also workes for my requirement, ( i want to put this code in the docReady event) .....no matter/what ever code is existing there in any event of that field level
    Thank you

    Hi,
    If you want to give a visual indicator to the user, then colouring the field yellow is probably a good approach.
    However if you just want to keep track on the field, then you could test the field's value (.rawValue) and take appropriate action. In addition you can also attach a variable to an object using the <desc> element. It is a bit involved but you can find an example here: http://assure.ly/x1QObn.
    Hope that helps,
    Niall

  • How to get the list of users who has access for list of tcodes.

    How to get the list of users who has access for list of tcodes.

    Go to transaction SUIM, this has a number of reports for users/authorisations
    open the Where used>Autorization Values>In Users
    and double click to execute
    in authorisation object, enter S_TCODE
    then press the "Enter Values" button
    It will offer entry boxes to put the transaction code you are interesed in.
    Then execute and the list of users with access to this transaciton code will be returned.

  • How to find out list of tables

    how to find out list of tables

    Hi,
    You can check table DD02L via transaction SE16/SE16N.
    Also please check this links.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e944e133-0b01-0010-caa2-be2cb240f657
    http://www.erpgenie.com/abap/tables.htm
    Regards,
    Ferry Lianto

  • How to figure out ORA_12203:TNS unable to connect to destination?

    OS: WSK
    I have installed oracle817 and form6i in different directory in a machine
    and defined two oracle home for them. I can access sqlplus through
    OEM of oracle817, but I can not do the same thing through form6i,
    the error showed me: ORA_12203:TNS unable to connect to destination.
    But after installation, I have copied tnsname.ora of oracle817(oracle_home/network/admin) to tnsname.ora of form6i
    (oracle_home_net80/admin). The same error slao showed me when I open
    From Builder, droped the menu FILE --> Connect: system/manager/oradb,
    TNS unable to connect to destination.
    How to figure out this promble? I think maybe listener configuration
    have some promble, but I am not sure how to do that?
    COuld some give me some ideas? Thanks

    Hi shay,
    I have not fixed my problem. I defined two homes respectively:
    Oracle817: Home_name: oraHome81
    Path: D:\oracle
    Form6i: home_name: orahome6i
    path: d:\Form6i
    But I'm wondering when I opened the ORACLE folder under
    HKEY_LOCAL_MACHINE, All_Homes just show one home name:
    oraHome81 or orahome6i, deponding on which I imported later.
    So I like to ask do I need make the export/import
    registery of ORACLE floder under HKEY_LOCAL_MACHINE
    when you install oralce and form6i together?
    By the way, let me attached the TNSNAMES.ora file which
    configured by Oracle during installation:
    # TNSNAMES.ORA Network Configuration File: D:\oracle817\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORADB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = name3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = ORADB)
    INST1_HTTP =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = name3)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = SHARED)
    (SERVICE_NAME = ORADB)
    (PRESENTATION = http://admin)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)

  • How to find the list of applications registered with OID?

    Could some one please help me?
    how to find the list of applications registered with OID?

    Is there any table from which we would be able to see?

  • I have just bought iMac. Can anyone tell me how to log out of guest user so I can sign in as administrator

    Can anyone tell me how to log out of Guest User so I can log in as administrator. Just bought new imac.

    Nome Malaga wrote:
    I can't seem to find a comprehensive manual which tells me what it all does. I found my ipad manual really good for everything.
    http://support.apple.com/manuals/#imac

  • How to figure out if users loggin in the system in JSP??

    Hi, all
    I am developing a website system which consist of
    (Client Brower) <----> (JSP/Servlets) <--->(JavaBean)<----->(Database)
    model, and the system is used to sell the DVD online, but I am just confused of how can I find out if the user is logged in or not?
    Thanks to anyone who read and rely this.

    use session variable or cookies to track the user if he / she is logged r not

  • How to check a list of users against AD if they exist

    Hi Scripting Guys,
    I have a powershell script that allows me to query a list of users against AD, and if they exist, it will write their details into a new file.
    I want to adapt this script so that it will still do the same, but if the user does NOT exist anymore, write a line such as "<User-ID> does not exist in AD".
    Here's the code I have so far:
    Import-Module ActiveDirectory
    $UserList = get-content C:\temp\checkAD\Accounts.txt
    Foreach ($Item in $UserList) {
    Get-aduser -filter {samAccountName -eq $Item} | Out-File C:\temp\checkAD\existingAccounts.txt -encoding default -append
    Does anybody know how to achieve that?
    Thanks and best regards,
    Cap'

    Function LDAP_query{
    param
    [Parameter( Mandatory=$true )][String[]]$cID
    # change the DCs to your domain information
    $root = [ADSI]"GC://dc=$($cID[0]),dc=company,dc=com"
    $searcher = new-object System.DirectoryServices.DirectorySearcher($root)
    $searcher.filter = "(sAMAccountName=$($cID[1]))"
    #running LDAP query
    $cAcc = $searcher.findall()
    if($cAcc.Count -ne 0){
    return ($cAcc[0].Properties["samaccountname"][0])
    else{
    Write-Host -BackgroundColor Black -ForegroundColor Red "Error with account:" -NoNewline
    Write-Host " $($cID[0])\$($cID[1])"
    return ""
    The function is waiting for a string array: [domain][user id]
    Return the string of the User ID if valid, return an empty string if not a valid ID

  • How to find the list of users  used  transcation from last 2 days plz urgen

    hi friendd
                   i am in need of  knowing the list of users used transcation in last 2 days
    can any one help me . how to find out the list of  users and used trancation in detail or step by step
    thanks in advance .i know that i can see in st03 but i dont find any user list or trancations .
    apart from that so we have any other transcation to see the user in sap abap box
    regards
    raja

    This info has been posted before but here you go (this is an alternative way to Bernhards):
    ST03N, make sure you are in Expert Mode (not Service Engineer)
    Expand Workload
    Expand Total
    Double Click on the day you want to analyse
    You can see transaction details under Transaction Profile -> Standard
    You can see what tx a user has started under User & Settlement Statistics -> User Profile
    If you are not seeing any data then speak to your Basis administrator about what they are doing with the log files.

  • How to Display a List of Users Currently Logged On to Domain

    Windows Server 2008 R2 Enterprise.
    I had a snap-in in Windows Server 2003 that allowed me to see who was currently logged onto the domain.  How can I do this in Windows Server 2008 R2?  I am the administrator, so there is no privilege issue.  Thanks for any help.
    Doug Pruiett Good News Jail & Prison Ministry Richmond, Virginia www.goodnewsjail.org

    Hi,
    If you want to list current logon users from all servers in a domain, I’m afraid there is no existing tool from Microsoft to support you do that. However, you can use LsaEnumerateLogonSessions
    API like
    http://msdn.microsoft.com/en-us/library/windows/desktop/aa375400(v=vs.85).aspx to enumerate all logon sessions on the clients and gather all information together to achieve your target.  
    If you want to find out who is logged on to a specific terminal server, there are four methods:
    1. check event log
    2. write some PowerShell scripts as:
    http://technet.microsoft.com/en-us/library/ff730963.aspx
    http://learn-powershell.net/2010/11/01/quick-hit-find-currently-logged-on-users/
    3. use WMI&VBScript as:
    http://blogs.msdn.com/b/alejacma/archive/2008/03/04/how-to-get-the-logged-on-user-with-wmi-vbscript.aspx
    4. use some third-party tools like others suggested.
    In addition, here is another thread who used scripts to realize this for your reference:
    http://social.technet.microsoft.com/Forums/en-US/winserverpowershell/thread/c956a5d9-8895-4042-8047-78a44ffc1d53
    Regards,
    Cicely

Maybe you are looking for

  • Spry Active Tables in Spry tabbed panels

    Hi everyone and thanks for advance for dealing with my inexperience. I'm using dreamweaver cs4 on a mac and I'm trying to create 2 tabbed panels, each with a Spry active table within it that uses a nondestructive filter wired to a spry select menu to

  • Developer toolbox for dw cs 6 ?????

    i  need developer toolbox for dw cs 6. But i can't find nowhere. who is show me a way? Thanks....

  • Airport Express in Bridge Mode.. No AirTunes, limited functionality

    I can only get my internet connection working through my Airport Express (AE) in bridge mode (i.e. the AE connects using 'Ethernet' as opposed to PPoE or WDV). My computer is then able to connect to the internet using PPPoE. Interestingly, the amber

  • T400 boots twice everytime before it starts windows???

    Hi, everytime I start my computer it boots twice before it starts windows xp. The first boot sequence stops seconds after I put in my password and then boots again. This time after I type in the passoword again it gos on properly and starts windows.

  • Has the latest version of Pages lost graphic design features?

    Since downloading the latest version of Pages on my Mac, I have become rather frustrated with the lack of design/layout capabilities. The previous version of Pages gave the option of design and word processing.  Now, if I wish to design on a blank pa