Results 1 to 3 of 3

Thread: WMI 0x80070005 - Access is Denied

  1. #1
    Join Date
    May 2008
    Posts
    413

    WMI 0x80070005 - Access is Denied

    I want to connect to a web server (Windows Server 2003 Web Edition) through WMI. But I am not able to run any WMI scripts. I am getting WMI Errors as follows

    Number: 0x80070005
    Facility: Win32
    Description: Access is denied.

    I checked the permissions on the WMI control properties and the local admin
    group has full access.

    Any suggestions?

  2. #2
    Join Date
    May 2008
    Posts
    1,304

    Re: WMI 0x80070005 - Access is Denied

    1) Make sure that the "Windows Management Instrumentation" service is set to automatic and is started on the client.
    2) Make sure that DCOM is enabled on the client.
    3) Make sure that your user is an Administrator on the computer.
    4) If WMI still doesn't work download the WMI Diagnose tools from microsoft.

  3. #3
    Join Date
    Feb 2008
    Posts
    283

    Re: WMI 0x80070005 - Access is Denied

    Rebuild the WMI Repository

    If you experience behavior when using WMI, such as application errors or scripts that used to work are no longer working, you may have a corrupted WMI repository. To fix a corrupted WMI repository, use these steps. It works in both Windows XP and Windows Vista.

    1. Click Start, Run and type CMD.EXE
    Note: In Windows Vista, you need to click Start, click All Programs, click Accessories, right-click Command Prompt, and then click Run as administrator.
    2. Type this command and press Enter:
    Code:
    net stop winmgmt
    3. Now using Windows Explorer, rename the folder %windir%\System32\Wbem\Repository. (here %windir% represents the path to the Windows directory, which is typically C:\Windows)

    4. Switch to Command Prompt window, and type the following and press ENTER after each line:

    Code:
    net start winmgmt
    Code:
    EXIT

Similar Threads

  1. Error 0x80070005 access is denied
    By PARRISH in forum Windows Vista Network
    Replies: 2
    Last Post: 14-08-2009, 07:05 PM
  2. Access denied in Backup error Code 0x80070005
    By JustinG69 in forum Vista Help
    Replies: 3
    Last Post: 24-06-2009, 11:05 AM
  3. Replies: 2
    Last Post: 01-03-2008, 06:57 AM
  4. Replies: 6
    Last Post: 31-07-2007, 11:22 PM
  5. Task scheduling : error 0x80070005: Access denied
    By François Miermont in forum Windows Server Help
    Replies: 29
    Last Post: 18-04-2005, 05:59 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,713,419,886.16104 seconds with 17 queries