<?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>how to use laps Archives - the Sysadmin Channel</title>
	<atom:link href="https://thesysadminchannel.com/tag/how-to-use-laps/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/tag/how-to-use-laps/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Wed, 24 Oct 2018 22:09:50 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
<site xmlns="com-wordpress:feed-additions:1">144174110</site>	<item>
		<title>Deploying LAPS via SCCM &#124; Local Administrator Password Solution</title>
		<link>https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/</link>
					<comments>https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/#respond</comments>
		
		<dc:creator><![CDATA[Paul Contreras]]></dc:creator>
		<pubDate>Wed, 24 Oct 2018 22:09:50 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Powershell]]></category>
		<category><![CDATA[SCCM]]></category>
		<category><![CDATA[deploy laps sccm]]></category>
		<category><![CDATA[Deploying LAPS using SCCM]]></category>
		<category><![CDATA[how to use laps]]></category>
		<category><![CDATA[install laps client]]></category>
		<category><![CDATA[laps msi deployment]]></category>
		<category><![CDATA[LAPS tutorial]]></category>
		<category><![CDATA[Local Administrator Password Solution]]></category>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=1045</guid>

					<description><![CDATA[<p>What is LAPS? Deploying LAPS (Local Administrator Password Solution) is probably one of the best things you can do for your organization. LAPS is a Microsoft solution to change the local administrator password on every single machine you have it&#8230; <a href="https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/" class="more-link">Continue Reading <span class="meta-nav">&#8594;</span></a></p>
<p>The post <a href="https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/">Deploying LAPS via SCCM | Local Administrator Password Solution</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>What is LAPS?</h2>
<p>Deploying LAPS (Local Administrator Password Solution) is probably one of the best things you can do for your organization.  LAPS is a Microsoft solution to change the local administrator password on every single machine you have it applied to.  The best part, is that it&#8217;s very dynamic.  This means that you can set one Organizational Unit, such as your Servers OU, to 20 character local admin passwords, while keeping your desktop OU, 14 characters.  By default, Active Directory changes the passwords every 30 days, and it also has the option to manually reset the password on whatever date you to want to set it to.</p>
<h2>Powershell Commands to Deploy LAPS</h2>
<p>The deployment of LAPS is pretty simple and straight forward.  However, I&#8217;ll go over some bullet points to give you a broad overview in Powershell.</p>
<ul>
<li>Download the LAPS files from <a href="https://www.microsoft.com/en-us/download/details.aspx?id=46899" rel="noopener" target="_blank">Microsoft&#8217;s office Site</a>.</li>
<li><strong>Install LAPS</strong> on an admin PC/Server and install all options. (In my example, I installed it on my Windows 10 PC).</li>
<li>Import LAPS Module.  (<strong>Import-Module AdmPwd.PS</strong>)</li>
<li>Extend Active Directory Schema. (<strong>Update-AdmPwdADSchema</strong>) </li>
<li>Allow Computers to publish passwords to AD. (<strong>Set-AdmPwdComputerSelfPermission -OrgUnit $YourOU</strong>)</li>
<li>Grant Permissions to Groups. (<strong>Set-AdmPwdReadPasswordPermission -OrgUnit $YourOU -AllowedPrincipals &#8216;AD\GroupToReadPasswords&#8217;</strong>).</li>
</ul>
<p>You can choose how you want to get the client deployed to machines but in my case I&#8217;m going to use SCCM to deploy LAPS.  I&#8217;ll let the video go over the exact details.</p>
<h2>Deploying LAPS via SCCM Video Demo</h2>
<p><iframe title="Deploy LAPS Using SCCM | Microsoft Local Administrator Password Solution Step by Step Guide" width="640" height="360" src="https://www.youtube.com/embed/FS54XjzHxss?feature=oembed" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></p>
<p>And that about covers how you can deploy LAPS in your domain using SCCM.  You can also deploy the LAPS client through GPO, PDQ or any other means. If you want more awesome sysadmin content, don&#8217;t forget to check out <a href="https://www.youtube.com/channel/UC9VnUjmZrNG3ithDZmG-S-g" rel="noopener" target="_blank">theSysadminChannel on Youtube</a> for video demos and how-tos.  Also, if you want to further your SCCM knowledge, check out <a href="https://amzn.to/2pSxsvH" rel="noopener" target="_blank">System Center Configuration Manager Current Branch Unleashed</a></p>
<p>The post <a href="https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/">Deploying LAPS via SCCM | Local Administrator Password Solution</a> appeared first on <a href="https://thesysadminchannel.com">the Sysadmin Channel</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://thesysadminchannel.com/deploying-laps-sccm-local-administrator-password-solution/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">1045</post-id>	</item>
	</channel>
</rss>
