{"id":6382,"date":"2016-05-10T23:30:29","date_gmt":"2016-05-10T22:30:29","guid":{"rendered":"http:\/\/www.markwilson.co.uk\/blog\/?p=6382"},"modified":"2016-05-10T23:34:59","modified_gmt":"2016-05-10T22:34:59","slug":"reset-password-azure-virtual-machine","status":"publish","type":"post","link":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm","title":{"rendered":"Reset the password for a Windows virtual machine in Azure"},"content":{"rendered":"<p>Imagine the scenario: you have a virtual machine running in Azure but something&#8217;s gone wrong\u00a0and you don&#8217;t have Administrative credentials to log in to Windows. That&#8217;s a more common occurrence than you might expect but there is a workaround: in Azure there an option to reset the local\u00a0administrator password.<\/p>\n<p>Unfortunately, that capability hasn&#8217;t been implemented yet in the <a href=\"https:\/\/portal.azure.com\/\">management portal for Azure Resource Manager\u00a0but it is available in <\/a>Microsoft <a href=\"https:\/\/azure.microsoft.com\/en-gb\/documentation\/articles\/powershell-install-configure\/\">Azure PowerShell<\/a>.<\/p>\n<p><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" class=\"alignnone\" src=\"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png?resize=700%2C294&#038;ssl=1\" alt=\"Reset Password - Coming Soon\" width=\"700\" height=\"294\" \/><\/p>\n<p>I found the following commands worked for me (based on <a href=\"https:\/\/www.opsgility.com\/blog\/2016\/02\/11\/reset-the-password-on-azure-vm\/\">a blog post by Dan Patrick<\/a>), resetting the built-in administrator account for the defined server in the defined Resource Group to be called DisabledAdmin (after which it won&#8217;t be disabled any more but after unlocking the server and creating an alternative administrator, the built in account can be disabled again) with a GUID for the password:<\/p>\n<p><code>$rgName = \"Example-Resource-Group\"<\/code><br \/>\n<code>$vmName = \"SERVERxxx\"<\/code><br \/>\n<code>$extName = \"VMAccessAgent\"<\/code><br \/>\n<code>$userName = \"DisabledAdmin\"<\/code><br \/>\n<code>$password = [guid]::newguid()<\/code><br \/>\n<code>$location = \"westeurope\"<\/code><br \/>\n<code>Set-AzureRmVMAccessExtension -ResourceGroupName $rgName -VMName $vmName -Name $extName -UserName $userName -Password $password -Location $location<\/code><\/p>\n<p>(of course, you&#8217;ll need to take a note of that GUID if you want to log in to the account!).<\/p>\n<p>The VM Access Extension can be called anything you like (the <a href=\"https:\/\/msdn.microsoft.com\/en-gb\/library\/mt619447.aspx\">MSDN reference for <code>Set-AzureRmVMAccessExtension<\/code><\/a> gives more information); however, as noted in the Microsoft Azure documentation (<a href=\"https:\/\/azure.microsoft.com\/en-gb\/documentation\/articles\/virtual-machines-windows-reset-rdp\/\">How to reset the Remote Desktop service or its login password in a Windows VM<\/a>):<\/p>\n<blockquote cite=\"https:\/\/azure.microsoft.com\/en-gb\/documentation\/articles\/virtual-machines-windows-reset-rdp\/\"><p>&#8220;You can reset remote access to your VM by using either <code>Set-AzureRmVMExtension<\/code> or <code>Set-AzureRmVMAccessExtension<\/code><\/p><\/blockquote>\n<blockquote cite=\"https:\/\/azure.microsoft.com\/en-gb\/documentation\/articles\/virtual-machines-windows-reset-rdp\/\"><p>&#8220;Both commands add a new named VM access agent to the virtual machine. At any point, a VM can have only a single VM access agent. To set the VM access agent properties successfully, remove the access agent set previously by using either <code>Remove-AzureRmVMAccessExtension<\/code> or <code>Remove-AzureRmVMExtension<\/code>. Starting from Azure PowerShell version 1.2.2, you can avoid this step when using <code>Set-AzureRmVMExtension<\/code> with a <code>-ForceRerun<\/code> option. When using <code>-ForceRerun<\/code>, make sure to use the same name for the VM access agent as set by the previous command.&#8221;<\/p><\/blockquote>\n<p>So, by using a known name for the VM Access Extension (VMAccessAgent), I can avoid potential\u00a0issues later.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Imagine the scenario: you have a virtual machine running in Azure but something&#8217;s gone wrong\u00a0and you don&#8217;t have Administrative credentials to log in to Windows. That&#8217;s a more common occurrence than you might expect but there is a workaround: in Azure there an option to reset the local\u00a0administrator password. Unfortunately, that capability hasn&#8217;t been implemented &hellip; <a href=\"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm\" class=\"more-link\">Continue reading <span class=\"screen-reader-text\">Reset the password for a Windows virtual machine in Azure<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[218],"tags":[176,606,43],"class_list":["post-6382","post","type-post","status-publish","format-standard","hentry","category-technology","tag-azure","tag-microsoft-windows-server","tag-security"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reset the password for a Windows virtual machine in Azure - markwilson.it<\/title>\n<meta name=\"description\" content=\"Resetting the Windows password for a VM hasn&#039;t been implemented in the new Azure management portal but the option is available in Microsoft Azure PowerShell\" \/>\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.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reset the password for a Windows virtual machine in Azure - markwilson.it\" \/>\n<meta property=\"og:description\" content=\"Resetting the Windows password for a VM hasn&#039;t been implemented in the new Azure management portal but the option is available in Microsoft Azure PowerShell\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm\" \/>\n<meta property=\"og:site_name\" content=\"markwilson.it\" \/>\n<meta property=\"article:published_time\" content=\"2016-05-10T22:30:29+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-10T22:34:59+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png\" \/>\n<meta name=\"author\" content=\"Mark Wilson\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:site\" content=\"@markwilsonit\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Wilson\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm\"},\"author\":{\"name\":\"Mark Wilson\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"headline\":\"Reset the password for a Windows virtual machine in Azure\",\"datePublished\":\"2016-05-10T22:30:29+00:00\",\"dateModified\":\"2016-05-10T22:34:59+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm\"},\"wordCount\":325,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/azure-reset-password.png\",\"keywords\":[\"Microsoft Azure\",\"Microsoft Windows Server\",\"Security\"],\"articleSection\":[\"Technology\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm\",\"name\":\"Reset the password for a Windows virtual machine in Azure - markwilson.it\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/azure-reset-password.png\",\"datePublished\":\"2016-05-10T22:30:29+00:00\",\"dateModified\":\"2016-05-10T22:34:59+00:00\",\"description\":\"Resetting the Windows password for a VM hasn't been implemented in the new Azure management portal but the option is available in Microsoft Azure PowerShell\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#primaryimage\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/azure-reset-password.png\",\"contentUrl\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/images\\\/azure-reset-password.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/2016\\\/05\\\/reset-password-azure-virtual-machine.htm#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reset the password for a Windows virtual machine in Azure\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/\",\"name\":\"markwilson.it\",\"description\":\"get-info -class technology | write-output &gt; \\\/dev\\\/web\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/#\\\/schema\\\/person\\\/98f61365e7c39d6be942174b8c4de468\",\"name\":\"Mark Wilson\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\",\"width\":800,\"height\":800,\"caption\":\"Mark Wilson\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.markwilson.co.uk\\\/blog\\\/uploads\\\/image-4.png?fit=800%2C800&ssl=1\"},\"description\":\"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.\",\"sameAs\":[\"http:\\\/\\\/www.markwilson.co.uk\\\/\",\"https:\\\/\\\/www.instagram.com\\\/markwilsonuk\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/markawilson\\\/\",\"https:\\\/\\\/x.com\\\/markwilsonit\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCWHlZCoHRTocdvtrOJ2IL4A\"],\"url\":\"https:\\\/\\\/www.markwilson.co.uk\\\/blog\\\/author\\\/mark-wilson\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reset the password for a Windows virtual machine in Azure - markwilson.it","description":"Resetting the Windows password for a VM hasn't been implemented in the new Azure management portal but the option is available in Microsoft Azure 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:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm","og_locale":"en_GB","og_type":"article","og_title":"Reset the password for a Windows virtual machine in Azure - markwilson.it","og_description":"Resetting the Windows password for a VM hasn't been implemented in the new Azure management portal but the option is available in Microsoft Azure PowerShell","og_url":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm","og_site_name":"markwilson.it","article_published_time":"2016-05-10T22:30:29+00:00","article_modified_time":"2016-05-10T22:34:59+00:00","og_image":[{"url":"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png","type":"","width":"","height":""}],"author":"Mark Wilson","twitter_card":"summary_large_image","twitter_creator":"@markwilsonit","twitter_site":"@markwilsonit","twitter_misc":{"Written by":"Mark Wilson","Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#article","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm"},"author":{"name":"Mark Wilson","@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"headline":"Reset the password for a Windows virtual machine in Azure","datePublished":"2016-05-10T22:30:29+00:00","dateModified":"2016-05-10T22:34:59+00:00","mainEntityOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm"},"wordCount":325,"commentCount":0,"publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png","keywords":["Microsoft Azure","Microsoft Windows Server","Security"],"articleSection":["Technology"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm","url":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm","name":"Reset the password for a Windows virtual machine in Azure - markwilson.it","isPartOf":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#primaryimage"},"image":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#primaryimage"},"thumbnailUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png","datePublished":"2016-05-10T22:30:29+00:00","dateModified":"2016-05-10T22:34:59+00:00","description":"Resetting the Windows password for a VM hasn't been implemented in the new Azure management portal but the option is available in Microsoft Azure PowerShell","breadcrumb":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#primaryimage","url":"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png","contentUrl":"https:\/\/www.markwilson.co.uk\/blog\/images\/azure-reset-password.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.markwilson.co.uk\/blog\/2016\/05\/reset-password-azure-virtual-machine.htm#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.markwilson.co.uk\/blog"},{"@type":"ListItem","position":2,"name":"Reset the password for a Windows virtual machine in Azure"}]},{"@type":"WebSite","@id":"https:\/\/www.markwilson.co.uk\/blog\/#website","url":"https:\/\/www.markwilson.co.uk\/blog\/","name":"markwilson.it","description":"get-info -class technology | write-output &gt; \/dev\/web","publisher":{"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.markwilson.co.uk\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.markwilson.co.uk\/blog\/#\/schema\/person\/98f61365e7c39d6be942174b8c4de468","name":"Mark Wilson","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","url":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1","width":800,"height":800,"caption":"Mark Wilson"},"logo":{"@id":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/uploads\/image-4.png?fit=800%2C800&ssl=1"},"description":"A Chartered IT Professional, with recent experience in technology leadership, IT strategy and practice management roles, Mark Wilson is an Enterprise Architect in the Advisory and Management Group at risual. During a career spanning more than two decades, Mark has gained widespread recognition as an expert in his field including both industry and national press exposure. In addition to certifications from Microsoft, VMware, Red Hat, The Open Group and Axelos, Mark held a Microsoft Most Valuable Professional (MVP) award for three years and is now part of the MVP Reconnect programme. Mark is also well-known on social media and maintains an award-winning blog.","sameAs":["http:\/\/www.markwilson.co.uk\/","https:\/\/www.instagram.com\/markwilsonuk\/","https:\/\/www.linkedin.com\/in\/markawilson\/","https:\/\/x.com\/markwilsonit","https:\/\/www.youtube.com\/channel\/UCWHlZCoHRTocdvtrOJ2IL4A"],"url":"https:\/\/www.markwilson.co.uk\/blog\/author\/mark-wilson"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":4527,"url":"https:\/\/www.markwilson.co.uk\/blog\/2012\/11\/creating-a-virtual-machine-on-windows-azure-in-10-easy-steps.htm","url_meta":{"origin":6382,"position":0},"title":"Creating a virtual machine on Windows Azure in 10 easy steps","author":"Mark Wilson","date":"Wednesday 7 November 2012","format":false,"excerpt":"Despite my reservations about Microsoft's charging model for Windows Azure's virtual machine (IaaS) capabilities, I was interested enough to take a look after last week's Microsoft Tech.Days Online event. I signed up for a 90 day (750-hours\/month) free trial (which, on the face of it, seems pretty poor in comparison\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5944,"url":"https:\/\/www.markwilson.co.uk\/blog\/2015\/09\/overview-of-azure-ad-synchronisation.htm","url_meta":{"origin":6382,"position":1},"title":"Overview of Azure AD synchronisation","author":"Mark Wilson","date":"Thursday 24 September 2015","format":false,"excerpt":"Over the last few months, I've had the opportunity to work with a number of directories that are synchronised from on-premises Active Directory (AD) to Azure AD (AAD) -\u00a0the directory service behind Office 365, Azure, Dynamics, Intune and other business-focused Microsoft online services. I've learned a few things along the\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5525,"url":"https:\/\/www.markwilson.co.uk\/blog\/2015\/04\/self-service-password-reset-is-not-available-for-users-on-a-trial-office-365-tenant.htm","url_meta":{"origin":6382,"position":2},"title":"Self service password reset is not available for users on a trial Office 365 tenant","author":"Mark Wilson","date":"Wednesday 1 April 2015","format":false,"excerpt":"One of my customers is currently running an Office 365 pilot using\u00a0a trial E3 tenant. \u00a0When Microsoft announced that self-service password reset is to be made\u00a0available to cloud-based Office 365\u00a0users without the need for a separate Azure AD basic or premium subscription\u00a0it sounded great to us as the requirement\u00a0for users\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/o365-self-service-password-reset.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/o365-self-service-password-reset.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/o365-self-service-password-reset.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":2700,"url":"https:\/\/www.markwilson.co.uk\/blog\/2011\/04\/azure-connect-the-missing-link-between-on-premise-and-cloud.htm","url_meta":{"origin":6382,"position":3},"title":"Azure Connect &#8211; the missing link between on-premise and cloud","author":"Mark Wilson","date":"Monday 18 April 2011","format":false,"excerpt":"Azure Connect offers a way to connect on-premise infrastructure with Windows Azure but it's lacking functionality that may hinder adoption. While Microsoft is one of the most dominant players in client-server computing, until recently, its position in the cloud seemed uncertain. \u00a0More recently, we've seen Microsoft lay out its stall\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":7656,"url":"https:\/\/www.markwilson.co.uk\/blog\/2019\/03\/microsoft-ignite-the-tour-london-recap.htm","url_meta":{"origin":6382,"position":4},"title":"Microsoft Ignite | The Tour: London Recap","author":"Mark Wilson","date":"Tuesday 19 March 2019","format":false,"excerpt":"One of the most valuable personal development activities in my early career was a trip to the Microsoft TechEd conference in Amsterdam. I learned a lot - not just technically but about making the most of events to gather information, make new industry contacts, and generally top up my knowledge.\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":4502,"url":"https:\/\/www.markwilson.co.uk\/blog\/2012\/10\/tech-days-online-2012-day-1-techdays2012.htm","url_meta":{"origin":6382,"position":5},"title":"Tech.Days Online 2012: Day 1 (#TechDays2012)","author":"Mark Wilson","date":"Wednesday 31 October 2012","format":false,"excerpt":"For the last couple of years, I've been concentrating on IT Strategy but I miss the hands-on technology. \u00a0I've kind of lost touch with what's been happening in my former world of Microsoft infrastructure and don't even get the chance to write about what's coming up in new releases as\u2026","rel":"","context":"In &quot;Technology&quot;","block_context":{"text":"Technology","link":"https:\/\/www.markwilson.co.uk\/blog\/topic\/technology"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.markwilson.co.uk\/blog\/images\/techdays-online-2012-1.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/6382","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/comments?post=6382"}],"version-history":[{"count":4,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/6382\/revisions"}],"predecessor-version":[{"id":6386,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/posts\/6382\/revisions\/6386"}],"wp:attachment":[{"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/media?parent=6382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/categories?post=6382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.markwilson.co.uk\/blog\/wp-json\/wp\/v2\/tags?post=6382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}