Windows error 0x80338000, -2144108544

Detailed Error Information

HRESULT analysis[1]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode51 (0x033)
NameFACILITY_WINRM[1][2]
DescriptionThe source of the error code is the Windows Resource Manager.[1][2]
Error Code32768 (0x8000)

Questions

1vote
1answer

The service cannot find the resource identified by the resource URI and selectors

When run winrm set -? command, I can see the following example how to disable a listener: C:\Users\Administrator>winrm set -? Windows Remote Management Command Line Tool winrm set RESOURCE_URI [-SWITCH:VALUE [-SWITCH:VALUE] ...] [@{KEY="VALUE"[;KEY="VALUE"]}] [-file:VALUE] Modifies settings in RESOURCE_URI using specified switches and input of changed values via key-value pairs or [...] read more
command-line
windows-server-2012
syntax
0votes
0answers

Powershell and SCCM - Unable to make a INNER JOIN query with CIM (__GENERIC CLASS error)

I am currently working on a Powershell module to help my colleage and I to works more "seemlessly" with SCCM and script (since the SCCM Cmdlets are way too slow, and therefore unusable). In this module, I have created a function called Get-CMCollectionsAndFolder which retrieves all the collection from SCCM [...] read more
powershell
wmi
sccm
wql
cim

Comments

Leave a comment

(plain text only)

Sources

  1. https://msdn.microsoft.com/en-us/library/cc231198.aspx
  2. winerror.h from Windows SDK 10.0.14393.0

User contributions licensed under CC BY-SA 3.0