Portal users - last logon time details

Hi , 
We have an requirement to get the list of users who logged in with the Last Logon Information  .
From Standard Portal activity report ...we can get only the First logon date of the users .
Kindly let us know the other possibilities to get it .
Thanks ,
Keerthi

Hi Keerthi,
Apart from Coding there is one option available through Authentication logs,this is tested in NW7.3 iam not sure which version you are using if you are using 7.0 then please check if this is available in 7.0 or not.
1) Go to NWA
2) Go to troubleshooting and logs section
3) Open log viewer and choose Authentication logs from the logs option
4) Specify the time frame in filter and choose everywhere for the logs to be picked up in generated report ,this wil gather authentication data from all server nodes.
5) these logs will show each and every login performed bu Useres and it also shows how many times user have logged in to a particular application,choose IRJ as the application.
6) Export the content to excel file and apply filter ,choose aplication as IRJ and choose date and time and select a user it will show all login with the date and time.
7) You can feed this data to a predefined excel format and pull out necessary info ,only you need to develop an excel template for your reporting purpose and manually logs requires to be pulled in from NWA to feed the excel .
this is another way which does not involve any java coding and tested on NW7.3 versions of Portal.
hope this helps.
Thx,
Siddharth

Similar Messages

  • AD Users Last Logon Time

    Hi Folks,
    I need to generate User's Last logon time from AD database. Could any one please assist me on this.
    Thanks in advance !
    -Chalapathi

    Hi,
    Get-ADUser -Identity USERNAME -Properties LastLogonDate |
    Select SamAccountName, LastLogonDate
    Link to syntax:
    http://ss64.com/ps/get-aduser.html
    EDIT: Just in case:
    http://blogs.technet.com/b/askds/archive/2009/04/15/the-lastlogontimestamp-attribute-what-it-was-designed-for-and-how-it-works.aspx
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Last Logon Time in Iplanet Directory Server 4.1

    Hi,
    It would be great help if any one of you could let me know the attribute in Iplanet Directory Server 4.1 to get the Last Logon Time of a particular account.
    The Directory Server is on solaris.
    Thanks

    Hari,
    You can try to find it from the logfiles.
    I actually designed a plugin for this type of thing, but it's not yet implemented. It would simply write a timestamp to a user's entry after every successful bind, among other things which I won't go into detail about now...
    Oletko suomessa?
    podzap

  • USR02-LTIME - Last logon Time

    Hi All
    we have to trace the last logon time of CRM webclient users but USR02-LTIME does not write the right time, in this sense:
    - you logon at 11:00 with user TEST
    - you see USR02-LTIME = 11:00
    - you use the webclient without logoff and you see in USR02-LTIME the time of the last click
    Can you help me ?
    Regrads,
    Davide Ivanov
    Pirelli Italy

    1 .You can do it from NWA.
    http://fqdn:port/nwa
    analysis-debug-logs and traces,Initial check sap logs or default logs with predefined view
    Later open column customization and check mark "user"
    and you can get all informartion about user.
    Hope it help.
    Amit

  • Last Logon Time

    Hi,
     In Exchange 2003 I looked into the Mailboxes on a Mailbox Store. It has a label Last Logon Time. What is this last logon time? Where does it get it from? I have users already using another email system which is web based and they are no longer using
    outlook on their PCs.
    Thanks!

    Last Logon Time that is shown in Active Directory and Exchange are different. Active Directory shows last successful authentication and Exchange shows last time when mailbox was accessed. However, Exchange uses many background processes that access the
    mailbox for maintenance.
    - Sarvesh Goel - Enterprise Messaging Administrator

  • Last logon time from list of computers?

    Hello,
    I'm looking for some type of script that will query a list (c:\script\computers.txt) of computers and return the last logon date and user.
    I do not want to do this from active directory, but instead want to get the data directly from the machines. So to sum it up I need to input a list of host names (all on the network) and output a list of last logon time stamps.
    Any help is appreciated!
    Thank you,
    Brian

    Hi
    Well AD will be your best option but you can try this in a bat file:
    net user User| findstr /B /C:"Last logon"
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Get last logon time,computer and username together with Powershell

    I have a script which gets the last logon times of each computer in the domain.
    My script:
    $dcs = Get-ADComputer -Filter { OperatingSystem -NotLike '*Server*' } -Properties OperatingSystem
    foreach($dc in $dcs) {
    Get-ADComputer $dc.Name -Properties lastlogontimestamp |
    Select-Object @{n="Computer";e={$_.Name}}, @{Name="Lastlogon"; Expression={[DateTime]::FromFileTime($_.lastLogonTimestamp)}}
    ==================================
    Result:
    Computer Lastlogon
    DC1 6/06/2013 16:38:24
    DC2 6/06/2013 16:30:40
    =============================================I also want to get who/which account made this logon. For example:Computer Lastlogon User
    DC1 6/06/2013 16:38:24 user2
    DC2 6/06/2013 16:30:40 user1

    I also want to get who/which account made this logon. For example:Computer Lastlogon User
    DC1 6/06/2013 16:38:24 user2
    DC2 6/06/2013 16:30:40 user1
    The last logon from aD is the last time the computer account authenticated on AD.  It has nothing to do with a user.
    Get-ADComputer will not return DCs. It will return all workstations.
    To find the last logon for a specific computer just query the computers security log for event 529(XM-2003) or 4672 Get the newest one.
    ¯\_(ツ)_/¯

  • User last logon table

    Hi experts,
    Anyone knows what is the table where the portal stores the user last logon? The table WCR_USERFIRSTLOGON is for first logon, but... for the last logon?
    Thanks in advance,
    Regards,

    Hi Victor,
        First thing there is no seperate table for getting User Last Logon information. But we can get the User Last Logon information
    by fetching data from two Standard tables
    1.WCR_WEBCONTENTSTAT 
    2.WCR_USERPAGEUSAGE. Using the Primary key of table 1 we can compare it  the data with table2 to sort the Last Logon Date for the particular LoginID. Check it you will get a idea.
    This works when all the iViews or Pages for the End-Users have Moniter Users property enabled.
    Regards,
    Nivas
    Edited by: Nivas209 on Jul 5, 2011 7:41 AM

  • DB USER Last Logon Date

    Hi All,
    How to find a Database USER last logon date on 10g? by script.
    Thanks,

    You need to enable auditing to view history in audit files. In v$session you can see only connected sessions.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1830073957439
    http://www.dba-oracle.com/art_builder_sec_audit.htm

  • User Last Login Time

    I'm trying to use DS6 built-in functionality for tracking user's last login time. I created a new password policy and enabled pwdKeepLastAuthTime attribute. Then I tried signing into Access Manager.
    According to the documentation, an attribute pwdLastAuthTime should be added to the user entry, but it is not there.
    Any ideas how I can get this to work?

    Last login time is a feature provided with the new Directory Server password policy implementation introduced in DS 6 and is not part of the compatibility mode. Check the Directory Server password policy compatibility mode:
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS5-compatible-mode
    The Directory Server password policy compatibility mode must be advanced past DS5-compatible-mode:
    $ ldapmodify ...
    dn: cn=Password Policy,cn=config
    changetype:modify
    replace:pwdkeeplastauthtime
    pwdkeeplastauthtime:TRUE
    modifying entry cn=Password Policy,cn=config
    ldap_modify: DSA is unwilling to perform
    ldap_modify: additional info: (Password Policy: modify policy entry) "pwdKeepLastAuthTime: TRUE" is not supported in server mode DS5-compatible-mode ("cn=config" pwdCompat: 0).
    $ dsconf pwd-compat ... to-DS6-migration-mode
    $ dsconf get-server-prop ... | grep 'pwd-compat'
    pwd-compat-mode : DS6-migration-mode
    Now it should work. If not, please try binding directly to the directory server as the user (e.g., do an ldapsearch as that user) and check the entry.

  • Cisco ASA - AAA Users last logon

    Hello,
    I'm somewhat novice when it comes to ASA so I'm hopeing someone can help me figure out a way to determine the last logon of the AAA Local Users?  I would like to cleanup all the inactive users since we use mostly Citrix now-a-days and all other users are supposed to be AD Authenticated through the ASA.  In other words, most of the 40 local account should be inactive although some may still be used and I need to determine which.  Anyone have any ideas?
    Thanks,
    Nick

    It is possible using AAA server (using protocol LDAP, Kerbrose, Radius or TACACS) .
    Have a look at following link:
    http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a008070317f.html
    Regards
    Rohit Chopra

  • Get Inactive User in Domain based on Last Logon Time Stamp

    Dear Experts,
    I have used this code, but it is not displaying proper result, please help me how to display only "Daysinactive=90", for me it is display all the user.Please help me
    # Gets time stamps for all User in the domain that have NOT logged in since after specified date 
    # Mod by Tilo 2014-04-01 
    import-module activedirectory  
    $domain = "domain.mydom.com"  
    $DaysInactive = 90  
    $time = (Get-Date).Adddays(-($DaysInactive)) 
    # Get all AD User with lastLogonTimestamp less than our time and set to enable 
    Get-ADUser -Filter {LastLogonTimeStamp -lt $time -and enabled -eq $true} -Properties LastLogonTimeStamp | 
    # Output Name and lastLogonTimestamp into CSV  
    select-object Name,@{Name="Stamp"; Expression={[DateTime]::FromFileTime($_.lastLogonTimestamp).ToString('yyyy-MM-dd_hh:mm:ss')}} | export-csv OLD_User.csv -notypeinformation
    Hari

    Hi,
    Use the -AccountInactive parameter of Search-ADAccount:
    http://ss64.com/ps/search-adaccount.html
    Don't retire TechNet! -
    (Don't give up yet - 13,085+ strong and growing)

  • Script for Inactive computer from last logon time stamp

    Hi Freinds,
    I have a list of servers which include some specific servers (around 900 servers). now i need to check those servers which are not logged on from last 30 or 60 days. 
    I find the scripts which run against AD and list the servers but here i need to check from the specific servers. 
    I know this is possible but not sure how it can be. Please Help 
    Thanks.
    Anjani Kumar

    Hi Anjani,
    you really might want to try learning Powershell for yourself, if you have to manage hundreds of servers. That said, there are some fairly simple and obvious tools, with which you can do this:
    "Get-Content" gets contents from text files and stores it line by line into an array. Maybe a list of those servers?
    "foreach" allows you to loop through each item in an array and do something with the item.
    "Get-ADComputer" searches for computers in an AD. You can filter which computer-object you get (say - only get a computer that is named thus ...).
    If you have any questions about these commands, asking the powershell might help you (Example: Get-Help Get-Content -Detailed).
    Cheers,
    Fred
    There's no place like 127.0.0.1

  • How can i check the iPad last logon time?

    How can I check the last login on my ipad mini?

    Log in to what? You don't log in to the Mini so I'm assuming you mean some service. Please explain which one.
    Best of luck.

  • Export Office 365 User Last Logon Date

    When following this procedure http://technet.microsoft.com/en-US/ms772425 I receive the error below. Any help is appreciated.
    C:\Get-LastLogonStats.ps1 : A parameter cannot be found that matches parameter
    name 'InputFile'.
    At line:1 char:97
    + .\Get-LastLogonStats.ps1 -Office365Username uername@domain -Office365Password
    password -InputFile <<<<  c:\Files\InputFile.txt
        + CategoryInfo          : InvalidArgument: (:) [Get-LastLogonStats.ps1], P
       arameterBindingException
        + FullyQualifiedErrorId : NamedParameterNotFound,Get-LastLogonStats.ps1

    You need to enable auditing to view history in audit files. In v$session you can see only connected sessions.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:1830073957439
    http://www.dba-oracle.com/art_builder_sec_audit.htm

Maybe you are looking for

  • Want to modifi "RFDOPR10"

    I need to develop a custom transaction, zfi_ageddebt, that will give the user the ability to run a statutory(company code level) debtor report, as well as a debtor report that will be grouped by region based on customer. This region will be maintaine

  • Dynamic actions in toolbar actions of tables

    Hello all, I have an issues when I create a dynamic action in the toolbar buttons of a table which looks like  that:     if(@ZCLOSED== 'X',"ERROR","DECISION") I tried the same syntax in a pushbutton in a normal form and here it worked w/o problems; D

  • A balance sound in Yosemite.

    i have a question about a balance sound in Yosemite. now i use iMac (21.5-inch, Late 2012) with OS X 10.10, and i have a problem with a balance sound in Yosemite. when i show down the iMac and turn it on again the balance sound is always go to the ri

  • Can't get past blue screen on XP install...help

    Can't get past the "Welcome to setup" screen while installing. I did get this to install once, but my mac. drivers CD apperantly had errors, so I decided to unistall everything and redo. Now, it won't work at all. Someone please give me a way around

  • IMac + iSight = Monitor ?

    if we add an iSight camera to an old Goose Neck iMac is there a way to run the combo as a monitor?  We do Santa pictures & are looking for a way for the visitors to be able to see themselves as we are doing the pictures. Am considering the old iMac f