<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[PowerShell - evan.ly]]></title><description><![CDATA[A lo-fi collection of things I've ever encountered as a IT Management Consultant / Business Analyst / Human-shaped IT Swiss-Army Knife.]]></description><link>http://evan.ly/</link><generator>Ghost 0.5</generator><lastBuildDate>Tue, 26 May 2026 16:45:20 GMT</lastBuildDate><atom:link href="http://evan.ly/tag/powershell/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Reset Windows Server Azure VM Admin Password]]></title><description><![CDATA[<p>Don't ask me how, but the password in the CredVault was wrong, and no one was owning up to changing the master admin password.</p>

<p>So this is what you do.</p>

<p>Start Azure PowerShell, login to your Azure Account.</p>

<pre><code>Get-AzureVM -ServiceName [VMHOSTNAME] -Name [VMHOSTNAME] | Set-AzureVMAccessExtension -UserName userNameHere -Password securePassHere | Update-AzureVM
</code></pre>]]></description><link>http://evan.ly/reset-windows-server-azure-vm-admin-password/</link><guid isPermaLink="false">d1b1cf88-a6c6-444d-8989-2ec3d14b30f1</guid><category><![CDATA[WindowsServer2012]]></category><category><![CDATA[PowerShell]]></category><category><![CDATA[Azure]]></category><category><![CDATA[VM]]></category><dc:creator><![CDATA[Evan]]></dc:creator><pubDate>Mon, 03 Nov 2014 05:28:02 GMT</pubDate></item></channel></rss>