Windows error 0x4004FC05, 1074068485

Detailed Error Information

SL_I_PERPETUAL_OOB_GRACE_PERIOD[1]

MessageThe Software Licensing Service reported that the application has a perpetual grace period.
Declared inslerror.h

HRESULT analysis[2]

FlagsSeveritySuccess

This code indicates success, rather than an error. This may not be the correct interpretation of this code, or possibly the program is handling errors incorrectly.

Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode4 (0x004)
NameFACILITY_ITF[2][3]
DescriptionThe source of the error code is COM/OLE Interface management.[2][3]
Error Code64517 (0xfc05)

Questions

2votes
2answers

Combine text from multiple lines to form each row of a CSV file

I'm trying to clean up the output of cscript 'C:\Program Files (x86)\Microsoft Office\Office16\ospp.vbs' /dstatus I want to display only the license and the last 5 chars of the key such as > Office16HomeBusinessR_Retail3 edition , 7H67X I've got pieces of it, but can't quite bring it together. $comp = "Computername" [...] read more
powershell
csv
scripting
text-parsing

Comments

Leave a comment

(plain text only)

Sources

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

User contributions licensed under CC BY-SA 3.0