Results 1 to 2 of 2

Thread: Detecting Interactive Logins for Service Account

  1. #1
    Join Date
    Apr 2010
    Posts
    1

    Detecting Interactive Logins for Service Account

    Let me preface this by saying - I am a SQL Server DBA, so AD and dquery is way out of my league.

    I am performing a clean up of some old service accounts use to start SQL. I have a few service accounts that were never marked for non-interactive logon. Can I query AD to see when was the last time (if any) someone logged on interactively? And if so, what ip address did that interactive logon come from?

    PS - I have read about lastLogin and LastLoginTimestamp, and I have run some queries to get this info, but I still can't tell if it was an interactive login or a service starting up, nor can I tell the ip address the request came from.

    If this doesn't work I'm gonna have to turn it off and see who screams. Which is not a solution I want to contemplate.
    Last edited by trigont@gmail.com; 16-04-2010 at 12:40 AM.

  2. #2
    Join Date
    Mar 2010
    Posts
    295

    Re: Detecting Interactive Logins for Service Account

    SQL Server is a database engine running as services, that is to say, you just have to start the server for the application starts. The local service account is is a predefined account (BUILTIN), which exists in all versions of Windows from 2003 / XP (2003, XP, Vista and 2008). By this you get rights to choose single local user. Privileges available to it are local only, when attempting to connect to a remote machine is an application logon which made on it.

Similar Threads

  1. "Can not perform non-interactive scan if AU is interactive-only"
    By Muhammad Waqar in forum Server Update Service
    Replies: 3
    Last Post: 22-09-2009, 05:27 AM
  2. Is Reliance provides multiple logins at a time ?
    By Reshma_K in forum India BroadBand
    Replies: 3
    Last Post: 03-09-2009, 10:14 AM
  3. Account as a service without Interactive logon?
    By CaspaR in forum Small Business Server
    Replies: 2
    Last Post: 28-11-2008, 11:19 PM
  4. Replies: 0
    Last Post: 08-10-2008, 11:31 AM
  5. Replies: 1
    Last Post: 28-08-2008, 04:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,004,077.58012 seconds with 17 queries