WMIC throwing an Description = exception occured when trying to retrieve users in table format -


i'm trying extract list of users (name , description fields) text file. used work fine until recently. windows 8.1 64bit machine being used server , has few thousand user accounts.

the command i'm running is:

wmic useraccount name,fullname 

recently started throwing , error (with no output beyond before or after):

error: description = exception occurred.

it used output information in table format used pipe text file. after searching internet found suggestion try , use list format instead of default table format, tried:

wmic useraccount name,fullname /format:list 

this seems work output wrong in list format.

does know why start throwing error in table format , how working in table format again?

update: when use /trace on switch table format following (at end of long list of successes).

success: cocreateinstance(clsid_freethreadeddomdocument, null, clsctx_inproc_server, iid_ixmldomdocument2, -) line:    206 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixmldomdocument::loadxml(-, -) line:    237 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: cocreateinstance(clsid_xsltemplate, null, clsctx_server, iid_ixsltemplate, -) line:   3246 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: cocreateinstance(clsid_freethreadeddomdocument, null, clsctx_server,iid_ixmldomdocument2, -) line:   3269 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixsldomdocument2::put_async(variant_false) line:   3281 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixsldomdocument2::load(l"c:\windows\system32\wbem\\texttable.xsl", -) line:   3296 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixstemplate::putref_stylesheet(-) line:   3310 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixstemplate::createprocessor(-) line:   3322 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  success: ixsprocessor::put_input(-) line:   3359 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  fail: ixsprocessor::tranform(-) line:   3400 file: admin\wmi\wbem\tools\wmic\formatengine.cpp  error: code = 0x80020009 description = exception occurred. facility = dispatch 


Comments

  1. Wmic Throwing An Description = Exception Occured When Trying To
    Retrieve Users In Table Format - >>>>> Download Now

    >>>>> Download Full

    Wmic Throwing An Description = Exception Occured When Trying To
    Retrieve Users In Table Format - >>>>> Download LINK

    >>>>> Download Now

    Wmic Throwing An Description = Exception Occured When Trying To
    Retrieve Users In Table Format - >>>>> Download Full

    >>>>> Download LINK BK

    ReplyDelete

Post a Comment

Popular posts from this blog

c# - must be a non-abstract type with a public parameterless constructor in redis -

c# - ReportViewer control - axd url -

ajax - PHP/JSON Login script (Twitter style) not setting sessions -