{"id":3939,"date":"2019-02-13T09:14:07","date_gmt":"2019-02-13T09:14:07","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=3939"},"modified":"2024-08-06T00:20:35","modified_gmt":"2024-08-06T00:20:35","slug":"copy-file-to-workstations-with-windows-intune","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune","title":{"rendered":"Copy file to workstations with Windows Intune"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><a href=\"https:\/\/pariswells.com\/blog\/azure\/intune-copy-file-using-powershell-to-the-computer-from-an-azure-blob-location\">**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here **<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Seems one of the only ways to copy files to PC&#8217;s in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this can also be done using&nbsp;<strong>Windows app (Win32)&nbsp;<\/strong>container<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"577\" height=\"246\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63de39cfb8c.png\" alt=\"\" class=\"wp-image-3940 img-responsive\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63de39cfb8c.png 577w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63de39cfb8c-300x128.png 300w\" sizes=\"auto, (max-width: 577px) 100vw, 577px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">Copy.bat File<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">rem Copy Files\ncopy off.ini c:\\Windows\\System32\\off.ini\nrobocopy . \"C:\\Windows\\Files\" \/s \/e\n\nrem Set Permissions\nicacls \"c:\\Windows\\System32\\BSPECIAL.DLL\" \/grant Everyone:M\nicacls \"c:\\Windows\\SysWOW64\\BSPECIAL.DLL\" \/grant Everyone:<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You will need to make sure the folder exists before you copy files to it such as below , or you can use the XCOPY function instead of copy<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">if not exist C:\\Temp\\Test \nmkdir if not exist C:\\Temp\\Test <\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">del.bat file<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">del c:\\Windows\\System32\\off.ini\nrd \/s\/q \"C:\\Windows\\Files\\\"<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Next run the&nbsp;<a href=\"https:\/\/github.com\/Microsoft\/Intune-Win32-App-Packaging-Tool\">IntuneWinAppUtil.exe<\/a>&nbsp;File<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">c:\\TempPath\\Intune-Win32-App-Packaging-Tool-master&gt;IntuneWinAppUtil.exe<br>Please specify the source folder:&nbsp;<strong>F:\\Config Files<\/strong><br>Please specify the setup file:&nbsp;<strong>copy.bat<\/strong><br>Please specify the output folder:&nbsp;<strong>C:\\TempPath\\BuildsoftAppps<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Create a new&nbsp;<strong>Windows app (Win32)&nbsp;<\/strong>App in Intune , upload the copy.intunewin and use the commands below<\/p>\n\n\n\n<p class=\"wp-block-paragraph\" id=\"BiiThmT\"><img decoding=\"async\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63df300ac7d.png\" alt=\"\">Detection Rules<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img loading=\"lazy\" decoding=\"async\" width=\"721\" height=\"292\" src=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63df67225b3.png\" alt=\"\" class=\"wp-image-3942 img-responsive\" srcset=\"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63df67225b3.png 721w, https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63df67225b3-300x121.png 300w\" sizes=\"auto, (max-width: 721px) 100vw, 721px\" \/><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2836],"tags":[2843,2839,2840,2841,2837,2844,2842],"class_list":["post-3939","post","type-post","status-publish","format-standard","hentry","category-intune","tag-copy-file","tag-copy-files","tag-deploy-files","tag-https-github-com-microsoft-intune-win32-app-packaging-tool","tag-intune","tag-move-file","tag-windows-app-win32"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC&#039;s in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"paris\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Welcome to Pariswells.com |\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Copy file to workstations with Windows Intune | Welcome to Pariswells.com\" \/>\n\t\t<meta property=\"og:description\" content=\"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC&#039;s in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-02-13T09:14:07+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2024-08-06T00:20:35+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Copy file to workstations with Windows Intune | Welcome to Pariswells.com\" \/>\n\t\t<meta name=\"twitter:description\" content=\"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC&#039;s in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#article\",\"name\":\"Copy file to workstations with Windows Intune | Welcome to Pariswells.com\",\"headline\":\"Copy file to workstations with Windows Intune\",\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/02\\\/img_5c63de39cfb8c.png\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune\\\/#articleImage\",\"width\":577,\"height\":246},\"datePublished\":\"2019-02-13T09:14:07+00:00\",\"dateModified\":\"2024-08-06T00:20:35+00:00\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#webpage\"},\"articleSection\":\"InTune, copy file, copy files, deploy files, https:\\\/\\\/github.com\\\/Microsoft\\\/Intune-Win32-App-Packaging-Tool, intune, move file, Windows app (Win32)\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/intune#listItem\",\"name\":\"InTune\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/intune#listItem\",\"position\":2,\"name\":\"InTune\",\"item\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/intune\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#listItem\",\"name\":\"Copy file to workstations with Windows Intune\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#listItem\",\"position\":3,\"name\":\"Copy file to workstations with Windows Intune\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/category\\\/intune#listItem\",\"name\":\"InTune\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\",\"name\":\"Welcome to Pariswells.com\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris\",\"name\":\"paris\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"paris\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#webpage\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune\",\"name\":\"Copy file to workstations with Windows Intune | Welcome to Pariswells.com\",\"description\":\"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC's in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/intune\\\/copy-file-to-workstations-with-windows-intune#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/author\\\/paris#author\"},\"datePublished\":\"2019-02-13T09:14:07+00:00\",\"dateModified\":\"2024-08-06T00:20:35+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/\",\"name\":\"Welcome to Pariswells.com\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/pariswells.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Copy file to workstations with Windows Intune | Welcome to Pariswells.com","description":"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC's in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this","canonical_url":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#article","name":"Copy file to workstations with Windows Intune | Welcome to Pariswells.com","headline":"Copy file to workstations with Windows Intune","author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/pariswells.com\/blog\/wp-content\/uploads\/2019\/02\/img_5c63de39cfb8c.png","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune\/#articleImage","width":577,"height":246},"datePublished":"2019-02-13T09:14:07+00:00","dateModified":"2024-08-06T00:20:35+00:00","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#webpage"},"isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#webpage"},"articleSection":"InTune, copy file, copy files, deploy files, https:\/\/github.com\/Microsoft\/Intune-Win32-App-Packaging-Tool, intune, move file, Windows app (Win32)"},{"@type":"BreadcrumbList","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/pariswells.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/intune#listItem","name":"InTune"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/intune#listItem","position":2,"name":"InTune","item":"https:\/\/pariswells.com\/blog\/category\/intune","nextItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#listItem","name":"Copy file to workstations with Windows Intune"},"previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#listItem","position":3,"name":"Copy file to workstations with Windows Intune","previousItem":{"@type":"ListItem","@id":"https:\/\/pariswells.com\/blog\/category\/intune#listItem","name":"InTune"}}]},{"@type":"Organization","@id":"https:\/\/pariswells.com\/blog\/#organization","name":"Welcome to Pariswells.com","url":"https:\/\/pariswells.com\/blog\/"},{"@type":"Person","@id":"https:\/\/pariswells.com\/blog\/author\/paris#author","url":"https:\/\/pariswells.com\/blog\/author\/paris","name":"paris","image":{"@type":"ImageObject","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/93b8ee3f592ac401167f870452bd82d43de80152cd3524e2853403658ada9984?s=96&d=mm&r=g","width":96,"height":96,"caption":"paris"}},{"@type":"WebPage","@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#webpage","url":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune","name":"Copy file to workstations with Windows Intune | Welcome to Pariswells.com","description":"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC's in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/pariswells.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune#breadcrumblist"},"author":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"creator":{"@id":"https:\/\/pariswells.com\/blog\/author\/paris#author"},"datePublished":"2019-02-13T09:14:07+00:00","dateModified":"2024-08-06T00:20:35+00:00"},{"@type":"WebSite","@id":"https:\/\/pariswells.com\/blog\/#website","url":"https:\/\/pariswells.com\/blog\/","name":"Welcome to Pariswells.com","inLanguage":"en-US","publisher":{"@id":"https:\/\/pariswells.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Welcome to Pariswells.com |","og:type":"article","og:title":"Copy file to workstations with Windows Intune | Welcome to Pariswells.com","og:description":"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC's in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this","og:url":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune","article:published_time":"2019-02-13T09:14:07+00:00","article:modified_time":"2024-08-06T00:20:35+00:00","twitter:card":"summary","twitter:title":"Copy file to workstations with Windows Intune | Welcome to Pariswells.com","twitter:description":"**If you want to deploy a file from an Azure Blob Location for Files that need changing frequently see here ** Seems one of the only ways to copy files to PC's in Intune seems to be to create an MSI file to deploy them which requires a MSI packager ( Laboursome) . However, this"},"aioseo_meta_data":{"post_id":"3939","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 05:32:04","updated":"2024-08-06 00:35:11","primary_term":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/pariswells.com\/blog\/category\/intune\" title=\"InTune\">InTune<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCopy file to workstations with Windows Intune\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/pariswells.com\/blog"},{"label":"InTune","link":"https:\/\/pariswells.com\/blog\/category\/intune"},{"label":"Copy file to workstations with Windows Intune","link":"https:\/\/pariswells.com\/blog\/intune\/copy-file-to-workstations-with-windows-intune"}],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3939","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=3939"}],"version-history":[{"count":6,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3939\/revisions"}],"predecessor-version":[{"id":8189,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/3939\/revisions\/8189"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=3939"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=3939"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=3939"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}