File name: | PrintManagementProvider.dll.mui |
Size: | 65536 byte |
MD5: | 83593981255f786a8d148e8a431ffa22 |
SHA1: | 434f66cb96d4c9401a9a70ca5a62637f574cd88f |
SHA256: | 5b8c88915649bd03a4a7a2dfda7c26c32fd331233d72548ebbae028ea854b093 |
Operating systems: | Windows 10 |
Extension: | MUI |
If an error occurred or the following message in Polish language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.
id | Polish | English |
---|---|---|
1 | InstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: : Where and are separated by a colon (:), and where must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between and . is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the set to CIM. |
InstanceID is an optional property that may be used to opaquely and uniquely identify an instance of this class within the scope of the instantiating Namespace. Various subclasses of this class may override this property to make it required, or a key. Such subclasses may also modify the preferred algorithms for ensuring uniqueness that are defined below. To ensure uniqueness within the NameSpace, the value of InstanceID should be constructed using the following "preferred" algorithm: : Where and are separated by a colon (:), and where must include a copyrighted, trademarked, or otherwise unique name that is owned by the business entity that is creating or defining the InstanceID or that is a registered ID assigned to the business entity by a recognized global authority. (This requirement is similar to the _ structure of Schema class names.) In addition, to ensure uniqueness, must not contain a colon (:). When using this algorithm, the first colon to appear in InstanceID must appear between and . is chosen by the business entity and should not be reused to identify different underlying (real-world) elements. If not null and the above "preferred" algorithm is not used, the defining entity must assure that the resulting InstanceID is not reused across any InstanceIDs produced by this or other providers for the NameSpace of this instance. If not set to null for DMTF-defined instances, the "preferred" algorithm must be used with the set to CIM. |
2 | The Caption property is a short textual description (one- line string) of the object. | The Caption property is a short textual description (one- line string) of the object. |
3 | The Description property provides a textual description of the object. | The Description property provides a textual description of the object. |
4 | A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class. |
A user-friendly name for the object. This property allows each instance to define a user-friendly name in addition to its key properties, identity data, and description information. Note that the Name property of ManagedSystemElement is also defined as a user-friendly name. But, it is often subclassed to be a Key. It is not reasonable that the same property can convey both identity and a user-friendly name, without inconsistencies. Where Name exists and is not a Key (such as for instances of LogicalDevice), the same information can be present in both the Name and ElementName properties. Note that if there is an associated instance of CIM_EnabledLogicalElementCapabilities, restrictions on this properties may exist as defined in ElementNameMask and MaxElementNameLen properties defined in that class. |
5 | 2.19.0 | 2.19.0 |
6 | ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. | ManagedElement is an abstract class that provides a common superclass (or top of the inheritance tree) for the non-association classes in the CIM Schema. |
7 | A datetime value that indicates when the object was installed. Lack of a value does not indicate that the object is not installed. | A datetime value that indicates when the object was installed. Lack of a value does not indicate that the object is not installed. |
8 | The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. | The Name property defines the label by which the object is known. When subclassed, the Name property can be overridden to be a Key property. |
9 | Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration\'s values are self-explanatory. However, a few are not and are described here in more detail. "Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on. "Predictive Failure" indicates that an element is functioning nominally but predicting a failure in the near future. "In Service" describes an element being configured, maintained, cleaned, or otherwise administered. "No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. "Lost Communication" indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable. "Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. "Dormant" indicates that the element is inactive or quiesced. "Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. "Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). "Power Mode" indicates that the element has additional power model information contained in the Associated PowerManagementService association. OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today\'s environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element. |
Indicates the current statuses of the element. Various operational statuses are defined. Many of the enumeration\'s values are self-explanatory. However, a few are not and are described here in more detail. "Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on. "Predictive Failure" indicates that an element is functioning nominally but predicting a failure in the near future. "In Service" describes an element being configured, maintained, cleaned, or otherwise administered. "No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. "Lost Communication" indicates that the ManagedSystem Element is known to exist and has been contacted successfully in the past, but is currently unreachable. "Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. "Dormant" indicates that the element is inactive or quiesced. "Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. "Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). "Power Mode" indicates that the element has additional power model information contained in the Associated PowerManagementService association. OperationalStatus replaces the Status property on ManagedSystemElement to provide a consistent approach to enumerations, to address implementation needs for an array property, and to provide a migration path from today\'s environment to the future. This change was not made earlier because it required the deprecated qualifier. Due to the widespread use of the existing Status property in management applications, it is strongly recommended that providers or instrumentation provide both the Status and OperationalStatus properties. Further, the first value of OperationalStatus should contain the primary status for the element. When instrumented, Status (because it is single-valued) should also provide the primary status of the element. |
10 | Unknown | Unknown |
11 | Other | Other |
12 | OK | OK |
13 | Degraded | Degraded |
14 | Stressed | Stressed |
15 | Predictive Failure | Predictive Failure |
16 | Error | Error |
17 | Non-Recoverable Error | Non-Recoverable Error |
18 | Starting | Starting |
19 | Stopping | Stopping |
20 | Stopped | Stopped |
21 | In Service | In Service |
22 | No Contact | No Contact |
23 | Lost Communication | Lost Communication |
24 | Aborted | Aborted |
25 | Dormant | Dormant |
26 | Supporting Entity in Error | Supporting Entity in Error |
27 | Completed | Completed |
28 | Power Mode | Power Mode |
29 | DMTF Reserved | DMTF Reserved |
30 | Vendor Reserved | Vendor Reserved |
31 | Strings describing the various OperationalStatus array values. For example, if "Stopping" is the value assigned to OperationalStatus, then this property may contain an explanation as to why an object is being stopped. Note that entries in this array are correlated with those at the same array index in OperationalStatus. | Strings describing the various OperationalStatus array values. For example, if "Stopping" is the value assigned to OperationalStatus, then this property may contain an explanation as to why an object is being stopped. Note that entries in this array are correlated with those at the same array index in OperationalStatus. |
32 | A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for 3 reasons: 1) Status is more correctly defined as an array. This definition overcomes the limitation of describing status using a single value, when it is really a multi-valued property (for example, an element might be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. |
A string indicating the current status of the object. Various operational and non-operational statuses are defined. This property is deprecated in lieu of OperationalStatus, which includes the same semantics in its enumeration. This change is made for 3 reasons: 1) Status is more correctly defined as an array. This definition overcomes the limitation of describing status using a single value, when it is really a multi-valued property (for example, an element might be OK AND Stopped. 2) A MaxLen of 10 is too restrictive and leads to unclear enumerated values. 3) The change to a uint16 data type was discussed when CIM V2.0 was defined. However, existing V1.0 implementations used the string property and did not want to modify their code. Therefore, Status was grandfathered into the Schema. Use of the deprecated qualifier allows the maintenance of the existing property, but also permits an improved definition using OperationalStatus. |
33 | Indicates the current health of the element. This attribute expresses the health of this element but not necessarily that of its subcomponents. The possible values are 0 to 30, where 5 means the element is entirely healthy and 30 means the element is completely non-functional. The following continuum is defined: "Non-recoverable Error" (30) - The element has completely failed, and recovery is not possible. All functionality provided by this element has been lost. "Critical Failure" (25) - The element is non-functional and recovery might not be possible. "Major Failure" (20) - The element is failing. It is possible that some or all of the functionality of this component is degraded or not working. "Minor Failure" (15) - All functionality is available but some might be degraded. "Degraded/Warning" (10) - The element is in working order and all functionality is provided. However, the element is not working to the best of its abilities. For example, the element might not be operating at optimal performance or it might be reporting recoverable errors. "OK" (5) - The element is fully functional and is operating within normal operational parameters and without error. "Unknown" (0) - The implementation cannot report on HealthState at this time. DMTF has reserved the unused portion of the continuum for additional HealthStates in the future. |
Indicates the current health of the element. This attribute expresses the health of this element but not necessarily that of its subcomponents. The possible values are 0 to 30, where 5 means the element is entirely healthy and 30 means the element is completely non-functional. The following continuum is defined: "Non-recoverable Error" (30) - The element has completely failed, and recovery is not possible. All functionality provided by this element has been lost. "Critical Failure" (25) - The element is non-functional and recovery might not be possible. "Major Failure" (20) - The element is failing. It is possible that some or all of the functionality of this component is degraded or not working. "Minor Failure" (15) - All functionality is available but some might be degraded. "Degraded/Warning" (10) - The element is in working order and all functionality is provided. However, the element is not working to the best of its abilities. For example, the element might not be operating at optimal performance or it might be reporting recoverable errors. "OK" (5) - The element is fully functional and is operating within normal operational parameters and without error. "Unknown" (0) - The implementation cannot report on HealthState at this time. DMTF has reserved the unused portion of the continuum for additional HealthStates in the future. |
34 | Degraded/Warning | Degraded/Warning |
35 | Minor failure | Minor failure |
36 | Major failure | Major failure |
37 | Critical failure | Critical failure |
38 | Non-recoverable error | Non-recoverable error |
39 | CommunicationStatus indicates the ability of the instrumentation to communicate with the underlying ManagedElement. CommunicationStatus consists of one of the following values: Unknown, None, Communication OK, Lost Communication, or No Contact. A Null return indicates the implementation (provider) does not implement this property. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "Communication OK " indicates communication is established with the element, but does not convey any quality of service. "No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. "Lost Communication" indicates that the Managed Element is known to exist and has been contacted successfully in the past, but is currently unreachable. |
CommunicationStatus indicates the ability of the instrumentation to communicate with the underlying ManagedElement. CommunicationStatus consists of one of the following values: Unknown, None, Communication OK, Lost Communication, or No Contact. A Null return indicates the implementation (provider) does not implement this property. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "Communication OK " indicates communication is established with the element, but does not convey any quality of service. "No Contact" indicates that the monitoring system has knowledge of this element, but has never been able to establish communications with it. "Lost Communication" indicates that the Managed Element is known to exist and has been contacted successfully in the past, but is currently unreachable. |
40 | Not Available | Not Available |
41 | Communication OK | Communication OK |
42 | DetailedStatus compliments PrimaryStatus with additional status detail. It consists of one of the following values: Not Available, No Additional Information, Stressed, Predictive Failure, Error, Non-Recoverable Error, SupportingEntityInError. Detailed status is used to expand upon the PrimaryStatus of the element. A Null return indicates the implementation (provider) does not implement this property. "Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "No Additional Information" indicates that the element is functioning normally as indicated by PrimaryStatus = "OK". "Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on. "Predictive Failure" indicates that an element is functioning normally but a failure is predicted in the near future. "Non-Recoverable Error " indicates that this element is in an error condition that requires human intervention. "Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. |
DetailedStatus compliments PrimaryStatus with additional status detail. It consists of one of the following values: Not Available, No Additional Information, Stressed, Predictive Failure, Error, Non-Recoverable Error, SupportingEntityInError. Detailed status is used to expand upon the PrimaryStatus of the element. A Null return indicates the implementation (provider) does not implement this property. "Not Available" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "No Additional Information" indicates that the element is functioning normally as indicated by PrimaryStatus = "OK". "Stressed" indicates that the element is functioning, but needs attention. Examples of "Stressed" states are overload, overheated, and so on. "Predictive Failure" indicates that an element is functioning normally but a failure is predicted in the near future. "Non-Recoverable Error " indicates that this element is in an error condition that requires human intervention. "Supporting Entity in Error" indicates that this element might be "OK" but that another element, on which it is dependent, is in error. An example is a network service or endpoint that cannot function due to lower-layer networking problems. |
43 | No Additional Information | No Additional Information |
44 | OperatingStatus provides a current status value for the operational condition of the element and can be used for providing more detail with respect to the value of EnabledState. It can also provide the transitional states when an element is transitioning from one state to another, such as when an element is transitioning between EnabledState and RequestedState, as well as other transitional conditions. OperatingStatus consists of one of the following values: Unknown, Not Available, In Service, Starting, Stopping, Stopped, Aborted, Dormant, Completed, Migrating, Emmigrating, Immigrating, Snapshotting. Shutting Down, In Test A Null return indicates the implementation (provider) does not implement this property. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "None" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "Servicing" describes an element being configured, maintained, cleaned, or otherwise administered. "Starting" describes an element being initialized. "Stopping" describes an element being brought to an orderly stop. "Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. "Dormant" indicates that the element is inactive or quiesced. "Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded in the PrimaryStatus so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). "Migrating" element is being moved between host elements. "Immigrating" element is being moved to new host element. "Emigrating" element is being moved away from host element. "Shutting Down" describes an element being brought to an abrupt stop. "In Test" element is performing test functions. "Transitioning" describes an element that is between states, that is, it is not fully available in either its previous state or its next state. This value should be used if other values indicating a transition to a specific state are not applicable. "In Service" describes an element that is in service and operational. |
OperatingStatus provides a current status value for the operational condition of the element and can be used for providing more detail with respect to the value of EnabledState. It can also provide the transitional states when an element is transitioning from one state to another, such as when an element is transitioning between EnabledState and RequestedState, as well as other transitional conditions. OperatingStatus consists of one of the following values: Unknown, Not Available, In Service, Starting, Stopping, Stopped, Aborted, Dormant, Completed, Migrating, Emmigrating, Immigrating, Snapshotting. Shutting Down, In Test A Null return indicates the implementation (provider) does not implement this property. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "None" indicates that the implementation (provider) is capable of returning a value for this property, but not ever for this particular piece of hardware/software or the property is intentionally not used because it adds no meaningful information (as in the case of a property that is intended to add additional info to another property). "Servicing" describes an element being configured, maintained, cleaned, or otherwise administered. "Starting" describes an element being initialized. "Stopping" describes an element being brought to an orderly stop. "Stopped" and "Aborted" are similar, although the former implies a clean and orderly stop, while the latter implies an abrupt stop where the state and configuration of the element might need to be updated. "Dormant" indicates that the element is inactive or quiesced. "Completed" indicates that the element has completed its operation. This value should be combined with either OK, Error, or Degraded in the PrimaryStatus so that a client can tell if the complete operation Completed with OK (passed), Completed with Error (failed), or Completed with Degraded (the operation finished, but it did not complete OK or did not report an error). "Migrating" element is being moved between host elements. "Immigrating" element is being moved to new host element. "Emigrating" element is being moved away from host element. "Shutting Down" describes an element being brought to an abrupt stop. "In Test" element is performing test functions. "Transitioning" describes an element that is between states, that is, it is not fully available in either its previous state or its next state. This value should be used if other values indicating a transition to a specific state are not applicable. "In Service" describes an element that is in service and operational. |
45 | Servicing | Servicing |
46 | Migrating | Migrating |
47 | Emigrating | Emigrating |
48 | Immigrating | Immigrating |
49 | Snapshotting | Snapshotting |
50 | Shutting Down | Shutting Down |
51 | In Test | In Test |
52 | Transitioning | Transitioning |
53 | PrimaryStatus provides a high level status value, intended to align with Red-Yellow-Green type representation of status. It should be used in conjunction with DetailedStatus to provide high level and detailed health status of the ManagedElement and its subcomponents. PrimaryStatus consists of one of the following values: Unknown, OK, Degraded or Error. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "OK" indicates the ManagedElement is functioning normally. "Degraded" indicates the ManagedElement is functioning below normal. "Error" indicates the ManagedElement is in an Error condition. |
PrimaryStatus provides a high level status value, intended to align with Red-Yellow-Green type representation of status. It should be used in conjunction with DetailedStatus to provide high level and detailed health status of the ManagedElement and its subcomponents. PrimaryStatus consists of one of the following values: Unknown, OK, Degraded or Error. "Unknown" indicates the implementation is in general capable of returning this property, but is unable to do so at this time. "OK" indicates the ManagedElement is functioning normally. "Degraded" indicates the ManagedElement is functioning below normal. "Error" indicates the ManagedElement is in an Error condition. |
54 | CIM_ManagedSystemElement is the base class for the System Element hierarchy. Any distinguishable component of a System is a candidate for inclusion in this class. Examples of system components include: - software components such as application servers, databases, and applications - operating system components such as files, processes, and threads - device components such as disk drives, controllers, processors, and printers - physical components such as chips and cards. |
CIM_ManagedSystemElement is the base class for the System Element hierarchy. Any distinguishable component of a System is a candidate for inclusion in this class. Examples of system components include: - software components such as application servers, databases, and applications - operating system components such as files, processes, and threads - device components such as disk drives, controllers, processors, and printers - physical components such as chips and cards. |
55 | 2.22.0 | 2.22.0 |
56 | The name of this printer. | The name of this printer. |
57 | The name of the server which this printer resides on. | The name of the server which this printer resides on. |
58 | The name under which this printer is shared. | The name under which this printer is shared. |
59 | The name of the port associated with this printer. | The name of the port associated with this printer. |
60 | The name of the printer driver associated with this printer. | The name of the printer driver associated with this printer. |
61 | A textual description of the physical location of the printer. | A textual description of the physical location of the printer. |
62 | A textual comment describing the printer. | A textual comment describing the printer. |
63 | Path to a file containing PDL for a separator page. | Path to a file containing PDL for a separator page. |
64 | The name of the print processor for this device. | The name of the print processor for this device. |
65 | The data type the printer will use to record print jobs. | The data type the printer will use to record print jobs. |
66 | Indicates whether this printer is currently shared. | Indicates whether this printer is currently shared. |
67 | Indicates whether this printer has been published to the Active Directory. | Indicates whether this printer has been published to the Active Directory. |
68 | The SDDL representation of the permissions set on this printer. | The SDDL representation of the permissions set on this printer. |
69 | Describes the rendering mode for connections made to this printer. | Describes the rendering mode for connections made to this printer. |
70 | The priority of this printer when scheduling print jobs. | The priority of this printer when scheduling print jobs. |
71 | The default job priority for jobs printed to this printer. | The default job priority for jobs printed to this printer. |
72 | The earliest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). | The earliest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). |
73 | The latest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). | The latest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). |
74 | The status of the printer device. | The status of the printer device. |
75 | Paused | Paused |
76 | Pending Deletion | Pending Deletion |
77 | Paper Jam | Paper Jam |
78 | Paper Out | Paper Out |
79 | Manual Feed | Manual Feed |
80 | Paper Problem | Paper Problem |
81 | Offline | Offline |
82 | IO Active | IO Active |
83 | Busy | Busy |
84 | Printing | Printing |
85 | Output Bin Full | Output Bin Full |
86 | Waiting | Waiting |
87 | Processing | Processing |
88 | Initializing | Initializing |
89 | Warming Up | Warming Up |
90 | Toner Low | Toner Low |
91 | No Toner | No Toner |
92 | Page Punt | Page Punt |
93 | User Intervention | User Intervention |
94 | Out Of Memory | Out Of Memory |
95 | Door Open | Door Open |
96 | Server Unknown | Server Unknown |
97 | Power Save | Power Save |
98 | Server Offline | Server Offline |
99 | Driver Update Needed | Driver Update Needed |
100 | The number of currently queued print jobs for this printer. | The number of currently queued print jobs for this printer. |
101 | Specifies whether print jobs in the queue should be kept after they are printed. | Specifies whether print jobs in the queue should be kept after they are printed. |
102 | Indicates the type of this queue (Connection or Local queue). | Indicates the type of this queue (Connection or Local queue). |
103 | Adds a new connection to a shared print queue. | Adds a new connection to a shared print queue. |
104 | Specifies the name of the shared queue. | Specifies the name of the shared queue. |
105 | Adds a new printer to the specified server using an existing printer port. | Adds a new printer to the specified server using an existing printer port. |
106 | Specifies the printer comment. | Specifies the printer comment. |
107 | Specifies the data type the printer will use to record print jobs | Specifies the data type the printer will use to record print jobs |
108 | Specifies the name of the print driver to be associated with the printer. | Specifies the name of the print driver to be associated with the printer. |
109 | Specifies the latest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). | Specifies the latest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). |
110 | Specifies whether printer jobs in the queue should be kept after spooling. | Specifies whether printer jobs in the queue should be kept after spooling. |
111 | Specifies the location of the printer. | Specifies the location of the printer. |
112 | Specifies the name of the printer to be added. | Specifies the name of the printer to be added. |
113 | Specifies the permissions for the printer as an SDDL string. | Specifies the permissions for the printer as an SDDL string. |
114 | Specifies the name of the port used or created for the printer. | Specifies the name of the port used or created for the printer. |
115 | Specifies the name of the print processor used by the printer. | Specifies the name of the print processor used by the printer. |
116 | Specifies relative queue priority. | Specifies relative queue priority. |
117 | Specifies whether to publish the printer in the AD. | Specifies whether to publish the printer in the AD. |
118 | Specifies the Rendering mode for the printer: SSR, CSR, or Branch Office Direct Printing. | Specifies the Rendering mode for the printer: SSR, CSR, or Branch Office Direct Printing. |
119 | Specifies the path to a file containing PDL for a separator page. | Specifies the path to a file containing PDL for a separator page. |
120 | Specifies the name of the computer that the printer will be added to. | Specifies the name of the computer that the printer will be added to. |
121 | Specifies the share name for this printer. | Specifies the share name for this printer. |
122 | Specifies whether this printer will be shared. | Specifies whether this printer will be shared. |
123 | Specifies the earliest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). | Specifies the earliest time at which the printer will print a job, expressed as minutes elapsed since 12:00 AM GMT (Greenwich Mean Time). |
124 | Adds a new printer to the specified server using a new WSD printer port. | Adds a new printer to the specified server using a new WSD printer port. |
125 | Device URL for directed discovery used for a WSD port | Device URL for directed discovery used for a WSD port |
126 | Multicast UUID for device detection for the WSD Port | Multicast UUID for device detection for the WSD Port |
127 | Specifies whether to publish the printer in the A.D | Specifies whether to publish the printer in the A.D |
128 | Renames the specified printer. | Renames the specified printer. |
129 | The name of the printer to be renamed | The name of the printer to be renamed |
130 | The new name for the printer. | The new name for the printer. |
131 | The name of the server this printer resides on. | The name of the server this printer resides on. |
132 | Renames the specified printer | Renames the specified printer |
133 | An MSFT_Printer instance specifying the printer to be renamed. | An MSFT_Printer instance specifying the printer to be renamed. |
134 | Represents a print queue and its associated settings. | Represents a print queue and its associated settings. |
135 | 1.0 | 1.0 |
136 | The printer this configuration is associated with. | The printer this configuration is associated with. |
137 | The name of the server the printer resides on. | The name of the server the printer resides on. |
138 | The Print Ticket XML defining default print settings for this device. | The Print Ticket XML defining default print settings for this device. |
139 | The Print Capabilities XML defining print capabilities for this device. | The Print Capabilities XML defining print capabilities for this device. |
140 | Represents the duplexing mode of the printer. | Represents the duplexing mode of the printer. |
141 | Indicates if collating is enabled/disabled. | Indicates if collating is enabled/disabled. |
142 | Represents whether the printer should use color. | Represents whether the printer should use color. |
143 | Indicates the selected paper size. | Indicates the selected paper size. |
144 | Retrieves the configuration information for a Printer. | Retrieves the configuration information for a Printer. |
145 | The server on which the printer is located. | The server on which the printer is located. |
146 | The name of the printer for which to retrieve printer configuration. | The name of the printer for which to retrieve printer configuration. |
147 | The returned configuration of the requested printer. | The returned configuration of the requested printer. |
148 | The printer for which to retrieve printer configuration. | The printer for which to retrieve printer configuration. |
149 | Sets configuration information for a printer | Sets configuration information for a printer |
150 | Specifies whether to collate this printer's output by default. | Specifies whether to collate this printer's output by default. |
151 | Specifies whether the printer should use color. | Specifies whether the printer should use color. |
152 | Specifies the duplexing mode the printer should use by default. | Specifies the duplexing mode the printer should use by default. |
153 | Specifies the paper size the printer should use by default. | Specifies the paper size the printer should use by default. |
154 | Specifies the print ticket XML defining default print settings for this printer. | Specifies the print ticket XML defining default print settings for this printer. |
155 | Specifies the server on which the printer is located. | Specifies the server on which the printer is located. |
156 | Specifies the printer for which to set configuration information. | Specifies the printer for which to set configuration information. |
157 | Specifies a printer object for which to change configuration settings. | Specifies a printer object for which to change configuration settings. |
158 | Sets configuration information for a printer. | Sets configuration information for a printer. |
159 | Specifies the printer configuration settings to set. | Specifies the printer configuration settings to set. |
160 | Encapsulates configuration information for a printer. | Encapsulates configuration information for a printer. |
161 | The job ID for this job. | The job ID for this job. |
162 | The server associated with this job. | The server associated with this job. |
163 | The printer associated with this job. | The printer associated with this job. |
164 | The user who submitted this job. | The user who submitted this job. |
165 | The name of this job. | The name of this job. |
166 | The datatype of this job. | The datatype of this job. |
167 | The priority of this job. | The priority of this job. |
168 | The position of this job in the print queue. | The position of this job in the print queue. |
169 | The time of this job’s submission. | The time of this job’s submission. |
170 | The size (in bytes) of this job. | The size (in bytes) of this job. |
171 | The time (in milliseconds) spent processing this job. | The time (in milliseconds) spent processing this job. |
172 | The number of pages printed in this job. | The number of pages printed in this job. |
173 | The number of pages total in this job. | The number of pages total in this job. |
174 | The status of this job. | The status of this job. |
175 | Deleting | Deleting |
176 | Spooling | Spooling |
177 | Printed | Printed |
178 | Deleted | Deleted |
179 | Blocked | Blocked |
180 | Restart | Restart |
181 | Complete | Complete |
182 | Retained | Retained |
183 | Rendering Locally | Rendering Locally |
184 | Returns the print jobs in a given print queue. | Returns the print jobs in a given print queue. |
185 | Specifies the name of the server. | Specifies the name of the server. |
186 | Specifies the ID of the job to get. | Specifies the ID of the job to get. |
187 | Specifies the name of the printer that will be used. | Specifies the name of the printer that will be used. |
188 | The returned print job. | The returned print job. |
189 | Return the print jobs in a given print queue | Return the print jobs in a given print queue |
190 | Specifies the printer that will be used. | Specifies the printer that will be used. |
191 | Deletes a printjob from a given queue. | Deletes a printjob from a given queue. |
192 | Specifies the print job to delete. | Specifies the print job to delete. |
193 | Deletes a print job from a given queue. | Deletes a print job from a given queue. |
194 | Specifies the name of the server on which the job resides. | Specifies the name of the server on which the job resides. |
195 | Specifies the ID of the print job to delete. | Specifies the ID of the print job to delete. |
196 | Specifies the name of the print queue to delete the job from. | Specifies the name of the print queue to delete the job from. |
197 | Specifies the ID of a print job to delete. | Specifies the ID of a print job to delete. |
198 | Specifies the print queue to delete the job from. | Specifies the print queue to delete the job from. |
199 | Restarts a print job in a print queue. | Restarts a print job in a print queue. |
200 | Specifies the print job to restart. | Specifies the print job to restart. |
201 | Specifies the ID of the print job to restart. | Specifies the ID of the print job to restart. |
202 | Specifies the name of the print queue to restart the job on. | Specifies the name of the print queue to restart the job on. |
203 | Specifies the ID of a print job to restart. | Specifies the ID of a print job to restart. |
204 | The resume-printjob cmdlet will resume a print job | The resume-printjob cmdlet will resume a print job |
205 | Specifies the print job to resume. | Specifies the print job to resume. |
206 | Resumes a paused print job | Resumes a paused print job |
207 | Specifies the name of the server used. | Specifies the name of the server used. |
208 | Specifies the ID of the print job to resume. | Specifies the ID of the print job to resume. |
209 | Specifies a printer name. | Specifies a printer name. |
210 | Pauses a print job in a print queue. | Pauses a print job in a print queue. |
211 | Specifies the print job to be paused. | Specifies the print job to be paused. |
212 | Specifies the ID of the print job to suspend. | Specifies the ID of the print job to suspend. |
213 | Specifies the name of the print queue to suspend the job on. | Specifies the name of the print queue to suspend the job on. |
214 | Specifies the ID of the print job to be paused. | Specifies the ID of the print job to be paused. |
215 | Represents a Print Job on a print queue | Represents a Print Job on a print queue |
216 | The name of this driver. | The name of this driver. |
217 | The server this driver is installed on. | The server this driver is installed on. |
218 | The environment of this driver. | The environment of this driver. |
219 | The path to this driver in the driver store. | The path to this driver in the driver store. |
220 | The data file for this driver. | The data file for this driver. |
221 | The config file for this driver. | The config file for this driver. |
222 | The help file for this driver. | The help file for this driver. |
223 | The dependent files for this driver. | The dependent files for this driver. |
224 | The name of the language monitor for this driver. | The name of the language monitor for this driver. |
225 | The default datatype for this driver. | The default datatype for this driver. |
226 | The timestamp for this driver. | The timestamp for this driver. |
227 | The major version of this driver (e.g. 3 or 4). | The major version of this driver (e.g. 3 or 4). |
228 | The driver-specific version of this driver. | The driver-specific version of this driver. |
229 | The manufacturer of this driver. | The manufacturer of this driver. |
230 | The URL of the manufacturer of this driver. | The URL of the manufacturer of this driver. |
231 | The hardware ID of this driver. | The hardware ID of this driver. |
232 | The print provider needed for this driver. | The print provider needed for this driver. |
233 | The print processor needed for this driver. | The print processor needed for this driver. |
234 | The vendor’s setup dll and entrypoint for this driver. | The vendor’s setup dll and entrypoint for this driver. |
235 | Any color profiles associated with this driver. | Any color profiles associated with this driver. |
236 | Path to this driver’s INF file in the driver store. | Path to this driver’s INF file in the driver store. |
237 | Indicates whether this driver is package-aware. | Indicates whether this driver is package-aware. |
238 | A list of core printer drivers this driver depends on. | A list of core printer drivers this driver depends on. |
239 | A list previous driver names that are compatible with this driver. | A list previous driver names that are compatible with this driver. |
240 | Installs a print driver into the print server's driver store. | Installs a print driver into the print server's driver store. |
241 | The name for the driver. | The name for the driver. |
242 | The path to the driver's INF file. | The path to the driver's INF file. |
243 | The environment for the server. | The environment for the server. |
244 | The name of the server that the printer driver will be added to. | The name of the server that the printer driver will be added to. |
245 | Represents a printer driver | Represents a printer driver |
246 | The description of this port. | The description of this port. |
247 | The name of this port. | The name of this port. |
248 | The name of the port monitor for this port. | The name of the port monitor for this port. |
249 | The name of the server this port resides on. | The name of the server this port resides on. |
250 | Base class for printer ports. | Base class for printer ports. |
251 | Creates a new local printer port on a given server | Creates a new local printer port on a given server |
252 | The name of the server that the printer port will be added to. | The name of the server that the printer port will be added to. |
253 | The name of the port. | The name of the port. |
254 | Creates a new LPR printer port on a given server | Creates a new LPR printer port on a given server |
255 | The name of the server hosting the LPR device. | The name of the server hosting the LPR device. |
256 | The LPR name of the printer. | The LPR name of the printer. |
257 | Creates a new TCP/IP printer port on a given server in TCP mode. | Creates a new TCP/IP printer port on a given server in TCP mode. |
258 | The TCP/IP port number. Defaults to 9100. | The TCP/IP port number. Defaults to 9100. |
259 | The host address of the tcp port. | The host address of the tcp port. |
260 | Enables SNMP and specifies the index. | Enables SNMP and specifies the index. |
261 | The SNMP Community Name. Must be specified if SNMP is enabled. | The SNMP Community Name. Must be specified if SNMP is enabled. |
262 | Creates a new TCP/IP printer port on a given server in LPR mode. | Creates a new TCP/IP printer port on a given server in LPR mode. |
263 | Specifies the name of the server that the printer port will be added to. | Specifies the name of the server that the printer port will be added to. |
264 | Enables LPR Byte Counting. | Enables LPR Byte Counting. |
265 | The host address of the LPR port. | The host address of the LPR port. |
266 | The LPR queue name. | The LPR queue name. |
267 | The TCP/IP port number. Defaults to 515. | The TCP/IP port number. Defaults to 515. |
268 | Provides static methods for adding ports. | Provides static methods for adding ports. |
269 | Represents a local printer port. | Represents a local printer port. |
270 | The host address or IP of this port. | The host address or IP of this port. |
271 | The host IP address of this port. | The host IP address of this port. |
272 | The TCP/IP port address of this port. | The TCP/IP port address of this port. |
273 | The SNMP Community for this port. | The SNMP Community for this port. |
274 | The SNMP index for this port. | The SNMP index for this port. |
275 | Specifies whether SNMP is enabled for this port. | Specifies whether SNMP is enabled for this port. |
276 | The protocol (RAW or LPR) for this port. | The protocol (RAW or LPR) for this port. |
277 | The LPR Queue name for this port when configured for the LPR protocol. | The LPR Queue name for this port when configured for the LPR protocol. |
278 | Specifies whether LPR byte counting is enabled for this port when configured for the LPR protocol. | Specifies whether LPR byte counting is enabled for this port when configured for the LPR protocol. |
279 | Represents a TCP/IP printer port | Represents a TCP/IP printer port |
280 | The discovery method for this port (Multicast or Directed). | The discovery method for this port (Multicast or Directed). |
281 | The UUID of this device (when discovered via Multicast). | The UUID of this device (when discovered via Multicast). |
282 | The URL of this device (when discovered via Directed discovery). | The URL of this device (when discovered via Directed discovery). |
283 | Represents a WSD printer port | Represents a WSD printer port |
284 | The server hosting the LPR printer. | The server hosting the LPR printer. |
285 | The printer this LPR port points to. | The printer this LPR port points to. |
286 | Represents an LPR printer port | Represents an LPR printer port |
287 | The name of the printer this property belongs to. | The name of the printer this property belongs to. |
288 | The name of the property set on the printer. | The name of the property set on the printer. |
289 | The type (boolean, integer or string) of the property. | The type (boolean, integer or string) of the property. |
290 | The value of the property. | The value of the property. |
291 | Sets properties on the specified printer | Sets properties on the specified printer |
292 | Specifies the printer for which to set properties. | Specifies the printer for which to set properties. |
293 | Specifies the property to modify. | Specifies the property to modify. |
294 | Specifies the new property value. | Specifies the new property value. |
295 | Sets properties via an MSFT_PrinterProperty object | Sets properties via an MSFT_PrinterProperty object |
296 | Specifies the property to set. | Specifies the property to set. |
297 | Sets driver properties via an MSFT_Printer object | Sets driver properties via an MSFT_Printer object |
298 | Specifies a printer object to change the property on. | Specifies a printer object to change the property on. |
299 | Represents a driver property set on a print queue | Represents a driver property set on a print queue |
300 | UNC share paths for the printer. | UNC share paths for the printer. |
301 | WSD addresses for the printer. | WSD addresses for the printer. |
302 | Contains printer data for an NFC tag. | Contains printer data for an NFC tag. |
303 | Writes printer connection data to the next NFC tag tapped against the system\'s default NFC writer. | Writes printer connection data to the next NFC tag tapped against the system\'s default NFC writer. |
304 | Specifies one or more share paths (e.g. \printServer\shareName) to be written to the tag | Specifies one or more share paths (e.g. \printServer\shareName) to be written to the tag |
305 | Specifies one or more WSD host addresses to be written to the tag. | Specifies one or more WSD host addresses to be written to the tag. |
306 | Specifies the printer to encode on the NFC tag, by NfcTag object (as returned from read-printernfctag) | Specifies the printer to encode on the NFC tag, by NfcTag object (as returned from read-printernfctag) |
307 | Reads printer connection data from the next NFC tag tapped against the system\'s default NFC reader. | Reads printer connection data from the next NFC tag tapped against the system\'s default NFC reader. |
308 | The returned NFC data. | The returned NFC data. |
309 | Exposes methods for reading and writing Printer NFC tags. | Exposes methods for reading and writing Printer NFC tags. |
310 | Specifies whether Branch Office Remote Logging is disabled for this printer. | Specifies whether Branch Office Remote Logging is disabled for this printer. |
311 | Specifies the maximum size (in MB) of the Branch Office Remote Offline Logging file for this printer. | Specifies the maximum size (in MB) of the Branch Office Remote Offline Logging file for this printer. |
312 | Indicates whether the tag is locked, preventing changes to the tag's contents. | Indicates whether the tag is locked, preventing changes to the tag's contents. |
313 | Specifies whether to lock the tag to prevent changes to the tag's contents. | Specifies whether to lock the tag to prevent changes to the tag's contents. |
314 | Represents a 3D print queue and its associated settings. | Represents a 3D print queue and its associated settings. |
317 | Indicates the type of this device (Standard or 3D Printer). | Indicates the type of this device (Standard or 3D Printer). |
318 | Describes the workflow application policy for connections made to this printer. | Describes the workflow application policy for connections made to this printer. |
319 | Specifies the workflow application policy for the printer: Uninitialized, Disabled, or Enabled. | Specifies the workflow application policy for the printer: Uninitialized, Disabled, or Enabled. |
1000 | Updating printer settings for %1 | Updating printer settings for %1 |
1001 | Deleting printer %1 | Deleting printer %1 |
1002 | Adding new printer %1 | Adding new printer %1 |
1003 | Adding new driver %1 | Adding new driver %1 |
1004 | Deleting driver %1 | Deleting driver %1 |
1005 | Adding new port %1 | Adding new port %1 |
1006 | Adding new port %1:%2 | Adding new port %1:%2 |
1007 | Deleting port %1 | Deleting port %1 |
1008 | Renaming printer %1 to %2 | Renaming printer %1 to %2 |
1009 | Updating print configuration for %1 | Updating print configuration for %1 |
1010 | Changing property %1 on printer %2 to %3 | Changing property %1 on printer %2 to %3 |
1011 | Please tap the NFC tag against your computer's NFC reader within the next 30 seconds to complete the write operation. | Please tap the NFC tag against your computer's NFC reader within the next 30 seconds to complete the write operation. |
1012 | Please tap the NFC tag against your computer's NFC reader within the next 30 seconds to complete the read operation. | Please tap the NFC tag against your computer's NFC reader within the next 30 seconds to complete the read operation. |
2001 | An error occurred while performing the specified operation. See the error details for more information. | An error occurred while performing the specified operation. See the error details for more information. |
2002 | An unspecified failure has occurred. | An unspecified failure has occurred. |
2003 | Access was denied to the specified resource. | Access was denied to the specified resource. |
2004 | The spooler service is not reachable. Ensure the spooler service is running. | The spooler service is not reachable. Ensure the spooler service is running. |
2005 | The specified server does not exist, or the server or printer name is invalid. Names may not contain ',' or '\' characters. | The specified server does not exist, or the server or printer name is invalid. Names may not contain ',' or '\' characters. |
2006 | The specified share name is invalid. Share names may not be empty or contain ',' '/' or '\' characters. | The specified share name is invalid. Share names may not be empty or contain ',' '/' or '\' characters. |
2007 | The specified separator file path is invalid. Ensure the separator file exists and is under %windir%\System32 or a path containing a 'SepFiles' folder. | The specified separator file path is invalid. Ensure the separator file exists and is under %windir%\System32 or a path containing a 'SepFiles' folder. |
2008 | One or more specified parameters for this operation has an invalid value. | One or more specified parameters for this operation has an invalid value. |
2009 | The specified driver does not exist in the driver store. | The specified driver does not exist in the driver store. |
2010 | The specified print processor is invalid. | The specified print processor is invalid. |
2011 | Alternate user credentials are required to access the specified resource. | Alternate user credentials are required to access the specified resource. |
2012 | The specified priority value is invalid. The value must be between 0 and 99. | The specified priority value is invalid. The value must be between 0 and 99. |
2100 | The specified printer already exists. | The specified printer already exists. |
2101 | The specified port does not exist. Use add-printerport to add a new port, or specify an existing port. | The specified port does not exist. Use add-printerport to add a new port, or specify an existing port. |
2102 | The specified driver does not exist. Use add-printerdriver to add a new driver, or specify an existing driver. | The specified driver does not exist. Use add-printerdriver to add a new driver, or specify an existing driver. |
2103 | Failed to add the specified WSD printer. Ensure that the device is turned on and has not already been added. | Failed to add the specified WSD printer. Ensure that the device is turned on and has not already been added. |
2104 | The specified WSD print device was not found. Ensure that the specified URL or UUID is correct, ensure the device is turned on, and ensure that network discovery is enabled. | The specified WSD print device was not found. Ensure that the specified URL or UUID is correct, ensure the device is turned on, and ensure that network discovery is enabled. |
2125 | The driver needed to connect to this print share cannot be retrieved from the server and must be manually installed. | The driver needed to connect to this print share cannot be retrieved from the server and must be manually installed. |
2150 | Printer connections cannot be deleted remotely using the ComputerName parameter. | Printer connections cannot be deleted remotely using the ComputerName parameter. |
2200 | Installation of the specified driver was blocked. | Installation of the specified driver was blocked. |
2201 | A core package file required by the specified driver was not found. | A core package file required by the specified driver was not found. |
2202 | The specified driver is already installed. | The specified driver is already installed. |
2203 | The specified driver environment is invalid. | The specified driver environment is invalid. |
2300 | The specified driver is in use by one or more printers. | The specified driver is in use by one or more printers. |
2400 | The specified port could not be added because the LPR Port Monitor has not been installed. | The specified port could not be added because the LPR Port Monitor has not been installed. |
2500 | The specified port already exists. | The specified port already exists. |
2600 | The specified port is in use by one or more printers. | The specified port is in use by one or more printers. |
2601 | The specified port is required by the system and cannot be removed. | The specified port is required by the system and cannot be removed. |
2700 | The specified job does not exist. | The specified job does not exist. |
2800 | The specified printer was not found. | The specified printer was not found. |
2801 | Could not access configuration information for the specified printer. | Could not access configuration information for the specified printer. |
2900 | The specified property value is invalid. | The specified property value is invalid. |
2901 | The specified property was not found. | The specified property was not found. |
2902 | The specified property is read-only. | The specified property is read-only. |
3000 | An NFC tag was not brought into range of the system's NFC reader. | An NFC tag was not brought into range of the system's NFC reader. |
3001 | The provided tag does not have sufficient capacity to hold the specified printer data. | The provided tag does not have sufficient capacity to hold the specified printer data. |
3002 | No NFC device was found on the system. | No NFC device was found on the system. |
3003 | The tag provided could not be read because it does not contain valid printer data. | The tag provided could not be read because it does not contain valid printer data. |
3004 | The provided printer tag data is invalid. | The provided printer tag data is invalid. |
3005 | The provided tag has been locked and cannot be rewritten. | The provided tag has been locked and cannot be rewritten. |
3006 | The tag could not be locked because this computer's NFC hardware does not support locking tags. | The tag could not be locked because this computer's NFC hardware does not support locking tags. |
File Description: | Print WMI Provider |
File Version: | 10.0.15063.0 (WinBuild.160101.0800) |
Company Name: | Microsoft Corporation |
Internal Name: | PrintManagementProvider.DLL |
Legal Copyright: | © Microsoft Corporation. All rights reserved. |
Original Filename: | PrintManagementProvider.DLL.MUI |
Product Name: | Microsoft® Windows® Operating System |
Product Version: | 10.0.15063.0 |
Translation: | 0x415, 1200 |