User last log in - BI Statistics

Hi all,
Is there any way to find out User who has logged last time in EP by useing BI statistics.
Regards,

Hi Ali,
It is only possible if the user has run some query after logging on to EP.
-Vikram

Similar Messages

  • I need a script that will find the computer a user last logged into.

    I am still learning scripting, I need a script that will allow me to pull in usernames from a csv file. Find what computer they last logged into and output that to an csv file.
    I have looked all over and can't find exactly what I need.
     I found the following script but I need  to add the resuitsize unlimited but can not figure out where to put it we have a large environment. Also I need to be able to grab username from a csv file. Any assistance you can provide is appreciated.
    ##  Find out what computers a user is logged into on your domain by running the script
    ##  and entering in the requested logon id for the user.
    ##  This script requires the free Quest ActiveRoles Management Shell for Active Directory
    ##  snapin  http://www.quest.com/powershell/activeroles-server.aspx
    Add-PSSnapin Quest.ActiveRoles.ADManagement -ErrorAction SilentlyContinue
    $ErrorActionPreference = "SilentlyContinue"
    # Retrieve Username to search for, error checks to make sure the username
    # is not blank and that it exists in Active Directory
    Function Get-Username {
    $Global:Username = Read-Host "Enter username you want to search for"
    if ($Username -eq $null){
    Write-Host "Username cannot be blank, please re-enter username!!!!!"
    Get-Username}
    $UserCheck = Get-QADUser -SamAccountName $Username
    if ($UserCheck -eq $null){
    Write-Host "Invalid username, please verify this is the logon id for the account"
    Get-Username}
    get-username resultsize unlimited
    $computers = Get-QADComputer | where {$_.accountisdisabled -eq $false}
    foreach ($comp in $computers)
    $Computer = $comp.Name
    $ping = new-object System.Net.NetworkInformation.Ping
      $Reply = $null
      $Reply = $ping.send($Computer)
      if($Reply.status -like 'Success'){
    #Get explorer.exe processes
    $proc = gwmi win32_process -computer $Computer -Filter "Name = 'explorer.exe'"
    #Search collection of processes for username
    ForEach ($p in $proc) {
    $temp = ($p.GetOwner()).User
    if ($temp -eq $Username){
    write-host "$Username is logged on $Computer"

    If you are querying by user "resultset size" will be of no use.
    You also have functions that are never used and the body code doe snot look for users.
    Here is what you scrip looks like if printed well.  It is just a jumble of pasted together and unrelated items.
    ## Find out what computers a user is logged into on your domain by running the script
    ## and entering in the requested logon id for the user.
    ## This script requires the free Quest ActiveRoles Management Shell for Active Directory
    ## snapin http://www.quest.com/powershell/activeroles-server.aspx
    Add-PSSnapin Quest.ActiveRoles.ADManagement -ErrorAction SilentlyContinue
    $ErrorActionPreference = "SilentlyContinue"
    # Retrieve Username to search for, error checks to make sure the username
    # is not blank and that it exists in Active Directory
    Function Get-Username {
    $Global:Username = Read-Host "Enter username you want to search for"
    if ($Username -eq $null) {
    Write-Host "Username cannot be blank, please re-enter username!!!!!"
    Get-Username
    $UserCheck = Get-QADUser -SamAccountName $Username
    if ($UserCheck -eq $null) {
    Write-Host "Invalid username, please verify this is the logon id for the account"
    Get-Username
    get-username resultsize unlimited
    $computers = Get-QADComputer | where { $_.accountisdisabled -eq $false }
    foreach ($comp in $computers) {
    $Computer = $comp.Name
    $ping = new-object System.Net.NetworkInformation.Ping
    $Reply = $null
    $Reply = $ping.send($Computer)
    if ($Reply.status -like 'Success') {
    #Get explorer.exe processes
    $proc = gwmi win32_process -computer $Computer -Filter "Name = 'explorer.exe'"
    #Search collection of processes for username
    ForEach ($p in $proc) {
    $temp = ($p.GetOwner()).User
    if ($temp -eq $Username) {
    write-host "$Username is logged on $Computer"
    I suggest finding the original code then use the learning link at the top of this page to help you understand how it works in Powershell.
    ¯\_(ツ)_/¯

  • Secure Zones: Is there a way to get the date a user last logged in?

    First my goal - I'd like to create an email template saying "We miss you - it's been a while since you visited.", etc.
    Anyone who hasn't signed into their account in a month or so would be added to a list. I know there's nothing built into BC for this, but I was thinking it MIGHT be possible to set a cookie for login date and record that as an anniversary date in the CRM. If they come back to the site that date gets updated. If they don't, then an email would be sent 30 days after the anniversary date.
    Have any of you done anything similar, and if so, how?
    Thanks,
    Jason

    Date stamps in the image are an old method suited to film cameras. These days, digital cameras encode the date into EXIF data embedded in the digital file. If for some reason you need the date stamped on the image, I'm sure you can find an app to do this either on your phone as you take pictures, or an app on your computer that can read the EXIF data and add it to the image.

  • How to find MAC of phone last logged into by specific User

    Greetings, 
    How can I find the MAC of the phone a User last logged in to?  The user is currently not logged in to any phone. 
    Thank you 

    thank you Jaime
    is this intrusive?  will the pulling of EM traces affect CUCM performance or is it a simple task? 
    can this be done via RTMT?
    please provide instructions if possible.
    thank you again

  • Last log-on attributes value not showing in some AD user account

    Hi,
    As per the requirement in my project I want to get the details of user's last log-on time in AD Attributes. My DC is running Win2K8 R2. The funny thing is that I can find out some users last log-on time details. Can anybody help me to solve this.
    Thanks in advance
    Jaril Nambiar

    Understanding the AD Account attributes - LastLogon, LastLogonTimeStamp and LastLogonDate
    http://social.technet.microsoft.com/wiki/contents/articles/22461.understanding-the-ad-account-attributes-lastlogon-lastlogontimestamp-and-lastlogondate.aspx
    Also see one nice discussion on lastlogontimestamp.
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/7c8fffea-9b13-436f-98c6-ffa350fe341e/is-there-any-difference-between-lastlogontimestamp-in-ad-2003-and-ad-2008?forum=winserverDS#b1942366-6105-406e-ab19-e52aa5c38174
    “The LastLogonTimeStamp Attribute” – “What it was designed for and how it works”
    http://blogs.technet.com/b/askds/archive/2009/04/15/the-lastlogontimestamp-attribute-what-it-was-designed-for-and-how-it-works.aspx
    Regards,
    Biswajit
    MCTS, MCP 2003,MCSA 2003, MCSA:M 2003, CCNA, Enterprise Admin, ITIL F 2011
    Blog:
      Script Gallary:
      LinkedIn:
    Note: Disclaimer: This posting is provided & with no warranties or guarantees and confers no rights..

  • Date modified of user profile can be considered as date the user last accessed the server?

    Hi,
    I have a terminal server with large number of old profiles.what is the Microsoft way to clear these?
    Is the last modified date of user profile can be considered as date the user last logged in to this server?
    Regards,
    Arun
    Best Regards, Arun http://whynotsql.blogspot.com/

    Hi Arun,
    For deleting old profiles please test the following group policy setting using gpedit.msc:
    Computer Configuration\ Administrative Templates\ System\ User Profiles\
    Delete user profiles older than a specified number of days on system restart     Enabled
    Delete user profiles older than (days)     30
    It is applicable to Windows Server 2008 and later.  You may need the following hotfix if you are running Server 2008 R2 (no SP1):
    http://support.microsoft.com/kb/983544
    Thanks.
    -TP

  • Status Report with Last Logged on User on a deployment

    Hi all,
    I have been trying to find a report that will telling me the deployment status of an application and against the workstations the last logged on user.
    Is there such a report or will I have to customize a report to do that?
    Cheers

    Hello,
    a report that will telling me the deployment status of an application
    You can refer to compliance report.
    For last logged on user, you can find the information in client propertities. If you want to query the information, you need create a customized report.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Custom report software installed with last logged on user.

    Can someone please help, I'd like to create a custom report: Specific software installed on a computer which includes last logged on user. I can do this by query but need a custom report for none ConfigMgr users.

    SELECT DISTINCT
    TOP (100) PERCENT dbo.v_GS_COMPUTER_SYSTEM.Name0 AS [Computer name], dbo.v_GS_ADD_REMOVE_PROGRAMS.DisplayName0,
    dbo.v_GS_ADD_REMOVE_PROGRAMS.Version0, dbo.v_R_System.User_Name0, dbo.v_R_System.User_Domain0 AS [User domain],
    dbo.v_GS_COMPUTER_SYSTEM.Domain0 AS [Computer domain], dbo.v_R_System.AD_Site_Name0 AS [Computer AD Site]
    FROM dbo.v_GS_ADD_REMOVE_PROGRAMS INNER JOIN
    dbo.v_GS_COMPUTER_SYSTEM ON dbo.v_GS_ADD_REMOVE_PROGRAMS.ResourceID = dbo.v_GS_COMPUTER_SYSTEM.ResourceID INNER JOIN
    dbo.v_R_System ON dbo.v_GS_COMPUTER_SYSTEM.ResourceID = dbo.v_R_System.ResourceID
    WHERE (dbo.v_GS_ADD_REMOVE_PROGRAMS.DisplayName0 LIKE N'Adobe Shockwave Player%')
    ORDER BY [Computer name]
    Keep in mind that this query will only find x86 software titles. Use 
    v_ADD_REMOVE_PROGRAMS
    instead to get both.
    http://www.enhansoft.com/

  • SCCM report to show last logged on user and the Active Directory department attribute of that user.

    I need to create an SCCM report to show last logged on user on all machines and the Active Directory department attribute of that last logged on user.

    You problem is here.
    right
    join v_R_User USR on USR.ResourceID
    = CS.ResourceID
    USR.ResourceID != CS.ResourceID, you need to map the username to the user logon to the PC. By using the user’s department information you will
    end up with unreliable results.
    Anyways you need to make these changes to your query.
    left
    join v_R_User USR on USR.Unique_User_Name0
    = CS.UserName0
    http://www.enhansoft.com/

  • Last logged on by in exchange 2010 shows wrong users name.

    Dear All,
    i am having problem with wrong information display at last logged on by user at exchange 2010.
    i dont have given any users to full access or send as permission.
    please help to resolved this problem
    Sunil
    SUNIL PATEL SYSTEM ADMINISTRATOR

    You'll have to post more information and more clear problem statement to receive useful help.
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • How can i know about any users who log on sap last one month..all data and

    Dear all,
    how can i know about any users who log on sap last one month..all data and  transaction code they used in a month.
    Regards,
    ASHUTOSH
    9891595497

    Dear Ashutosh,
    I think your question is in the wrong forum. This is for SAP MDM related questions and answers. SAP MDM does not use Transaction codes. So you may not get much help here.
    Please try posting your question in the ABAP forums and you may get the right resources to help you.
    Thanks.
    Siva K.

  • Last logged on user only populated sporadically

    I am wanting my last logged on user information to be as current and accurate as possible, i have enabled auditing and changed the client policy thresholds to lower the user time on pc before it is logged as last logged on user but 50% of the machines have
    no last logon user or have wrong or stale information...
    what is the best practice for getting this more accurate and up to date, does the client send the last logged on user back to the server as part of its inventory? why is it blank for so many machines?
    ***Don't forget to mark helpful or answer***

    If you are talking about User Device Affinity (which is what you are editing when you click the "Edit Primary User" menu item or ribbon bar button, it is actually unrelated to last logon user in any way.
    UDA and primary user are determined by events in the security event log. Thus, if you've left the default values, users must be logged onto a system for 2880 minutes (48 total hours) over a span of 30 days to automatically be marked as primary. Thus, the
    security event log on the client system must also have (at least) 30 days worth of events in order to be able to calculate this. Additionally, by default, UDA is not configured to be determined automatically so if you've left your settings at default,
    nothing will happen.
    Jason | http://blog.configmgrftw.com | @jasonsandys

  • When was the last log in of user X?

    Hello!
    I would like to know, whether it is posible to get the following information via tcodes e.g. SUIM:
    <b>When was the last log in of user X?
    Which transactions does the user use?</b>
    Thank you very much!
    regards
    Thom

    Hi
    In SUIM u can find the user and the last logon along with date and time stamp
    and regarding the tcodes
    There is no standard transaction. The information is available for configurable time periods using transaction ST05N but it is not organized to readily provide a report of users and transactions. Also the information available summarizes a user's use of a transaction. There will be one entry (with count data) per user per time period. Daily, weekly and monthly summaries can be created and they are stored for configurable durations.
    The information is summarized into a cluster table called MONI based on the STAT files that are written in the file system and regularly refreshed. MONI cannot be queried via SE16 etc., but SAP delivers a number of function modules that retrieve data from these tables.
    It is also possible to configure audit logging via SM19 and read the log files via SM20. This will provide more detail but it also introduces new file management issues and requires a change to system settings.
    Reward me the points if useful
    Regards
    Sreenivas

  • How to erase the last user that logged on to BO ?

    Hi!
    When you log on to Business Objects 6.5, the name of the last user that logged on is presented to you.
    When logging in to BO, the userID of "ADBONDT" shows at the PC of user "DLECOIN". User DLECOIN is therefore convinced that user ADBONDT sneaks into the office at night and uses his PC to connect to Business Objects. Which is nonsense, user ADBONDT has her own computer, own office, own login... Of course, at some point in the past, ADBONDT may have used the PC and the logon name is probably stored in a file or setting somewhere...
    So my question is how I can erase the "last logon" in Business Objects? Where are the logon names stored? In the Windows registry? In a file? In the repository?
    This issue is NOT blocking, but the user (a highly placed manager) demands that it gets solved.
    All help appreciated...
    Daniel

    Found it! The last login is stored in the "BOMAINV6.LSI" file on the PC, which is usually in the directory C:\Documents and Settings\WINLOGON\Application Data\Business Objects\Business Objects 6.0\lsi
    If you delete the lsi file, then a new file gets created automatically, and the problem disappears....

  • Query all users when they last logged on?

    Hi,
    how can I run a script to query all users to see when they last logged on. I want to be able to select a cut off date to exclude current users.
    Any ideas?
    Thanks
    Paul

    Try using the 'last' command from the Terminal, or read the wtmp logs directly.
    (33318)

Maybe you are looking for

  • BlackBerry Curve 8520 - in need of unlocking code

    I want to unlock my BB Curve 8520, so that I can use it in Europe with a local sims card when visiting family, etc. Anybody any idea how to do that?? I asked ATT, but they told me I had to go to RIM to get this............  RIM says I have to to my c

  • Addon manager in not working for fennec alpha3 or beta. Release notes say that AMO is supported

    if i try to search for any addon in the addon manager, it says "unable to retrieve addon"

  • Size (in Bytes) of data in response.

    Hi; Is there a quick way of getting the size (length of data) in the response? The api, as I see it, only has a reponse.getBufferSize. I need something like string.length(). Thank you much. nat

  • Get project description of project template in cProjects

    hi, 1. first a general question: where are project descriptions stord (which db)? the table DPR_PROJECT doesn´t contain the project description 2. is there a chance to get the project description (String) from a project template? where are these temp

  • DBMS_METADAT.get_ddl

    Hello every one, Does any one know how to handel if there are dependancy on the table, When we run this and if there are foregin key primary key relation ship between two tables then in the scipt the table with foregien key might come before pk table