Find out who has given local administrator rights to standard domain user?

In my Organization i have faced problems with domain administrator, it seem that all of a sudden a standard domain user is having Local administrator rights. Can anyone please help me how to find out who has given local administrator rights to that standard
domain user account? 

Hi,
Based on your requirement, you need to enable the auditing in your Active Directory to identify the user/ group changes and WHO made the change etc.
Checkout the below steps to enable auditing for AD User Changes,
1. Open GPMC console, click Start --> Administrative Tools --> Group Policy Management.
2. Right click the Default Domain Controllers Policy, and then click Edit.
3. Navigate to Audit Policy node, “Computer Configuration/ Policies/ Windows Settings/ Security Settings/ Local Policies/ Audit Policy”.
4. Now enable the Success auditing for - Audit Account Management and Audit Directory Service Access.
5. Execute the command “GPUPDATE /FORCE” in the Domain Controller to force apply the GPO settings.
For Windows Server 2008 R2 and later versions, additional configuration is required in  “Advanced Audit Policy Configuration” section in Default Domain Controller Policy.
1. Go to the node DS Access (Computer Configuration/Policies/Windows Settings/Security Settings/Advanced Audit Policy Configuration/Audit Policies/DS Access.) 
    Enable Success auditing for the following settings
     - Audit Directory Service Changes
2. Go to the node Account Management (Computer Configuration/Policies/Windows Settings/Security Settings/Advanced Audit Policy Configuration/Audit Policies/Account Management.) 
    Enable Success auditing for the following settings
    - Audit User Account Management
After completing the audit settings, configure SACL in Active Directory Users and Computers console for enabling the geneartion of AD Change events in the eventlog as shown below,
Checkout the below KB article on complete list on Event ID and Description for AD Changes,
http://support.microsoft.com/kb/947226/en-us
Regards,
Gopi
JiJi Technologies

Similar Messages

  • How to find out who has deleted the production Query

    Hi All,
    I have searche SD , i can find it for infoobject deletion but i couldn't find it for Query.
    Please let me know is there any possiblity to kow
        How to find out who has deleted the production Query
    Awaiting for your replies.
    cheers

    Hi Mahesh and all,
    Thanks for all your  inputs.
    I have tried with RSRREPDIR tabel , I am unable to see that query at all.
    If I use theT-code SLG1,
      please guide me on the steps with paramets to be given in the respective ..object, subobject etc..
    OR
    could you please suggest any other way.
    cheers
    leena

  • Find out who has deleted a template

    In my system, a project template was deleted.
    It was in status "created" before, so it was possible to delete it for all users with the corresponding profile.
    Now I would like to find out who has deleted it. Is this possible?
    I assume that all data of the template is deleted, so it is not possible to find this information, right?

    Daniel,
    To my knowledge there is nothing like Deleting an object in cProjects they can only be Archived. One cannot delete a template right away, there is a process or sequence of steps to achieve deletion affect (archiving). In first place you need the authorizations to SAP_CPR_TEMPLATE_ADMINISTRATOR role.  Once you have this role  the templates needs to be moved through various statuses and then finally gets to Flag for Archiving, once you set the status flag for Archiving there are couple of back end jobs to be run that will actually delete / Archive the template. But still if you have added this template to your Favorites on the dash board you will still be able to get to it.
    Now I would like to find out who has deleted it. Is this possible?
    This is possible. Go to the data base tables, I don't have them on top of my head will update the thread later.
    I assume that all data of the template is deleted, so it is not possible to find this information, right?
    No all the data is not deleted it is only archived. You should still be able to retrieve this information from Archives.
    Hope this helps you close this thread.
    regards
    N K

  • System log - how to find out who has deleted the req from cube.

    ^hello friends
    how can i find out who has deleted the request from cube ?
    i wanted to check the system log , that who has deleted the request from cube .
    could you please let me know how to check the same ?
    regards
    manoj

    Hi,
    Did you try the method I had suggested. It will work.
    Also its better to try the path I had suggested as it will display the logs for that particular Cube only.
    But if go through SM37 > B_DEL* it will display all the logs for all the deletion jobs not just this cube and it will be difficult to find out.
    Try that and you should get the log.
    Thanks,
    JituK

  • How to find out who has released the purchase order?

    Hi All,
    I have a PR number lets say 10231322 and somebody has release it. Could any one please tell me how to find out who has release it?
    Waiting for your kind replies......
    Thanks in advance.
    Regards,
    Faisal

    Hi,
    When you are in tr ME23N, use the menu: environment > header changes.
    Rgds,
    Suzy

  • I'm having network security issues, how can I find out who has been seeing my information on my laptop

    How can I find out who has been loging on or attached to my network and on to my computer remotly.

    Dartrath--
    Please give us much more pecific information as to why you think someone is doing this?
    What signs and symptoms are you experiencing?

  • Can I find out who has opened a document in Sharepoint 2013 document library?

    Is it possible to use PowerShell you find out who opened a certain document in a library in a users MySite? Or can I interrogate the audit logs?
    I also have Harepoint installed, but I don't know if this works to a MySite document level?

    Hello Alex,
    Just save the file with .ps1 and run with Powershell.
    you just need to enter the URL and Path as per your liking.
    $rows=@()
    $url ="https://SP2013.com/"
    $site = New-Object Microsoft.SharePoint.SPSite($url)
    $webs = $site.AllWebs
    foreach($web in $webs)
    $listCollections = $web.Lists
    foreach($list in $listCollections)
    if ($list.BaseType.ToString() -eq "DocumentLibrary")
    $dList = [Microsoft.Sharepoint.SPDocumentLibrary]$list
    $items = $dList.Items
    $files = $dList.CheckedOutFiles
    foreach($file in $files)
    $wuse = $file.DirName.Substring($web.ServerRelativeUrl.Length)
    #Write ($web.Url+ "`t" + $wuse+"`/" + $file.LeafName +  "`t" + $file.CheckedOutBy.Name + "`t" + $file.TimeLastModified.ToString()+"`t" + "No Checked In Version"
    $row=New-Object System.Object
    $row|Add-Member -MemberType NoteProperty -Name "Web Url" -Value $web.Url
    $row|Add-Member -MemberType NoteProperty -Name "WUSE" -Value $wuse
    $row|Add-Member -MemberType NoteProperty -Name "File Name" -Value $file.LeafName
    $row|Add-Member -MemberType NoteProperty -Name "Checked out by" -Value $file.CheckedOutBy.Name
    $row|Add-Member -MemberType NoteProperty -Name "Last Modified" -Value $file.TimeLastModified.ToString()
    $rows+=$row
    $web.Dispose()
    $site.Dispose()
    $rows|Export-Csv -NoTypeInformation -Path "D:\Rahul.csv"
    Thanks and Regards Rahul Dagar

  • How to find out who has deleted my query

    Dear SDNs,
    My query has been deleted in Prd system, so I want to know who did it.
    I try to get the log from SLG1 and SM21, but I can't get any information about the query deletion.
    I have also tried to read record from table RSRREPDIR, and this table can only supply the information of query which is not deleted.
    Could you tell you the way to find out it?
    Thanks a lot.
    Best regards
    Tianli

    Hi Pravender,
    I have tested it.
    If you delete the query var T-code RSZDELETE,then you can find the log in SLG1.But if you delete the query in query designer,you can find nothing in SLG1.

  • How to find out who has release the purchase requisition?

    Hi,
    I have a Purchase Requisition Number with me and I want to know who has released it. Can any body please help me how to find this?
    Waiting for your valuable responses! Thanks in advance.
    Regards
    Faisal

    Hi,
    Thanks for your response. However, is there not any tcode by which we can find it out?
    By the way I have done the following to find it. Kindly confirm if I have done it correctly:
    1. Executed tcode me23n
    2. Menu Purchase Requisition->Other requisition
    3. Specified the PR number.
    4.Menu Environment -> Item Changes
    5. Here in this screen, I got some information saying :
           Person responsible (user id), Date, Time, Transaction, Change Doc etc..
    Here it says that, one user executed tcode me54 and release indicator is changed to 3.
    I think this is only the user who has released it.
    Anyway, kindly confirm the same.
    Regards,
    Faisal

  • How can I find out who has had unauthorised access to my iCloud account

    I have received an email to say that someone has accessed my iCloud account.  How can I find out details of who has done this ?

    You can't.  All you can do is change the password to deny future access.
    Are you sure the email is legitimate?  There have been numerous reports recently of forged emails like this trying to get people to click a link and disclose thier iCloud credentials.  Be sure you don't do this.  If you want to change your password, go to Apple's site here: https://iforgot.apple.com/password/verify/appleid?app_type=ext&app_id=93&languag e=AU-EN.

  • How do you find out who has a row locked?

    If a session has a row locked using 'select ... for update', is there any way for another session to find out which session has that row locked? I've looked at the various dynamic views but none seem to have the right information.
    Thanks

    In the ORACLE_HOME\rdbms\admin directory there should be a script called utllockt.sql. You can run that as system
    and it will show you which sessions are locking other sessions. You can then take the session number returned by
    this script and query v$session or use Instance Manager to see the username or osuser of the offending session.

  • How do I find out who has accessed my computer at a particular time?

    Hi,
    Someone has been deleting files from my computer at work using another mac through an internal network.
    Is there anyway I can find out what computer has deleted the files?
    Any help would be greatly appreciated.

    Maybe. Launch the Console application and view the following log:
    /Library/Logs/AppleFileService/AppleFileServiceAccess.log

  • How to find out who has deleted the postion

    Hi SRM Gurus,
    In the EBP org structure some one has deleted the position
    Around 1000 users were attached to the position. How to
    findout who has deleted the Position.what is the method is
    there any T.code.(or) any table to check?
    G.Ganesh Kumar

    pl check if follow thread helps
    Change business partner for purchasing organization.
    BR
    Dinesh

  • How to find out who has changed the SYSADMIN password?

    Hi,
    Is there a way to trace who has changed the SYSADMIN password in an instance?
    Regards,
    Neeraj

    of course, this is limited to any updates to the
    user, e.g. added responsibility, etc. So, it
    probably is very limited in value.That's why it is recommended to enable AuditTrail, which is a way of keeping track of changes made to important data in Oracle Application tables. AuditTrail keeps a history of the following three questions:
    1. What changed
    2. Who changed it
    3. When did the change take place

  • Is there a tool or way I can find out who has Acrobat on our network and what version they are running? How do you streamline Acrobat so everyone has the same version?

    We have been buying licences per person, per computer for many years. There has to be a better way to deploy, keep inventory and track user licences. Any suggestions appreciated!

    One way is to write a script that collects the GUIDs of the products on all machines. See the Admin Guide. A new way is possible with subscriptions: Cloud technology | Adobe Creative Cloud for small & medium business
    hth,
    Ben

Maybe you are looking for

  • My Ipod keeps on saying "itunes has detected an ipod in recovery mode...."

    My Ipod keeps on telling me that i need to "itunes has detected an ipod in recovery mode.You must restore this ipod before it can be used with itunes". I have restored it numerous times What should i do about this? Thanks for your help.

  • Downloading new firmware version still did not solve connection issue!

    I was told my support on live chat to try downloading the newest version of the firmware for my wireless router WRT54G. I had 3.something from 2004. I now have 4.21.1 and I STILL cannot see my router in my View Available Wireless Networks list. I see

  • Bex Report for Fiscal year

    I have requirement like as below In my report selection screen there will be a variable for fiscal year variable is user input. in report column there is one KF that is a amount field. if user give some value range in the variable like 2005001 to 200

  • Configuring mail subject

    Hi All, Can any one suggest me how to change the default subject of the e-mail when a user is created in the portal. The default subject is "User account created". Thanks in advance, Lakshminarayana

  • Searching for Exp person on Sun Portal server 7.1

    Hi All, There is an Urgent req in our company and they are looking at the person having Exp on Portlets( JSR 168) using Sun Java Portal Server 7.1 or above having around 3-5 years of overall Exp can contact Santosh on his Mail id i.e [email protected