<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How To Add Azure AD Roles Using PowerShell With PIM	</title>
	<atom:link href="https://thesysadminchannel.com/how-to-add-azure-ad-roles-using-powershell-with-pim/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/how-to-add-azure-ad-roles-using-powershell-with-pim/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Fri, 13 Jan 2023 12:19:30 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Easty22		</title>
		<link>https://thesysadminchannel.com/how-to-add-azure-ad-roles-using-powershell-with-pim/#comment-7485</link>

		<dc:creator><![CDATA[Easty22]]></dc:creator>
		<pubDate>Fri, 13 Jan 2023 12:19:30 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3494#comment-7485</guid>

					<description><![CDATA[To permanently assign a role, leave off the duration when calling the Function:
Add-PIMRoleAssignment -UserPrincipalName &#039;YourUser@Domain.com&#039; -RoleName &#039;SharePoint Administrator&#039; -Justification &#039;TicketNumber&#039;

and amend the end date to be:
$Schedule.EndDateTime = $null

This worked for me.]]></description>
			<content:encoded><![CDATA[<p>To permanently assign a role, leave off the duration when calling the Function:<br />
Add-PIMRoleAssignment -UserPrincipalName &#8216;YourUser@Domain.com&#8217; -RoleName &#8216;SharePoint Administrator&#8217; -Justification &#8216;TicketNumber&#8217;</p>
<p>and amend the end date to be:<br />
$Schedule.EndDateTime = $null</p>
<p>This worked for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silva		</title>
		<link>https://thesysadminchannel.com/how-to-add-azure-ad-roles-using-powershell-with-pim/#comment-1618</link>

		<dc:creator><![CDATA[Silva]]></dc:creator>
		<pubDate>Tue, 05 Jul 2022 18:20:03 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3494#comment-1618</guid>

					<description><![CDATA[This script is very useful for me, many thanks for sharing.

I&#039;ve tried to adapt for my usage but wasn&#039;t quite successfully. how we can set the duration to be permanently eligible ?]]></description>
			<content:encoded><![CDATA[<p>This script is very useful for me, many thanks for sharing.</p>
<p>I&#8217;ve tried to adapt for my usage but wasn&#8217;t quite successfully. how we can set the duration to be permanently eligible ?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
