{"id":4407,"date":"2024-11-03T13:12:10","date_gmt":"2024-11-03T13:12:10","guid":{"rendered":"https:\/\/www.systools.in\/blog\/?p=4407"},"modified":"2024-11-04T12:00:41","modified_gmt":"2024-11-04T12:00:41","slug":"list-printer-in-active-directory","status":"publish","type":"post","link":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/","title":{"rendered":"List Printer in Active Directory &#038; Find Where Printers Are in AD"},"content":{"rendered":"<p>Despite so many digital developments, printers are still used in organizations across the globe. Which also true for companies that operate their own Active Directory. Therefore, having the ability to list printer in Active Directory is a tremendous asset for any admin who is responsible for infra management.<\/p>\n<div class=\"alert alert-info\"><strong>Table of Contents<\/strong><\/p>\n<ul>\n<li><a href=\"#why-list-printers-ad\"><strong>Why List Printers in AD?<\/strong><\/a><\/li>\n<li><a href=\"#printer-location-aduc\"><strong>Printers in ADUC Console<\/strong><\/a><\/li>\n<li><a href=\"#ad-admin-center-search\"><strong>AD Administrative Center Search<\/strong><\/a><\/li>\n<li><a href=\"#command-line-queries\"><strong>Command Line Queries<\/strong><\/a><\/li>\n<li><a href=\"#powershell-scripts\"><strong>Powershell Scripts<\/strong><\/a><\/li>\n<li><a href=\"#modern-approach\"><strong>Modern Approach<\/strong><\/a><\/li>\n<li><a href=\"#tool-based-listing\"><strong>Tool-Based Listing<\/strong><\/a><\/li>\n<li><a href=\"#conclusion\"><strong>Conclusion<\/strong><\/a><\/li>\n<li><a href=\"#faqs\"><strong>FAQs<\/strong><\/a><\/li>\n<\/ul>\n<\/div>\n<p>Printers are useful devices but can quickly rack up costs if left unsupervised. Additionally, in an organization that uses an AD, the printers are not under the direct vision of users or admin. The only way to communicate is via the network. So a regularly updated monitoring chart for printers becomes necessary.<\/p>\n<p>Moreover, during heavy demand, like an upcoming <a href=\"https:\/\/www.systools.in\/blog\/active-directory-cross-forest-migration\/\" target=\"_blank\" rel=\"noopener\">cross-forest AD migration<\/a>, peripheral devices (including printers) come under a lot of stress. Resulting in their downtime. So if admins have a premade list, or make a list of Printers that got modified\/were created recently it goes a long way in hardware resource management. Let&#8217;s address the reasons for forming such a list in more detail.<\/p>\n<h2 id=\"why-list-printers-ad\">Why do Admins Want to List Printers in Active Directory Anyway?<\/h2>\n<p>A multitude of reasons push admins to get AD Printer metadata some of the most common ones are described below:<br \/>\nInventory Management: Admins are often put in charge of the entire AD which means they also have to monitor all the underlying components as well.<\/p>\n<ul>\n<li>Availability Monitoring: This is done for the sole purpose of tracking printer devices that are connected to and disconnected from the AD network during a time period.<\/li>\n<li>Resource Count: It is only through the proper census of the number and types of printers that admins can estimate the cost to operate those machines.<\/li>\n<li>Troubleshooting Events: It is often the overwhelming barrage of user complaints that prompts an out-of-turn AD printer report generation.<\/li>\n<li>Granting Access: Printers in AD are accessed at the user level or computer level. With the latter superseding in permission level so if a user is part of an <a href=\"https:\/\/www.systools.in\/blog\/find-inactive-computers-in-active-directory\/\" target=\"_blank\" rel=\"noopener\">inactive computer in AD<\/a> they are unable to use the printer. Admins need proper documentation to make sure that this does not occur.<\/li>\n<\/ul>\n<p>Other scenarios like a scheduled audit, driver updates, and external app access require a list<br \/>\nof printers. Now that the reasons are out of the way let&#8217;s move towards the methods starting off with the most basic one.<\/p>\n<h2 id=\"printer-location-aduc\">Look Where are Printers Published in Active Directory via ADUC Console<\/h2>\n<p>There are two separate ways to look for printers in ADUC let&#8217;s go through them one by one<br \/>\nFirst,<\/p>\n<ul>\n<li>In ADUC<\/li>\n<li>Click Filter Icon<\/li>\n<li>Toggle \u201cShow only the following types of objects\u201d<\/li>\n<li>Mark the box next to the Printers<\/li>\n<li>Hit OK<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4665\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-aduc.webp\" alt=\"Use ADUC and Find Active Directory Printers\" width=\"909\" height=\"606\" \/><\/p>\n<p>Scan through the ADUC you will see that every object that is not a printer is hidden. This method is preferable when you know the OU\/Container how ever it contains multiple object types so by default, you only see the printers.<br \/>\nAs users may not want to manually click around the entire AD what they can do is use the Find option. To use it<\/p>\n<ul>\n<li>Press the Find Icon.<\/li>\n<li>Expand the Dropdown and select printers.<\/li>\n<li>Click Find Now<\/li>\n<\/ul>\n<p>You can refine your search by using names with wild cards in place of missing characters or by mentioning the type of printer. There is an option to filter based on the features present, and an advanced tab that contains many more options to choose from. Admins can add these filters to refine their search.\u00a0<b style=\"font-weight: normal;\"><\/b><\/p>\n<p>Once the search is complete, admins can export the Active Directory Printer list via the Export icon in the top toolbox of ADUC. Note that this is only available for filtered view. So if you use the search option, you have to manually copy the results. This is the major reason that the admin&#8217;s site for not using the default way.<\/p>\n<p>Moreover, if your AD for some reason doesn&#8217;t have a User and computer snap-in, you can use the ADAC in its place. The next section covers<\/p>\n<h3 id=\"ad-admin-center-search\">Use the AD Administrative Center Global Search Feature to Find Printers<\/h3>\n<p>Here are the instructions that you need to follow:<\/p>\n<ul>\n<li>Open ADAC<\/li>\n<li>Click on Global Search<\/li>\n<li>Convert the Search to LDAP<\/li>\n<li>Paste this query:<\/li>\n<\/ul>\n<pre>(objectCategory=printQueue)<b style=\"font-weight: normal;\"><\/b><\/pre>\n<p>Note: We have to take an indirect approach as Active Directory has no container \u201cPrinters\u201d.<b style=\"font-weight: normal;\"><\/b><\/p>\n<ul>\n<li>Hit Apply<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4664\" src=\"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-admin-center.webp\" alt=\"List Printer in AD via ADAC\" width=\"797\" height=\"312\" \/><\/li>\n<\/ul>\n<p>Every object that is in a printer queue should pop up. Like the search ADUC results, here too there is no option to export the results. However, one plus point is that you can select multiple objects at once. Still, the process remains largely manual. Technically gifted admins can bypass the limits of GUI with code-based alternatives.<\/p>\n<h3 id=\"command-line-queries\">Command line Queries to Find printers in Active Directory<\/h3>\n<p>Cmd has been used to find shared folders in Active Directory so its only natural that we try using them here as well. The following command should work:<b style=\"font-weight: normal;\"><\/b><\/p>\n<pre>dsquery * -filter \"(&amp;(objectCategory=printQueue))\" -attr name location servername description<b style=\"font-weight: normal;\"><\/b><\/pre>\n<p>This query does the simple task of searching the printer queues and returning all the values with their name, location, server name, and description.<b style=\"font-weight: normal;\"><\/b><br \/>\nYou can add or remove <a style=\"text-decoration: none;\" href=\"https:\/\/learn.microsoft.com\/en-us\/windows\/win32\/adschema\/c-printqueue#windows-server-2012-attributes\" rel=\"nofollow\"><span style=\"font-size: 11pt; font-family: Arial,sans-serif; color: #1155cc; background-color: transparent; font-weight: 400; font-style: normal; font-variant: normal; text-decoration: underline; -webkit-text-decoration-skip: none; text-decoration-skip-ink: none; vertical-align: baseline; white-space: pre-wrap;\">attributes<\/span><\/a> for a custom result.\u00a0 The limited nature of the command line can be surpassed by utilizing the PowerShell so let us see how.<\/p>\n<h3 id=\"powershell-scripts\">Locate AD Printer Path With PowerShell Scripts<\/h3>\n<p>Use the Following Script.<b style=\"font-weight: normal;\"><\/b><\/p>\n<pre>Get-ADObject -Filter 'objectCategory -eq \"printQueue\"' -Property Name, Location, ServerName, Description | Select-Object Name, Location, ServerName, Description<b style=\"font-weight: normal;\"><\/b><\/pre>\n<p>Select the results, copy them, and paste the Active Directory printer list in a text or spreadsheet.<\/p>\n<h3 id=\"modern-approach\">Modern Approach to Locate Published Printers in AD<\/h3>\n<p>Using the <strong>SysTools AD Reporting Software<\/strong> it becomes quite easy for admins to get a list of all the Active Directory printers.<br \/>\nThe intuitive UI and multidomain addition feature allow admins to scan through their entire AD at once.<\/p>\n<p class=\"text-center mr-2\"><a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #28a745; color: #ffffff !important; cursor: text;\" href=\"https:\/\/systoolskart.com\/download\/SYS4A2D6R\/29\" rel=\"nofollow\"> Download Now<\/a> <a class=\"btn btn-lg btn-md-block text-white\" style=\"background: #ff6800; color: #ffffff !important; cursor: text;\" href=\"https:\/\/systoolskart.com\/buy\/SYS4A2D6R\/29\" target=\"_blank\" rel=\"noopener noreferrer nofollow\">Purchase Now<\/a><\/p>\n<p>Put a date filter and you have a fully capable assistant ready to inform you about the Active Directory Printer objects from any time period. So look at how easy it is to use this utility.<\/p>\n<h4 id=\"tool-based-listing\">Steps to List Printer in Active Directory with a Tool<\/h4>\n<ul>\n<li>Step 1. Open the software on your machine, allow the <strong>auto credential fill, and press Login.<\/strong><br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-1.webp\" alt=\"Type administrator\" \/><\/li>\n<li>Step 2. Press the big blue \u201c<strong>Register Domain Controller<\/strong>\u201d button in the middle of the tool\u2019s dashboard.<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-6.webp\" alt=\"Register Domain Controller button\" \/><\/li>\n<li>Step 3. Inside the popup window type a <strong>Friendly name<\/strong> for the Domain, &amp; add the <strong>IP address<\/strong> for the same. Press<strong> Save<\/strong>.<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-8.webp\" alt=\"browse-pdf-file\" \/><\/li>\n<li>Step 4. Go to the <strong>Domain Details Page<\/strong> to validate the Admin credentials, then move to the <strong>Report Tab<\/strong>.<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-10.webp\" alt=\"permission validation\" \/><\/li>\n<li>Step 5. On the Report Screen menu scroll till you see the <strong>Printers workload<\/strong> choose any one of the categories you want (<strong>All, Created, Recently Created\/Modified<\/strong>)<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-11-2.gif\" alt=\"Report tab multiple options\" \/><\/li>\n<li>Step 6. Then, on the Report generation page, you can use the <strong>Preview button<\/strong> to see what the end result will look like.<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/step-16.webp\" alt=\"Printer object\" \/><\/li>\n<li>Step 7. After that Expand the <strong>Download Report section and click on CSV<\/strong>. Browse for a location to save the list. You can print this list of AD printers to keep a hard copy.<br \/>\n<img decoding=\"async\" src=\"https:\/\/systoolskart.com\/imgp\/ad-reporter\/computer-report-3.webp\" alt=\"Download CSV\" \/><\/li>\n<\/ul>\n<h4 id=\"conclusion\">Conclusion<\/h4>\n<p>Here we made it clear that it is not difficult to list printer in Active Directory provided that the right approach is taken. AD has its own in-built methods, like ADUC, and Admin Center, although with some drawbacks. As an alternative, we also gave the script-based methods that work via command line, or PowerShell portal. However, we saw none of the traditional ways can match the easiness of the automated tool when it comes to finding where printer objects are in AD.<\/p>\n<h4 id=\"faqs\">Frequently Asked Questions<\/h4>\n<p><strong>If I, as an admin, decide to monitor printer behavior, would it take up much of my time? Shouldn&#8217;t I focus on other important parts of the Active Directory?<\/strong><br \/>\nLike other resources, printers too reveal lots of information, on which users, at what time, and for what purpose use the printer. You can check if one printer gets overwhelmed by multiple requests and shift printers from other OU to the one where they are used the most.<br \/>\nWhich can be automated to a high degree with the help of the tool we provided you earlier. Use it to save time and also monitor other AD objects.<\/p>\n<p><strong>I have more than one domain in my AD forest, will this tool be able to provide me necessary information on Printer objects in each of them?<\/strong><br \/>\nYes, the tool comes with a multi-domain setup feature that you can use to register multiple domains. However, at a time reporting will be allowed on a single domain only.<\/p>\n<p><strong>What security concerns do I need to keep in mind before I list printers in bulk inside my Active Directory?<\/strong><br \/>\nYou must ensure that proper naming conventions are kept as per your organization&#8217;s standards while you are at it, also ensure that location, server name, description, and timestamps are correctly mentioned.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Despite so many digital developments, printers are still used in organizations across the globe. Which also true for companies that operate their own Active Directory. Therefore, having the ability to <\/p>\n","protected":false},"author":7,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[361],"class_list":["post-4407","post","type-post","status-publish","format-standard","hentry","category-active-directory"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>List Printer in Active Directory &amp; Find Where Printers Are in AD<\/title>\n<meta name=\"description\" content=\"List printer in Active Directory. Find where all AD printer objects are published, their creation date, and the recent modifications in a list\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"siddharth\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/\"},\"author\":{\"name\":\"siddharth\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"headline\":\"List Printer in Active Directory &#038; Find Where Printers Are in AD\",\"datePublished\":\"2024-11-03T13:12:10+00:00\",\"dateModified\":\"2024-11-04T12:00:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/\"},\"wordCount\":1476,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/list-printers-in-active-directory-via-aduc.webp\",\"articleSection\":[\"Active Directory\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/\",\"name\":\"List Printer in Active Directory & Find Where Printers Are in AD\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/list-printers-in-active-directory-via-aduc.webp\",\"datePublished\":\"2024-11-03T13:12:10+00:00\",\"dateModified\":\"2024-11-04T12:00:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\"},\"description\":\"List printer in Active Directory. Find where all AD printer objects are published, their creation date, and the recent modifications in a list\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/list-printers-in-active-directory-via-aduc.webp\",\"contentUrl\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/09\\\/list-printers-in-active-directory-via-aduc.webp\",\"width\":909,\"height\":606,\"caption\":\"Use ADUC and Find Active Directory Printers\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/list-printer-in-active-directory\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"List Printer in Active Directory &#038; Find Where Printers Are in AD\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/\",\"name\":\"Informative Blogs Related To Technologies &amp; Data Recovery Solutions\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/#\\\/schema\\\/person\\\/a719240fe0eff759b37c012b65b0f138\",\"name\":\"siddharth\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g\",\"caption\":\"siddharth\"},\"description\":\"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.\",\"url\":\"https:\\\/\\\/www.systools.in\\\/blog\\\/author\\\/siddharth\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"List Printer in Active Directory & Find Where Printers Are in AD","description":"List printer in Active Directory. Find where all AD printer objects are published, their creation date, and the recent modifications in a list","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/","twitter_misc":{"Written by":"siddharth","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#article","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/"},"author":{"name":"siddharth","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"headline":"List Printer in Active Directory &#038; Find Where Printers Are in AD","datePublished":"2024-11-03T13:12:10+00:00","dateModified":"2024-11-04T12:00:41+00:00","mainEntityOfPage":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/"},"wordCount":1476,"commentCount":0,"image":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-aduc.webp","articleSection":["Active Directory"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/","url":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/","name":"List Printer in Active Directory & Find Where Printers Are in AD","isPartOf":{"@id":"https:\/\/www.systools.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#primaryimage"},"image":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#primaryimage"},"thumbnailUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-aduc.webp","datePublished":"2024-11-03T13:12:10+00:00","dateModified":"2024-11-04T12:00:41+00:00","author":{"@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138"},"description":"List printer in Active Directory. Find where all AD printer objects are published, their creation date, and the recent modifications in a list","breadcrumb":{"@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#primaryimage","url":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-aduc.webp","contentUrl":"https:\/\/www.systools.in\/blog\/wp-content\/uploads\/2024\/09\/list-printers-in-active-directory-via-aduc.webp","width":909,"height":606,"caption":"Use ADUC and Find Active Directory Printers"},{"@type":"BreadcrumbList","@id":"https:\/\/www.systools.in\/blog\/list-printer-in-active-directory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.systools.in\/blog\/"},{"@type":"ListItem","position":2,"name":"List Printer in Active Directory &#038; Find Where Printers Are in AD"}]},{"@type":"WebSite","@id":"https:\/\/www.systools.in\/blog\/#website","url":"https:\/\/www.systools.in\/blog\/","name":"Informative Blogs Related To Technologies &amp; Data Recovery Solutions","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.systools.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.systools.in\/blog\/#\/schema\/person\/a719240fe0eff759b37c012b65b0f138","name":"siddharth","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/36008fc382c078c0181bbc3f19fd908ee42a71cf3d336b9b2864d3ba99da3786?s=96&d=mm&r=g","caption":"siddharth"},"description":"With years experience in Data Recovery field, I am well aware of the technicalities faced by the user while working on various technologies and applications. I love to sharing technical data through my blogs and articles regarding the technology.","url":"https:\/\/www.systools.in\/blog\/author\/siddharth\/"}]}},"_links":{"self":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4407","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/comments?post=4407"}],"version-history":[{"count":0,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/posts\/4407\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/media?parent=4407"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.systools.in\/blog\/wp-json\/wp\/v2\/categories?post=4407"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}