{"id":34,"date":"2006-06-02T08:41:00","date_gmt":"2006-06-02T12:41:00","guid":{"rendered":"http:\/\/jdhitsolutions.com\/blog\/2006\/06\/02\/introduction-to-wmic\/"},"modified":"2013-07-02T08:11:32","modified_gmt":"2013-07-02T12:11:32","slug":"introduction-to-wmic","status":"publish","type":"post","link":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/","title":{"rendered":"Introduction to WMIC"},"content":{"rendered":"<p><span style=\"font-size:130%;\">WMIC - An Introduction<\/span><br \/>Windows Management Instrumentation (WMI) is an extremely powerful technology that provides tremendous detail on how a  computer system is configured and operating.    What makes WMI so attractive to Windows administrators is that you don't have to be a programmer to leverage it.  WMI is available as a scripting option.  There are many WMI VBScripts available online and as part of the Windows 2000\/XP\/2003 Resource Kits. With a little training and experience, you can develop your own WMI scripts.  However all is not lost for those of you not inclined to learn the intricacies of developing a VBScript using WMI.  XP includes a command line tool called WMIC which can execute WMI queries for you in a much simpler fashion.   There is actually  so much to explain about wmic that I can't possibly review it all.  I'm only going to discuss enough information to get you started. I urge you to look at the information for wmic in Help &amp; Support.  WMI support is included in Windows 2000 and later systems by default.<\/p>\n<p>To use the tool, open a command prompt and type WMIC.  The first time you run the program it does a mini-install of sorts.   From there after, you will be presented with a wmic prompt (wmi:root\\cli>).  This is the utility's interactive mode.  To quit the  program just type 'exit' (without the quotes).  You can also execute a full query at the command line which I'll cover at the end. Entering '\/?' at the prompt will display help information.<\/p>\n<p>As you see, to get information, you just need to know an alias for the component you are interested in.  Unlike scripting where you would need to know a specific class name, you can get by with a simple name.  At the wmic prompt, type in 'cpu'.  You will get a report of cpu properties that scrolls off the screen. Typing 'cpu list brief' will return a subset of information.   But it is still hard to read.  For a better report, type 'cpu list \/format:textvaluelist'.   Other formatting options include CSV (\/format:csv),raw XML (\/format:rawxml), an HTML table (\/format:htable) or an HTML page (\/format:hform).  If you want to save the output to a file, you can use the \/Output switch. You can send output to the Windows clipboard (\/Output:clipboard) or a file (\/Output:osreport.csv).  Be aware that you must put the output switch first in the command.  For example, at the prompt type '\/output:osreport.htm os list full \/format:hform'.  You can then open the file osreport.htm in any browser.  If you specify a file name with spaces, you must enclose the name in quotes \" \".<\/p>\n<p>WMIC is nice but it's real power comes in managing remote systems.  At the beginning of your command, simply use \/node:servername, like this:<\/p>\n<p>\/node:FileSrv01 \/output:c:\\reports\\filesrv01-cpu.htm cpu list \/format:hform.<\/p>\n<p>If you want to query multiple remote systems, separate computer names with commas (\/node:computer1,computer2,computer3).  Depending on the query you might also need to pass alternate credentials.  At the beginning of the command, use \/User and \/Password.  You can't use different credentials for local systems.  Here is a more complete interactive example (this is one single line command from a wmic prompt):<\/p>\n<p>\/user:mydomain\\Admin09 \/password:P@ssw0rd node:FileSrv01,FileSrv02<br \/>\/output:c:\\reports\\filesrv01-cpu.htm cpu list \/format:hform.<\/p>\n<p>I mentioned that you can also run commands directly from the command line.  All you need to do is type wmic and then the wmic command you tested interactively:<\/p>\n<p>wmic \/node:FileSrv01 \/output:c:\\reports\\filesrv01-cpu.htm cpu list \/format:hform.<\/p>\n<p>That's all there is to it.  As I mentioned, WMIC can be a very useful utility and there is much more to it than I can cover here.  In  the mean time, open up a command prompt and try these commands to see for yourself.  Don't worry, no changes will be made to your system, just a report of some local resources and elements.  Depending on your system, some commands will provide more values than others.<\/p>\n<p>wmic cpu list \/format:textvaluelist<br \/>wmic os list \/format:textvaluelist<br \/>wmic \/output:mypc.htm computersystem list \/format:hform  [open mypc.htm in browser after you exit wmic to see the results]<br \/>wmic logicaldisk list brief \/format:textvaluelist<br \/>wmic csproduct list \/format:textvaluelist<\/p>\n<p><span style=\";font-family:tahoma;font-size:78%;\"  >Technorati Tags:<br \/><a href=\"http:\/\/www.technorati.com\/tags\/wmi\" rel=\"tag\">wmi<\/a><br \/>wmic<br \/><a href=\"http:\/\/www.technorati.com\/tags\/windows\" management=\"\" instrumentation=\"\" rel=\"tag\">Windows Management Instrumentation<\/a><br \/><a href=\"http:\/\/www.technoratic.com\/tags\/scripting\" rel=\"tag\">Scripting<\/a><br \/><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>WMIC &#8211; An IntroductionWindows Management Instrumentation (WMI) is an extremely powerful technology that provides tremendous detail on how a computer system is configured and operating. What makes WMI so attractive to Windows administrators is that you don&#8217;t have to be a programmer to leverage it. WMI is available as a scripting option. There are many&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[8],"tags":[535,547],"class_list":["post-34","post","type-post","status-publish","format-standard","hentry","category-scripting","tag-vbscript","tag-wmi"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Introduction to WMIC &#8226; The Lonely Administrator<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Introduction to WMIC &#8226; The Lonely Administrator\" \/>\n<meta property=\"og:description\" content=\"WMIC - An IntroductionWindows Management Instrumentation (WMI) is an extremely powerful technology that provides tremendous detail on how a computer system is configured and operating. What makes WMI so attractive to Windows administrators is that you don&#039;t have to be a programmer to leverage it. WMI is available as a scripting option. There are many...\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/\" \/>\n<meta property=\"og:site_name\" content=\"The Lonely Administrator\" \/>\n<meta property=\"article:published_time\" content=\"2006-06-02T12:41:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2013-07-02T12:11:32+00:00\" \/>\n<meta name=\"author\" content=\"Jeffery Hicks\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@JeffHicks\" \/>\n<meta name=\"twitter:site\" content=\"@JeffHicks\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jeffery Hicks\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/\"},\"author\":{\"name\":\"Jeffery Hicks\",\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d0258030b41f07fd745f4078bdf5b6c9\"},\"headline\":\"Introduction to WMIC\",\"datePublished\":\"2006-06-02T12:41:00+00:00\",\"dateModified\":\"2013-07-02T12:11:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/\"},\"wordCount\":744,\"publisher\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d0258030b41f07fd745f4078bdf5b6c9\"},\"keywords\":[\"VBScript\",\"WMI\"],\"articleSection\":[\"Scripting\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/\",\"url\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/\",\"name\":\"Introduction to WMIC &#8226; The Lonely Administrator\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#website\"},\"datePublished\":\"2006-06-02T12:41:00+00:00\",\"dateModified\":\"2013-07-02T12:11:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/scripting\\\/34\\\/introduction-to-wmic\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Scripting\",\"item\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/category\\\/scripting\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Introduction to WMIC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/\",\"name\":\"The Lonely Administrator\",\"description\":\"Practical Advice for the Automating IT Pro\",\"publisher\":{\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d0258030b41f07fd745f4078bdf5b6c9\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/jdhitsolutions.com\\\/blog\\\/#\\\/schema\\\/person\\\/d0258030b41f07fd745f4078bdf5b6c9\",\"name\":\"Jeffery Hicks\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg\",\"caption\":\"Jeffery Hicks\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Introduction to WMIC &#8226; The Lonely Administrator","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:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/","og_locale":"en_US","og_type":"article","og_title":"Introduction to WMIC &#8226; The Lonely Administrator","og_description":"WMIC - An IntroductionWindows Management Instrumentation (WMI) is an extremely powerful technology that provides tremendous detail on how a computer system is configured and operating. What makes WMI so attractive to Windows administrators is that you don't have to be a programmer to leverage it. WMI is available as a scripting option. There are many...","og_url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/","og_site_name":"The Lonely Administrator","article_published_time":"2006-06-02T12:41:00+00:00","article_modified_time":"2013-07-02T12:11:32+00:00","author":"Jeffery Hicks","twitter_card":"summary_large_image","twitter_creator":"@JeffHicks","twitter_site":"@JeffHicks","twitter_misc":{"Written by":"Jeffery Hicks","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/#article","isPartOf":{"@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/"},"author":{"name":"Jeffery Hicks","@id":"https:\/\/jdhitsolutions.com\/blog\/#\/schema\/person\/d0258030b41f07fd745f4078bdf5b6c9"},"headline":"Introduction to WMIC","datePublished":"2006-06-02T12:41:00+00:00","dateModified":"2013-07-02T12:11:32+00:00","mainEntityOfPage":{"@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/"},"wordCount":744,"publisher":{"@id":"https:\/\/jdhitsolutions.com\/blog\/#\/schema\/person\/d0258030b41f07fd745f4078bdf5b6c9"},"keywords":["VBScript","WMI"],"articleSection":["Scripting"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/","url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/","name":"Introduction to WMIC &#8226; The Lonely Administrator","isPartOf":{"@id":"https:\/\/jdhitsolutions.com\/blog\/#website"},"datePublished":"2006-06-02T12:41:00+00:00","dateModified":"2013-07-02T12:11:32+00:00","breadcrumb":{"@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/jdhitsolutions.com\/blog\/scripting\/34\/introduction-to-wmic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Scripting","item":"https:\/\/jdhitsolutions.com\/blog\/category\/scripting\/"},{"@type":"ListItem","position":2,"name":"Introduction to WMIC"}]},{"@type":"WebSite","@id":"https:\/\/jdhitsolutions.com\/blog\/#website","url":"https:\/\/jdhitsolutions.com\/blog\/","name":"The Lonely Administrator","description":"Practical Advice for the Automating IT Pro","publisher":{"@id":"https:\/\/jdhitsolutions.com\/blog\/#\/schema\/person\/d0258030b41f07fd745f4078bdf5b6c9"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jdhitsolutions.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/jdhitsolutions.com\/blog\/#\/schema\/person\/d0258030b41f07fd745f4078bdf5b6c9","name":"Jeffery Hicks","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg","url":"https:\/\/secure.gravatar.com\/avatar\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg","caption":"Jeffery Hicks"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/832ae5d438fdcfc1420d720cd1991307927de8a0b12f2342e81c30f773e21098?s=96&d=wavatar&r=pg"}}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":27,"url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/27\/techmentor-wmic-examples\/","url_meta":{"origin":34,"position":0},"title":"Techmentor: WMIC Examples","author":"Jeffery Hicks","date":"March 21, 2006","format":false,"excerpt":"I didn't get a chance to run through the WMIC examples. The Advanced VBScript book covers this topic in a little more detail. I also have a short PDF intro on WMIC you can download at http:\/\/www.jdhitsolutions.com\/tutorials.htmBefore you run any examples, you need to \"install\" WMIC. This basically means at\u2026","rel":"","context":"In &quot;Scripting&quot;","block_context":{"text":"Scripting","link":"https:\/\/jdhitsolutions.com\/blog\/category\/scripting\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":11,"url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/11\/advanced-vbscript-for-windows-administrators\/","url_meta":{"origin":34,"position":1},"title":"Advanced VBScript for Windows Administrators","author":"Jeffery Hicks","date":"December 26, 2005","format":false,"excerpt":"I've written a book with Don Jones on advanced VBScript topics. The book starts with a crash course on Windows scripting so even if you've only had a little exposure to VBScript, WMI, or ADSI you can get up to speed quickly. In the book we cover some advanced WMI\u2026","rel":"","context":"In &quot;Scripting&quot;","block_context":{"text":"Scripting","link":"https:\/\/jdhitsolutions.com\/blog\/category\/scripting\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":44,"url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/44\/advanced-vbscript-text-stats\/","url_meta":{"origin":34,"position":2},"title":"Advanced VBScript Text Stats","author":"Jeffery Hicks","date":"August 21, 2006","format":false,"excerpt":"Amazon is always coming up with new ways to look at books and buying habits. The latest I came across are text stats. For books where they have access to the content, Amazon will process the text and come up with stats for things like complexity and readability. Because Amazon\u2026","rel":"","context":"In &quot;Scripting&quot;","block_context":{"text":"Scripting","link":"https:\/\/jdhitsolutions.com\/blog\/category\/scripting\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":137,"url":"https:\/\/jdhitsolutions.com\/blog\/powershell\/137\/my-published-works\/","url_meta":{"origin":34,"position":3},"title":"My Published Works","author":"Jeffery Hicks","date":"March 10, 2008","format":false,"excerpt":"I'm trying out a new Live Write plugin for Amazon. Here is a list of books I have currently authored or co-authored. This list will continue to grow as I'm working on a new book now about managing Active Directory with PowerShell. WSH and VBScript Core: TFM by Jeffery Hicks\u2026","rel":"","context":"In &quot;PowerShell&quot;","block_context":{"text":"PowerShell","link":"https:\/\/jdhitsolutions.com\/blog\/category\/powershell\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":106,"url":"https:\/\/jdhitsolutions.com\/blog\/scripting\/106\/nt-servers-and-wmi\/","url_meta":{"origin":34,"position":4},"title":"NT Servers and WMI","author":"Jeffery Hicks","date":"March 12, 2007","format":false,"excerpt":"My Mr. Roboto tools and scripts often need WMI. If your servers and desktops are running Windows 2000 or later this is no big deal. However, if you are still running Windows NT4.0 servers, these scripts and tools will fail. However all is not lost. You can download and install\u2026","rel":"","context":"In &quot;Scripting&quot;","block_context":{"text":"Scripting","link":"https:\/\/jdhitsolutions.com\/blog\/category\/scripting\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":170,"url":"https:\/\/jdhitsolutions.com\/blog\/powershell\/170\/friendly-wmi-dates\/","url_meta":{"origin":34,"position":5},"title":"Friendly WMI Dates","author":"Jeffery Hicks","date":"August 5, 2009","format":false,"excerpt":"Gee..you think you know something only to find out you don\u2019t. Or maybe this falls into the category of teaching an old dog new tricks. When I first started using PowerShell several years ago, I learned about how to convert a WMI date to a more user friendly format...","rel":"","context":"In &quot;PowerShell&quot;","block_context":{"text":"PowerShell","link":"https:\/\/jdhitsolutions.com\/blog\/category\/powershell\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/34","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/comments?post=34"}],"version-history":[{"count":0,"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/posts\/34\/revisions"}],"wp:attachment":[{"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/media?parent=34"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/categories?post=34"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jdhitsolutions.com\/blog\/wp-json\/wp\/v2\/tags?post=34"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}