{"id":231,"date":"2020-05-25T20:47:14","date_gmt":"2020-05-25T18:47:14","guid":{"rendered":"https:\/\/blog.bardalen.no\/?p=231"},"modified":"2020-05-25T20:47:16","modified_gmt":"2020-05-25T18:47:16","slug":"how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell","status":"publish","type":"post","link":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/","title":{"rendered":"How to upgrade users coexistence mode to Teams Only using PowerShell"},"content":{"rendered":"\n<p>Today I dscovered that not every user in our tenant had coexistence mode set to Teams Only, despite the Org-wide setting said so. Bah! the users own setting overrides the Org-wide. Great, just another thing to remember&#8230;<\/p>\n\n\n\n<p>We are a buch of users. And being lazy when I can, I need to brush of my skills in&#8230;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">PowerShell!<\/h2>\n\n\n\n<p>Time to dust off some old PS-skills and get cracking. Okay&#8230; not skills per say, but I manage to fiddle my way through it in the end. Google tells me that the cmdlet <em>Grant-CsTeamsUpgradePolicy<\/em> will do what I need in this case.<\/p>\n\n\n\n<p>Opening PowerShell as Admin and connecting with these commands:<\/p>\n\n\n\n<p><em>Import-Module SkypeOnlineConnector<\/em><br><em>$sfb<\/em>Session = New-CsOnlineSession<br>Import-PSSession $sfbSession<\/p>\n\n\n\n<p>As a prerequisite, you need to install this Skype-module: <a rel=\"noreferrer noopener\" href=\"https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=39366\" target=\"_blank\">https:\/\/www.microsoft.com\/en-us\/download\/details.aspx?id=39366<\/a><\/p>\n\n\n\n<p>Before we do any changes i need to be sure the Org-wide setting really is set correctly with this cmdlet: <em>Get-CsTeamsUpgradePolicy -Identity Global<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"511\" height=\"114\" src=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\" alt=\"\" class=\"wp-image-218\" srcset=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png 511w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001-300x67.png 300w\" sizes=\"auto, (max-width: 511px) 100vw, 511px\" \/><figcaption>Looks good to me!<\/figcaption><\/figure>\n\n\n\n<p>The next step is to list out the users and see who have wrong coexistence mode: <em>Get-CSOnlineUser | select UserPrincipalName, teamsupgrade*<\/em><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"393\" height=\"97\" src=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy002.png\" alt=\"\" class=\"wp-image-222\" srcset=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy002.png 393w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy002-300x74.png 300w\" sizes=\"auto, (max-width: 393px) 100vw, 393px\" \/><figcaption>Yup&#8230; almost everyone looked like this<\/figcaption><\/figure>\n\n\n\n<p>I need them to look like this:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"443\" height=\"92\" src=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy003.png\" alt=\"\" class=\"wp-image-220\" srcset=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy003.png 443w, https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy003-300x62.png 300w\" sizes=\"auto, (max-width: 443px) 100vw, 443px\" \/><figcaption>That&#8217;s more like it!<\/figcaption><\/figure>\n\n\n\n<p>The cmdlet for changing this is quite simple: <em>Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity your@name.com<\/em> (Just remember to change that last bit&#8230;)<\/p>\n\n\n\n<p>But do you need to do this on every single user one by one? Well, no. This is PowerShell! I used this little trick to go through every user and set correct coexistence mode:<\/p>\n\n\n\n<p><em>$userlist = Get-CSOnlineUser<br>foreach($User in $userlist)<br>{<br>Grant-CsTeamsUpgradePolicy -PolicyName UpgradeToTeams -Identity $User.SipAddress<br>}<\/em><\/p>\n\n\n\n<p>After this had looped through all of my users I verified that all users was set to the correct mode. Job complete!<\/p>\n\n\n\n<p>A little disclaimer. I am NOT a real coder. This little piece her got the job done for me, but I&#8217;m sure it could&#8217;ve been done more sexy somehow. Feel free to show me in the comments!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Today I dscovered that not every user in our tenant had coexistence mode set to Teams Only, despite the Org-wide setting said so. Bah! the users own setting overrides the Org-wide. Great, just another thing to remember&#8230; We are a buch of users. And being lazy when I can, I need to brush of my skills in&#8230; PowerShell! Time to dust off some old PS-skills and get cracking. Okay&#8230; not skills per say, but I manage to fiddle my way&#8230;<\/p>\n<p class=\"read-more\"><a class=\"btn btn-default\" href=\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\">Les mer<span class=\"screen-reader-text\"> Les mer<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[57,24,52,25],"tags":[],"class_list":["post-231","post","type-post","status-publish","format-standard","hentry","category-english","category-microsoft-365","category-teams","category-tips"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no<\/title>\n<meta name=\"description\" content=\"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn&#039;t\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\" \/>\n<meta property=\"og:locale\" content=\"nb_NO\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no\" \/>\n<meta property=\"og:description\" content=\"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn&#039;t\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\" \/>\n<meta property=\"og:site_name\" content=\"Blog.bardalen.no\" \/>\n<meta property=\"article:published_time\" content=\"2020-05-25T18:47:14+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-05-25T18:47:16+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\" \/>\n<meta name=\"author\" content=\"Tony Bardalen\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Skrevet av\" \/>\n\t<meta name=\"twitter:data1\" content=\"Tony Bardalen\" \/>\n\t<meta name=\"twitter:label2\" content=\"Ansl. lesetid\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutter\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\"},\"author\":{\"name\":\"Tony Bardalen\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"headline\":\"How to upgrade users coexistence mode to Teams Only using PowerShell\",\"datePublished\":\"2020-05-25T18:47:14+00:00\",\"dateModified\":\"2020-05-25T18:47:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\"},\"wordCount\":336,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\",\"articleSection\":[\"English\",\"Microsoft 365\",\"Teams\",\"Tips\"],\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\",\"url\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\",\"name\":\"How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no\",\"isPartOf\":{\"@id\":\"https:\/\/blog.bardalen.no\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\",\"datePublished\":\"2020-05-25T18:47:14+00:00\",\"dateModified\":\"2020-05-25T18:47:16+00:00\",\"description\":\"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn't\",\"breadcrumb\":{\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#breadcrumb\"},\"inLanguage\":\"nb-NO\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage\",\"url\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\",\"contentUrl\":\"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png\",\"width\":511,\"height\":114},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Hjem\",\"item\":\"https:\/\/blog.bardalen.no\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to upgrade users coexistence mode to Teams Only using PowerShell\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blog.bardalen.no\/#website\",\"url\":\"https:\/\/blog.bardalen.no\/\",\"name\":\"Blog.bardalen.no\",\"description\":\"A blog about cloudy stuff\",\"publisher\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blog.bardalen.no\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"nb-NO\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a\",\"name\":\"Tony Bardalen\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"nb-NO\",\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g\",\"caption\":\"Tony Bardalen\"},\"logo\":{\"@id\":\"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no","description":"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn't","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:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/","og_locale":"nb_NO","og_type":"article","og_title":"How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no","og_description":"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn't","og_url":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/","og_site_name":"Blog.bardalen.no","article_published_time":"2020-05-25T18:47:14+00:00","article_modified_time":"2020-05-25T18:47:16+00:00","og_image":[{"url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png","type":"","width":"","height":""}],"author":"Tony Bardalen","twitter_card":"summary_large_image","twitter_misc":{"Skrevet av":"Tony Bardalen","Ansl. lesetid":"2 minutter"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#article","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/"},"author":{"name":"Tony Bardalen","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"headline":"How to upgrade users coexistence mode to Teams Only using PowerShell","datePublished":"2020-05-25T18:47:14+00:00","dateModified":"2020-05-25T18:47:16+00:00","mainEntityOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/"},"wordCount":336,"commentCount":1,"publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png","articleSection":["English","Microsoft 365","Teams","Tips"],"inLanguage":"nb-NO","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/","url":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/","name":"How to upgrade users coexistence mode to Teams Only using PowerShell - Blog.bardalen.no","isPartOf":{"@id":"https:\/\/blog.bardalen.no\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage"},"image":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage"},"thumbnailUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png","datePublished":"2020-05-25T18:47:14+00:00","dateModified":"2020-05-25T18:47:16+00:00","description":"Have you set coexistence mode in org-wide settings and thought everything was fine? Me too! Today I learned - it wasn't","breadcrumb":{"@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#breadcrumb"},"inLanguage":"nb-NO","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/"]}]},{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#primaryimage","url":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png","contentUrl":"https:\/\/blog.bardalen.no\/wp-content\/uploads\/2020\/05\/PS-TeamsUpgradePolicy001.png","width":511,"height":114},{"@type":"BreadcrumbList","@id":"https:\/\/blog.bardalen.no\/index.php\/2020\/05\/25\/how-to-upgrade-users-coexistence-mode-to-teams-only-using-powershell\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Hjem","item":"https:\/\/blog.bardalen.no\/"},{"@type":"ListItem","position":2,"name":"How to upgrade users coexistence mode to Teams Only using PowerShell"}]},{"@type":"WebSite","@id":"https:\/\/blog.bardalen.no\/#website","url":"https:\/\/blog.bardalen.no\/","name":"Blog.bardalen.no","description":"A blog about cloudy stuff","publisher":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blog.bardalen.no\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"nb-NO"},{"@type":["Person","Organization"],"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/824afefe68762a6905723a53c0f28f9a","name":"Tony Bardalen","image":{"@type":"ImageObject","inLanguage":"nb-NO","@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/433273fdcc418ba1a5101686ae0fa85fc15baf53a2bafc63eb84bce1911caa0e?s=96&d=mm&r=g","caption":"Tony Bardalen"},"logo":{"@id":"https:\/\/blog.bardalen.no\/#\/schema\/person\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/231","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/comments?post=231"}],"version-history":[{"count":3,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/231\/revisions"}],"predecessor-version":[{"id":235,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/posts\/231\/revisions\/235"}],"wp:attachment":[{"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/media?parent=231"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/categories?post=231"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.bardalen.no\/index.php\/wp-json\/wp\/v2\/tags?post=231"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}