<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BitLocker | KC's Blog</title>
	<atom:link href="https://www.kjctech.net/tag/bitlocker/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.kjctech.net</link>
	<description></description>
	<lastBuildDate>Sat, 22 Mar 2025 05:22:34 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/www.kjctech.net/wp-content/uploads/2016/12/cropped-KC-Logo.png?fit=32%2C32&#038;ssl=1</url>
	<title>BitLocker | KC's Blog</title>
	<link>https://www.kjctech.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">24634607</site>	<item>
		<title>Encrypting Disks with BitLocker in PowerShell</title>
		<link>https://www.kjctech.net/encrypting-disks-with-bitlocker-in-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=encrypting-disks-with-bitlocker-in-powershell</link>
					<comments>https://www.kjctech.net/encrypting-disks-with-bitlocker-in-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Fri, 23 Jun 2023 00:22:52 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=5085</guid>

					<description><![CDATA[<p>When I need to turn on BitLocker on either a system drive or an external USB drive, I usually just right-click the drive, choose Turn on BitLocker, and then follow the wizard. It works pretty well and does what I need. What I didn&#8217;t know is that there are a lot more options you can choose from when you do [&#8230;]</p>
The post <a href="https://www.kjctech.net/encrypting-disks-with-bitlocker-in-powershell/">Encrypting Disks with BitLocker in PowerShell</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>When I need to turn on BitLocker on either a system drive or an external USB drive, I usually just right-click the drive, choose Turn on BitLocker, and then follow the wizard. It works pretty well and does what I need. What I didn&#8217;t know is that there are a lot more options you can choose from when you do so using PowerShell.</p>



<p>For example, there is more than just one encryption method you can use. With -EncryptionMethod, you can specify one of 4 methods to encrypt your drive, AES128, AES258, XtsAes128, or XtsAes256.</p>



<pre class="wp-block-preformatted">Enable-BitLocker -MountPoint "c:" -EncryptionMethod Aes256 -RecoveryKeyPath "E:\Recovery\" -RecoveryKeyProtector</pre>



<p>You can also enable BitLocker with a specified AD user account so that when a user accesses the encrypted drive, they will get prompted for credentials for that account.</p>



<pre class="wp-block-preformatted">Enable-BitLocker -MountPoint "C:" -EncryptionMethod Aes128 -AdAccountOrGroup "Western\SarahJones" -AdAccountOrGroupProtector</pre>



<p>Have you ever wondered what is wrong with my BitLocker drive that has a warning sign?</p>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" decoding="async" width="306" height="101" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image.png?resize=306%2C101&#038;ssl=1" alt="" class="wp-image-5086" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image.png?w=306&amp;ssl=1 306w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image.png?resize=250%2C83&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image.png?resize=100%2C33&amp;ssl=1 100w" sizes="(max-width: 306px) 100vw, 306px" /></figure>



<p><strong><em>Get-BitLockerVolume</em></strong> tells you everything.</p>



<figure class="wp-block-image size-large"><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" fetchpriority="high" decoding="async" width="600" height="107" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=600%2C107&#038;ssl=1" alt="" class="wp-image-5087" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=600%2C107&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=450%2C80&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=250%2C45&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=768%2C137&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=700%2C125&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=520%2C93&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=360%2C64&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?resize=100%2C18&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-1.png?w=819&amp;ssl=1 819w" sizes="(max-width: 600px) 100vw, 600px" /></a></figure>



<p>Aha&#8230;it&#8217;s because the Protection is off. Let&#8217;s Resume-BitLocker it.</p>



<figure class="wp-block-image size-large"><img data-recalc-dims="1" decoding="async" width="600" height="169" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=600%2C169&#038;ssl=1" alt="" class="wp-image-5088" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=600%2C169&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=450%2C127&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=250%2C71&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=768%2C217&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=700%2C198&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=520%2C147&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=360%2C102&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?resize=100%2C28&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-2.png?w=829&amp;ssl=1 829w" sizes="(max-width: 600px) 100vw, 600px" /></figure>



<p>What&#8217;s my encrypted system drive&#8217;s recovery password?</p>



<pre class="wp-block-preformatted">(Get-bitlockervolume -MountPoint "C:").KeyProtector</pre>



<p>Can I save it to Active Directory so I don&#8217;t have to keep the file? Sure thing.</p>



<pre class="wp-block-preformatted">Backup-BitLockerKeyProtector -MountPoint "C" -KeyProtectorId (Get-bitlockervolume -MountPoint "C:").KeyProtector[1].KeyProtectorId</pre>



<p>But whoops, it says &#8220;Group Policy does not permit the storage of recovery information to Active Directory&#8221;. What to do?</p>



<p>There are two policies you will need to change here. Open the policy assigned to the GPO, and go to the following location.</p>



<pre class="wp-block-preformatted">Computer Configuration &gt; Policies &gt; Administrative Templates &gt; Windows Components &gt; BitLocker Drive Encryption</pre>



<p>And enable the policy called <strong><em>Store BitLocker Recovery information in Active Directory Domain Services</em></strong></p>



<p>Then go to one of the following sub-locations of BitLocker Drive Encryption, whichever one you would be using.</p>



<ul class="wp-block-list">
<li>Fixed Data Drives</li>



<li>Operating System Drives</li>



<li>Removable Data Drives</li>
</ul>



<figure class="wp-block-image size-full"><img data-recalc-dims="1" loading="lazy" decoding="async" width="357" height="123" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-3.png?resize=357%2C123&#038;ssl=1" alt="" class="wp-image-5089" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-3.png?w=357&amp;ssl=1 357w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-3.png?resize=250%2C86&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2023/06/image-3.png?resize=100%2C34&amp;ssl=1 100w" sizes="auto, (max-width: 357px) 100vw, 357px" /></figure>



<p>And enable the policy called <strong><em>Choose how BitLocker-protected operating system drives can be recovered</em>.</strong></p>



<p>If it still doesn&#8217;t work, you may have to install the BitLocker management tools on the AD server.</p>



<pre class="wp-block-preformatted">Install-WindowsFeature BitLocker -IncludeAllSubFeature -IncludeManagementTools</pre>



<p>With GPO configured to save the BitLocker keys to AD, we can enable BitLocker and save the keys directly to AD in PowerShell.</p>



<pre class="wp-block-preformatted">Add-BitLockerKeyProtector -MountPoint C: -RecoveryPasswordProtector | Out-Null<br>Enable-BitLocker -MountPoint C: -TpmProtector -EncryptionMethod Aes256 -SkipHardwareTest</pre>The post <a href="https://www.kjctech.net/encrypting-disks-with-bitlocker-in-powershell/">Encrypting Disks with BitLocker in PowerShell</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/encrypting-disks-with-bitlocker-in-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">5085</post-id>	</item>
		<item>
		<title>MDT &#8211; BitLocker Encrypting Failed</title>
		<link>https://www.kjctech.net/mdt-bitlocker-encrypting-failed/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=mdt-bitlocker-encrypting-failed</link>
					<comments>https://www.kjctech.net/mdt-bitlocker-encrypting-failed/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Mon, 24 May 2021 07:14:00 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[MDT]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=4633</guid>

					<description><![CDATA[<p>One of the steps deploying a computer these days is to encrypt the disk by enabling BitLocker in the sequence. But I was getting an error message telling me that the encryption failed because TPM Password missing. Please provide Password via TpmOwnerPassword or AdminPassword Since none of the password is present in the sequence or the configuration file, the encryption [&#8230;]</p>
The post <a href="https://www.kjctech.net/mdt-bitlocker-encrypting-failed/">MDT – BitLocker Encrypting Failed</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>One of the steps deploying a computer these days is to encrypt the disk by enabling BitLocker in the sequence. But I was getting an error message telling me that the encryption failed because</p>



<blockquote class="wp-block-quote is-style-large is-layout-flow wp-block-quote-is-layout-flow"><p>TPM Password missing. Please provide Password via TpmOwnerPassword or AdminPassword</p></blockquote>



<p>Since none of the password is present in the sequence or the configuration file, the encryption wasn&#8217;t going through.</p>



<p>So where to put the these passwords so that the deploy sequence can go through without the problem?</p>



<p>In MDT&#8217;s DeploymentWorkbench, right-click the Deployment Share you have, and choose Properties.</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="447" height="218" src="//i0.wp.com/kjctech.net/wp-content/uploads/2021/05/image-10.png" alt="" class="wp-image-4634" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2021/05/image-10.png?w=447&amp;ssl=1 447w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2021/05/image-10.png?resize=250%2C122&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2021/05/image-10.png?resize=360%2C176&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2021/05/image-10.png?resize=100%2C49&amp;ssl=1 100w" sizes="auto, (max-width: 447px) 100vw, 447px" /></figure>



<p>Switch to Rules tab and add the following line under [Default] section.</p>



<pre class="wp-block-preformatted">TpmOwnerPassword=passphase</pre>



<p>Click OK to save the setting, which saves the change to <strong>CustomSettings.ini</strong> file under Control folder in MDT deployment share folder.</p>



<p>Now try again and the encryption should go through.</p>



<p>Behind the scene, the TpmOwnerPassword is used during the TPM initialization process for encryption. However, since retaining ownership password is no longer a safe measure in BitLocker, it will be set to a random value in the latest Windows 10 builds. So, it seems that the TpmOwnerPassword is obsolete and no longer used. However, if it still prevents you from enabling BitLocker during the deployment, hope this one helps.</p>The post <a href="https://www.kjctech.net/mdt-bitlocker-encrypting-failed/">MDT – BitLocker Encrypting Failed</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/mdt-bitlocker-encrypting-failed/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">4633</post-id>	</item>
		<item>
		<title>How To Unlock BitLocker Encrypted Disks in Windows Server 2012</title>
		<link>https://www.kjctech.net/how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012</link>
					<comments>https://www.kjctech.net/how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012/#respond</comments>
		
		<dc:creator><![CDATA[Kent Chen]]></dc:creator>
		<pubDate>Sun, 10 Sep 2017 05:53:29 +0000</pubDate>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<guid isPermaLink="false">https://www.kjctech.net/?p=3647</guid>

					<description><![CDATA[<p>I have a BitLocker encrypted external drive that I needed to read from a Windows Server 2012. When I connected it to the server and right-click on the drive I don&#8217;t see the Unlock Drive option from the context menu like I usually see on my Windows 10 computer. So, what to do? How to enable BitLocker encryption on Windows [&#8230;]</p>
The post <a href="https://www.kjctech.net/how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012/">How To Unlock BitLocker Encrypted Disks in Windows Server 2012</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></description>
										<content:encoded><![CDATA[<p>I have a BitLocker encrypted external drive that I needed to read from a Windows Server 2012. When I connected it to the server and right-click on the drive I don&#8217;t see the <strong>Unlock Drive</strong> option from the context menu like I usually see on my Windows 10 computer. So, what to do?</p>
<h2>How to enable BitLocker encryption on Windows Server 2012</h2>
<p>The reason I don&#8217;t see the Unlock Drive option is that the BitLocker feature is not enabled by default on a newly installed Windows Server 2012.</p>
<p>To enable the feature, open Server Manager and launch Add Roles and Features wizard.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-Add-roles-and-features.png?ssl=1" data-rel="lightbox-image-0" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3648" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-Add-roles-and-features.png?resize=321%2C271&#038;ssl=1" alt="Windows Server 2012 - Add roles and features" width="321" height="271" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-Add-roles-and-features.png?w=321&amp;ssl=1 321w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-Add-roles-and-features.png?resize=250%2C211&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-Add-roles-and-features.png?resize=100%2C84&amp;ssl=1 100w" sizes="auto, (max-width: 321px) 100vw, 321px" /></a></p>
<p>Select <strong>BitLocker Drive Encryption</strong> option in Features stage and click <strong>Install</strong>.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?ssl=1" data-rel="lightbox-image-1" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-large wp-image-3649" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=600%2C425&#038;ssl=1" alt="" width="600" height="425" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=600%2C425&amp;ssl=1 600w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=250%2C177&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=450%2C319&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=768%2C544&amp;ssl=1 768w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=700%2C496&amp;ssl=1 700w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=520%2C369&amp;ssl=1 520w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=360%2C255&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?resize=100%2C71&amp;ssl=1 100w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Server-2012-BitLocker-drive-feature.png?w=800&amp;ssl=1 800w" sizes="auto, (max-width: 600px) 100vw, 600px" /></a></p>
<p>It takes a few moment to get it installed. You will need to restart the server to have the change taken in place.</p>
<p>Once installed and restarted, you will see the <strong>Unlock Drive</strong> option appeared in the context menu.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?ssl=1" data-rel="lightbox-image-2" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3650" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?resize=452%2C493&#038;ssl=1" alt="" width="452" height="493" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?w=452&amp;ssl=1 452w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?resize=250%2C273&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?resize=450%2C491&amp;ssl=1 450w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?resize=360%2C393&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-Unlock.png?resize=100%2C109&amp;ssl=1 100w" sizes="auto, (max-width: 452px) 100vw, 452px" /></a></p>
<p>And you will be able to unlock the drive by providing the password. If you need to access the same encrypted drive repeatedly, you can check &#8220;<strong>Automatically unlock on this PC</strong>&#8221; option.</p>
<p><a href="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?ssl=1" data-rel="lightbox-image-3" data-rl_title="" data-rl_caption="" title=""><img data-recalc-dims="1" loading="lazy" decoding="async" class="alignnone size-full wp-image-3651" src="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?resize=423%2C408&#038;ssl=1" alt="Windows Server 2012 - BitLocker password" width="423" height="408" srcset="https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?w=423&amp;ssl=1 423w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?resize=250%2C241&amp;ssl=1 250w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?resize=360%2C347&amp;ssl=1 360w, https://i0.wp.com/www.kjctech.net/wp-content/uploads/2017/09/Windows-Server-2012-BitLocker-password.png?resize=100%2C96&amp;ssl=1 100w" sizes="auto, (max-width: 423px) 100vw, 423px" /></a></p>
<p>The other way around this is to use the PowerShell cmdlet if you don&#8217;t want to enable BitLocker feature on the server.</p>
<p>The syntax of the cmdlet <strong>Unlock-BitLocker</strong> is something like this.</p>
<pre class="">Unlock-BitLocker [-MountPoint] &lt;String[]&gt; -Password &lt;SecureString&gt; [-WhatIf] [-Confirm] <span class="hljs-meta">[&lt;CommonParameters&gt;]</span></pre>The post <a href="https://www.kjctech.net/how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012/">How To Unlock BitLocker Encrypted Disks in Windows Server 2012</a> first appeared on <a href="https://www.kjctech.net">KC's Blog</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.kjctech.net/how-to-unlock-bitlocker-encrypted-disks-in-windows-server-2012/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3647</post-id>	</item>
	</channel>
</rss>
