1. Welcome Guest! In order to create a new topic or reply to an existing one, you must register first. It is easy and free. Click here to sign up now!.
    Dismiss Notice

Audit Login

Discussion in 'Windows Home Server' started by Newbie, Apr 13, 2009.

  1. Newbie

    Newbie Guest

    Hello,

    We have to give users administrator right for workstation for some reason.
    But some users will change their IP address.
    Can we audit IP address and user name from windows 2003 server?

    Thanks
     
  2. "Newbie" <Newbie@discussions.microsoft.com> wrote in message
    news:4C2C5343-653B-43ED-A4D3-707089507DE8@microsoft.com...
    > Hello,
    >
    > We have to give users administrator right for workstation for some reason.
    > But some users will change their IP address.
    > Can we audit IP address and user name from windows 2003 server?
    >
    > Thanks


    You can insert the following lines into your logon script:
    @echo off
    echo %date% %time% %UserName% %ComputerName% >>
    \\server\share\folder\logon.log
    ipconfig | find /i "IP Address" >> \\server\share\folder\logon.log

    This will work in a small network. In a large network you would have to do
    something a little more sophisticated to avoid users accessing the log file
    concurrently.
     
  3. Newbie wrote:
    >Hello,
    >
    >We have to give users administrator right for workstation for some reason.
    >But some users will change their IP address.
    >Can we audit IP address and user name from windows 2003 server?
    >
    >


    Solution: Yes, take remote client computer and then audit IP address. also
    you can hide this option from group policy.

    --
    Message posted via WinServerKB.com
    http://www.winserverkb.com/Uwe/Forums.aspx/windows-server/200904/1
     
  4. Hello samanderson123 via WinServerKB.com,

    Can you provide the detailed configuration to audit ip address changes with
    GPO?

    Best regards

    Meinolf Weber
    Disclaimer: This posting is provided "AS IS" with no warranties, and confers
    no rights.
    ** Please do NOT email, only reply to Newsgroups
    ** HELP us help YOU!!! http://www.blakjak.demon.co.uk/mul_crss.htm


    > Newbie wrote:
    >
    >> Hello,
    >>
    >> We have to give users administrator right for workstation for some
    >> reason.
    >> But some users will change their IP address.
    >> Can we audit IP address and user name from windows 2003 server?

    > Solution: Yes, take remote client computer and then audit IP address.
    > also you can hide this option from group policy.
    >
     

Share This Page