weird access denied issue with WMI
Posted
by stackunderflow1
on Stack Overflow
See other posts from Stack Overflow
or by stackunderflow1
Published on 2010-03-26T07:17:04Z
Indexed on
2010/03/26
7:23 UTC
Read the original article
Hit count: 229
wmi
I'm seeing a weird access denied issue with WMI. we're trying to create a diff disk based on a parent vhd in a windows service app that runs under network service (machine account is an admin). everything works fine when we create the diff disk on other machine using wmi - we use an admin user account. however, we cannot do this on a local machine as wmi doesn't take user cred for the local machine. so thought network service account already should have access for this, it seems like it doesn't and even if we run the service under an admin service account, it fails. any pointers???
© Stack Overflow or respective owner