{"id":47,"date":"2019-07-22T12:50:16","date_gmt":"2019-07-22T12:50:16","guid":{"rendered":"https:\/\/www.practicalpowershell.com\/post\/schedule-it"},"modified":"2020-03-08T06:36:14","modified_gmt":"2020-03-08T06:36:14","slug":"schedule-it","status":"publish","type":"post","link":"https:\/\/practicalpowershell.com\/schedule-it\/","title":{"rendered":"Schedule It!"},"content":{"rendered":"<p><a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?resize=223%2C222&#038;ssl=1\" alt=\"\" width=\"223\" height=\"222\" class=\"alignleft size-full wp-image-295\" srcset=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?w=223&amp;ssl=1 223w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?resize=150%2C150&amp;ssl=1 150w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?resize=100%2C100&amp;ssl=1 100w\" sizes=\"auto, (max-width: 223px) 100vw, 223px\" \/><\/a>Schedule it. Automate it.  Leveraging this function enables a coder to expand what they can accomplish with scripting in an environment.  PowerShell scripts can do this with the Windows Scheduler if desired.  When setting up a schedule for a script to run, choosing some advanced options may allow a script to run in a more reliable manner.<\/p>\n<p>However, when scheduling a script for a production process, there are some considerations that should be made prior. <\/p>\n<p><strong>Planning steps <\/strong><\/p>\n<p><em>1) Run a Scheduled Task for the script in a test environment <\/em><\/p>\n<p>Testing a script prior to putting it into production may seem rather elementary, but what about testing the script in a scheduled fashion to make sure the script runs when scheduled?  These two actions are not one in the same.  A scheduled task may run under a different login account, on a different server, may not have the same PS modules present, etc.  So doing a test run of the script by using the Windows scheduler is important and may reveal some weaknesses of the script and \/ or process. <\/p>\n<p><em>2) Adding notifications or alerting for script steps <\/em><\/p>\n<p>Alerting may be a feature that is needed for your scheduled script. Custom &#8216;alerts&#8217; could take the form of an email to an IT Group or an Event written to the server&#8217;s event logs.  Adding an email confirmation at the end of a script, especially for testing, could prove quite useful.  A missed email would signify the script failed whereas an email sent may provide proof of success. <\/p>\n<p><em>3) Add Log files for tracking script actions <\/em><\/p>\n<p>With complicated and automated scripts, having a log of actions taken, errors experienced, etc should be utilized.  This will enable troubleshooting and or auditing of a script run. Auditing with a log file will also provide ample data for proofing our a conceptual script.  Possibly logging all success and failure. 4) Avoiding some cmdlets There are some cmdlets that are best left to an interactive experience as they may require a user to review the output or to enter some information.  Cmdlets like these are listed below (not meant to be complete): Write-Host Get-Credential Read-Host It&#8217;s best to avoid cmdlets that may require additional input or which produce output to the screen while the script runs. <\/p>\n<p>Scheduling the script (On Windows)<\/p>\n<p>In order to schedule a script we need to open the &#8216;Task Scheduler&#8217; on the server to run the script.  Once open, we need to create a new task:<br \/>\n<a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/CreateNewTask.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/CreateNewTask.png?resize=270%2C263&#038;ssl=1\" alt=\"\" width=\"270\" height=\"263\" class=\"aligncenter size-full wp-image-297\" \/><\/a><br \/>\nOnce the New Task is open, we need to provide a Name, Description and potentially an account to run it under.  If your script does fail, you may need to check the box that states &#8216;Run with highest privileges&#8217;:<br \/>\n<a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/GeneralTab.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/GeneralTab.png?resize=640%2C478&#038;ssl=1\" alt=\"\" width=\"640\" height=\"478\" class=\"aligncenter size-full wp-image-298\" srcset=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/GeneralTab.png?w=640&amp;ssl=1 640w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/GeneralTab.png?resize=300%2C224&amp;ssl=1 300w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/GeneralTab.png?resize=600%2C448&amp;ssl=1 600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><br \/>\nThen we need to proceed to the &#8216;Triggers&#8217; tab which is the tab we use for actually setting the time for the script to run:<br \/>\n<a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Triggers.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Triggers.png?resize=640%2C616&#038;ssl=1\" alt=\"\" width=\"640\" height=\"616\" class=\"aligncenter size-full wp-image-300\" srcset=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Triggers.png?w=650&amp;ssl=1 650w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Triggers.png?resize=300%2C289&amp;ssl=1 300w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Triggers.png?resize=600%2C578&amp;ssl=1 600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><br \/>\nOnce we have a schedule we need to add the script to the script to the scheduled task: <\/p>\n<p><em>(Sample values) Program\/Script &#8211; C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe Add arguments &#8211; -ExecutionPolicy Bypass -noprofile <full path to script> <\/em><\/p>\n<p><a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Action.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Action.png?resize=465%2C507&#038;ssl=1\" alt=\"\" width=\"465\" height=\"507\" class=\"aligncenter size-full wp-image-296\" srcset=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Action.png?w=465&amp;ssl=1 465w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Action.png?resize=275%2C300&amp;ssl=1 275w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Action.png?resize=300%2C327&amp;ssl=1 300w\" sizes=\"auto, (max-width: 465px) 100vw, 465px\" \/><\/a><\/p>\n<p>The other tabs for creating a task &#8216;Actions&#8217; and &#8216;Conditions&#8217; are optional and not required for scheduling a PowerShell script to run on an automated basis. <\/p>\n<p>Once we get the script scheduled, the next step is to wait for the task to run.  Then after it runs, check the task history as well as any logs\/emails that were created while the task was running.<br \/>\n<a href=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/TaskHistory.png?ssl=1\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" src=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/TaskHistory.png?resize=640%2C277&#038;ssl=1\" alt=\"\" width=\"640\" height=\"277\" class=\"aligncenter size-full wp-image-299\" srcset=\"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/TaskHistory.png?w=715&amp;ssl=1 715w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/TaskHistory.png?resize=300%2C130&amp;ssl=1 300w, https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/TaskHistory.png?resize=600%2C260&amp;ssl=1 600w\" sizes=\"auto, (max-width: 640px) 100vw, 640px\" \/><\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Schedule it. Automate it. Leveraging this function enables a coder to expand what they can accomplish with scripting in an environment. PowerShell scripts can do this with the Windows Scheduler if desired. When setting up a schedule for a script to run, choosing some advanced options may allow a script to run in a more [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"rop_custom_images_group":[],"rop_custom_messages_group":[],"rop_publish_now":"initial","rop_publish_now_accounts":[],"rop_publish_now_history":[],"rop_publish_now_status":"pending","_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-47","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Schedule It! - Practical PowerShell<\/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:\/\/practicalpowershell.com\/schedule-it\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Schedule It! - Practical PowerShell\" \/>\n<meta property=\"og:description\" content=\"Schedule it. Automate it. Leveraging this function enables a coder to expand what they can accomplish with scripting in an environment. PowerShell scripts can do this with the Windows Scheduler if desired. When setting up a schedule for a script to run, choosing some advanced options may allow a script to run in a more [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/practicalpowershell.com\/schedule-it\/\" \/>\n<meta property=\"og:site_name\" content=\"Practical PowerShell\" \/>\n<meta property=\"article:published_time\" content=\"2019-07-22T12:50:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-03-08T06:36:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg\" \/>\n<meta name=\"author\" content=\"damian\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"damian\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/\"},\"author\":{\"name\":\"damian\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#\\\/schema\\\/person\\\/4d0733c81966e744aabbb49f56d64deb\"},\"headline\":\"Schedule It!\",\"datePublished\":\"2019-07-22T12:50:16+00:00\",\"dateModified\":\"2020-03-08T06:36:14+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/\"},\"wordCount\":577,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#\\\/schema\\\/person\\\/4d0733c81966e744aabbb49f56d64deb\"},\"image\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/practicalpowershell.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/Scheduling.jpg\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/\",\"url\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/\",\"name\":\"Schedule It! - Practical PowerShell\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/practicalpowershell.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/Scheduling.jpg\",\"datePublished\":\"2019-07-22T12:50:16+00:00\",\"dateModified\":\"2020-03-08T06:36:14+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/practicalpowershell.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/Scheduling.jpg?fit=223%2C222&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/practicalpowershell.com\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/Scheduling.jpg?fit=223%2C222&ssl=1\",\"width\":223,\"height\":222},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/schedule-it\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/practicalpowershell.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Schedule It!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#website\",\"url\":\"https:\\\/\\\/practicalpowershell.com\\\/\",\"name\":\"Practical PowerShell\",\"description\":\"PowerShell books written by experts\",\"publisher\":{\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#\\\/schema\\\/person\\\/4d0733c81966e744aabbb49f56d64deb\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/practicalpowershell.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/practicalpowershell.com\\\/#\\\/schema\\\/person\\\/4d0733c81966e744aabbb49f56d64deb\",\"name\":\"damian\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g\",\"caption\":\"damian\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Schedule It! - Practical PowerShell","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:\/\/practicalpowershell.com\/schedule-it\/","og_locale":"en_US","og_type":"article","og_title":"Schedule It! - Practical PowerShell","og_description":"Schedule it. Automate it. Leveraging this function enables a coder to expand what they can accomplish with scripting in an environment. PowerShell scripts can do this with the Windows Scheduler if desired. When setting up a schedule for a script to run, choosing some advanced options may allow a script to run in a more [&hellip;]","og_url":"https:\/\/practicalpowershell.com\/schedule-it\/","og_site_name":"Practical PowerShell","article_published_time":"2019-07-22T12:50:16+00:00","article_modified_time":"2020-03-08T06:36:14+00:00","og_image":[{"url":"https:\/\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg","type":"","width":"","height":""}],"author":"damian","twitter_card":"summary_large_image","twitter_misc":{"Written by":"damian","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/practicalpowershell.com\/schedule-it\/#article","isPartOf":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/"},"author":{"name":"damian","@id":"https:\/\/practicalpowershell.com\/#\/schema\/person\/4d0733c81966e744aabbb49f56d64deb"},"headline":"Schedule It!","datePublished":"2019-07-22T12:50:16+00:00","dateModified":"2020-03-08T06:36:14+00:00","mainEntityOfPage":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/"},"wordCount":577,"commentCount":0,"publisher":{"@id":"https:\/\/practicalpowershell.com\/#\/schema\/person\/4d0733c81966e744aabbb49f56d64deb"},"image":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/#primaryimage"},"thumbnailUrl":"https:\/\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/practicalpowershell.com\/schedule-it\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/practicalpowershell.com\/schedule-it\/","url":"https:\/\/practicalpowershell.com\/schedule-it\/","name":"Schedule It! - Practical PowerShell","isPartOf":{"@id":"https:\/\/practicalpowershell.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/#primaryimage"},"image":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/#primaryimage"},"thumbnailUrl":"https:\/\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg","datePublished":"2019-07-22T12:50:16+00:00","dateModified":"2020-03-08T06:36:14+00:00","breadcrumb":{"@id":"https:\/\/practicalpowershell.com\/schedule-it\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/practicalpowershell.com\/schedule-it\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/practicalpowershell.com\/schedule-it\/#primaryimage","url":"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?fit=223%2C222&ssl=1","contentUrl":"https:\/\/i0.wp.com\/practicalpowershell.com\/wp-content\/uploads\/2019\/07\/Scheduling.jpg?fit=223%2C222&ssl=1","width":223,"height":222},{"@type":"BreadcrumbList","@id":"https:\/\/practicalpowershell.com\/schedule-it\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/practicalpowershell.com\/"},{"@type":"ListItem","position":2,"name":"Schedule It!"}]},{"@type":"WebSite","@id":"https:\/\/practicalpowershell.com\/#website","url":"https:\/\/practicalpowershell.com\/","name":"Practical PowerShell","description":"PowerShell books written by experts","publisher":{"@id":"https:\/\/practicalpowershell.com\/#\/schema\/person\/4d0733c81966e744aabbb49f56d64deb"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/practicalpowershell.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/practicalpowershell.com\/#\/schema\/person\/4d0733c81966e744aabbb49f56d64deb","name":"damian","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g","caption":"damian"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/d5a8cc64a5aa27558a897b108e3be1a89859511a3fd26176dac292f26e7a4ae4?s=96&d=mm&r=g"}}]}},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/posts\/47","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/comments?post=47"}],"version-history":[{"count":3,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/posts\/47\/revisions"}],"predecessor-version":[{"id":303,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/posts\/47\/revisions\/303"}],"wp:attachment":[{"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/media?parent=47"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/categories?post=47"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/practicalpowershell.com\/wp-json\/wp\/v2\/tags?post=47"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}