<?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[WindowsServer2012 - 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:44:16 GMT</lastBuildDate><atom:link href="http://evan.ly/tag/windowsserver2012/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><item><title><![CDATA[makecert.exe isn't as Spooky as you think]]></title><description><![CDATA[<p>Using <code>makecert.exe</code> to generate a self-cigned SSL certificate at commandline <a href="http://msdn.microsoft.com/en-us/library/bfsktky3(v=vs.110).aspx">isn't that bad</a>, but this is a nice GUI wrapper for it anyway.</p>

<p><a href="http://makecertui.codeplex.com/">http://makecertui.codeplex.com/</a></p>

<h6 id="bonushowtocreateanduseselfsignedprivatecertificateonwindowsserver2012r2">Bonus: How to create and use Self-Signed Private Certificate on Windows Server 2012 R2:</h6>

<p><a href="http://blogs.technet.com/b/blainbar/archive/2013/07/24/article-using-a-self-signed-private-certificate-makecert-exe-with-windows-azure-backup-vault-and-windows-server-2012-r2.aspx">Step-by-Step - Using a Self-Signed (Private) Certificate (makecert.exe) with Windows Azure Backup Vault and Windows Server 2012 R2</a></p>

<h6 id="moreinfoforformakecert">More info for  for makecert:</h6>

<ul>
<li><a href="http://msdn.microsoft.com/en-us/library/windows/desktop/aa386968(v=vs.85).aspx">MS Dev Centre</a></li>
<li><a href="http://msdn.microsoft.com/en-us/library/bfsktky3(v=vs.110).aspx">MSDN</a></li>
</ul>]]></description><link>http://evan.ly/makecert-exe-isnt-as-spooky-as-you-think/</link><guid isPermaLink="false">bc9c6392-d5a2-4572-8997-7a3b11fa3393</guid><category><![CDATA[SSL]]></category><category><![CDATA[Certificates]]></category><category><![CDATA[WindowsServer2012]]></category><dc:creator><![CDATA[Evan]]></dc:creator><pubDate>Mon, 13 Oct 2014 01:07:19 GMT</pubDate></item></channel></rss>