Microsoft.AD.PrinterActive Directory Printer

Microsoft.AD.Printer (ClassType)

Defines the basic properties of Active Directory printers

Element properties:

Base ClassSystem.Printer
AbstractFalse
HostedFalse
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementId585200cf-f43f-a335-8970-d596dd61405b

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive Default Value EnumType
System.Entity:
DisplayName  string  Display Name Display name of the object. false 4000  False     
System.ConfigItem:
ObjectStatus  enum  Object Status Object status false 256    System.ConfigItem.ObjectStatusEnum.Active  System.ConfigItem.ObjectStatusEnum 
AssetStatus  enum  Asset Status Asset status false 256      System.ConfigItem.AssetStatusEnum 
Notes  richtext  Notes Notes false 4000       
Microsoft.AD.Printer:
UNCName  string  UNC Name UNC Name true 1024  False     
ServerName  string  Server Name Server Name false 256  False     
ShortServerName  string  Short Server Name Short Server Name false 256  False     
PrinterName  string  Printer Name Printer Name false 256  False     
PrintNetworkAddress  string  Print Network Address Print Network Address false 2000  False     
PrintShareName  string  Print Share Name Print Share Name false 2000  False     
IsDeleted  bool  Is Deleted Is Deleted false 256       
DriverName  string  Driver Name Driver Name false 2000  False     
DriverVersion  string  Driver Version Driver Version false 256  False     
PrintMemory  string  Print Memory Print Memory false 256  False     
PrintCollate  string  Print Collate Print Collate false 256  False     
PrintOwner  string  Print Owner Print Owner false 2000  False     
AssetNumber  string  Asset Number Asset Number false 2000  False     
ManagedBy  string  Managed By Managed By false 256  False     
PrintDuplexSupported  string  Print Duplex Supported Print Duplex Supported false 256  False     
PrintColor  string  Print Color Print Color false 256  False     
PrintStaplingSupported  string  Print Stapling Supported Print Stapling Supported false 256  False     
VersionNumber  string  Version Number Version Number false 256  False     
Url  string  URL URL false 2000  False     
PrintMediaSupported  string  Print Media Supported Print Media Supported false 2000  False     
PrintRateUnit  string  Print Rate Unit Print Rate Unit false 2000  False     
PrintMaxXExtent  int  Print Max XExtent Print Max XExtent false 256       
PrintKeepPrintedJobs  string  Print Keep Printed Jobs Print Keep Printed Jobs false 256  False     
PrintRate  int  Print Rate Print Rate false 256       
PrintMediaReady  string  Print Media Ready Print Media Ready false 2000  False     
PrintPagesPerMinute  int  Print Pages Per Minute Print Pages Per Minute false 256       
PrintMaxResolutionSupported  int  Print Max Resolution Supported Print Max Resolution Supported false 256       
PrintBinNames  string  Print Bin Names Print Bin Names false 2000  False     
PrintMACAddress  string  Print MAC Address Print MAC Address false 2000  False     
PortName  string  Port Name Port Name false 2000  False     
PhysicalLocationObject  string  Physical Location Object Physical Location Object false 256  False     
Keywords  string  Keywords Keywords false 256  False     
PrintNotify  string  Print Notify Print Notify false 2000  False     
WWWHomePage  string  Web Page Web Page false 256  False     
WhenChanged  datetime  When Changed When Changed false 256       
ModifyTimeStamp  datetime  Modify Time Stamp Modify Time Stamp false 256       
Location  string  Location Location false 2000  False     
CanonicalName  string  Canonical Name Canonical Name false 256  False     
Fullname  string  Full Name Full Name false 256  False     
DistinguishedName  string  Distinguished Name Distinguished Name false 256  False     
Description  string  Description Description false 2000  False     
OrganizationalUnit  string  Organizational unit Organizational unit false 1024  False     

Health Model:

Source Code:

<ClassType ID="Microsoft.AD.Printer" Base="System!System.Printer" Abstract="false" Accessibility="Public" Hosted="false">
<Property ID="UNCName" Type="string" Key="true" MaxLength="1024"/>
<Property ID="ServerName" Type="string"/>
<Property ID="ShortServerName" Type="string"/>
<Property ID="PrinterName" Type="string"/>
<Property ID="PrintNetworkAddress" Type="string" MaxLength="2000"/>
<Property ID="PrintShareName" Type="string" MaxLength="2000"/>
<Property ID="IsDeleted" Type="bool"/>
<Property ID="DriverName" Type="string" MaxLength="2000"/>
<Property ID="DriverVersion" Type="string"/>
<Property ID="PrintMemory" Type="string"/>
<Property ID="PrintCollate" Type="string"/>
<Property ID="PrintOwner" Type="string" MaxLength="2000"/>
<Property ID="AssetNumber" Type="string" MaxLength="2000"/>
<Property ID="ManagedBy" Type="string"/>
<Property ID="PrintDuplexSupported" Type="string"/>
<Property ID="PrintColor" Type="string"/>
<Property ID="PrintStaplingSupported" Type="string"/>
<Property ID="VersionNumber" Type="string"/>
<Property ID="Url" Type="string" MaxLength="2000"/>
<Property ID="PrintMediaSupported" Type="string" MaxLength="2000"/>
<Property ID="PrintRateUnit" Type="string" MaxLength="2000"/>
<Property ID="PrintMaxXExtent" Type="int"/>
<Property ID="PrintKeepPrintedJobs" Type="string"/>
<Property ID="PrintRate" Type="int"/>
<Property ID="PrintMediaReady" Type="string" MaxLength="2000"/>
<Property ID="PrintPagesPerMinute" Type="int"/>
<Property ID="PrintMaxResolutionSupported" Type="int"/>
<Property ID="PrintBinNames" Type="string" MaxLength="2000"/>
<Property ID="PrintMACAddress" Type="string" MaxLength="2000"/>
<Property ID="PortName" Type="string" MaxLength="2000"/>
<Property ID="PhysicalLocationObject" Type="string"/>
<Property ID="Keywords" Type="string"/>
<Property ID="PrintNotify" Type="string" MaxLength="2000"/>
<Property ID="WWWHomePage" Type="string"/>
<Property ID="WhenChanged" Type="datetime"/>
<Property ID="ModifyTimeStamp" Type="datetime"/>
<Property ID="Location" Type="string" MaxLength="2000"/>
<Property ID="CanonicalName" Type="string"/>
<Property ID="Fullname" Type="string"/>
<Property ID="DistinguishedName" Type="string"/>
<Property ID="Description" Type="string" MaxLength="2000"/>
<Property ID="OrganizationalUnit" Type="string" MaxLength="1024"/>
</ClassType>