<?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 Users To An Azure AD Group Using Powershell	</title>
	<atom:link href="https://thesysadminchannel.com/how-to-add-users-to-an-azure-ad-group-using-powershell/feed/" rel="self" type="application/rss+xml" />
	<link>https://thesysadminchannel.com/how-to-add-users-to-an-azure-ad-group-using-powershell/</link>
	<description>Documenting My Life as a System Administrator</description>
	<lastBuildDate>Tue, 16 Apr 2024 15:55:46 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: abdelhay		</title>
		<link>https://thesysadminchannel.com/how-to-add-users-to-an-azure-ad-group-using-powershell/#comment-27447</link>

		<dc:creator><![CDATA[abdelhay]]></dc:creator>
		<pubDate>Tue, 16 Apr 2024 15:55:46 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3373#comment-27447</guid>

					<description><![CDATA[I got error: Add-AzureADGroupMember : Error occurred while executing AddGroupMember
Code: Authorization_RequestDenied
Message: Insufficient privileges to complete the operation.]]></description>
			<content:encoded><![CDATA[<p>I got error: Add-AzureADGroupMember : Error occurred while executing AddGroupMember<br />
Code: Authorization_RequestDenied<br />
Message: Insufficient privileges to complete the operation.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashiek		</title>
		<link>https://thesysadminchannel.com/how-to-add-users-to-an-azure-ad-group-using-powershell/#comment-7975</link>

		<dc:creator><![CDATA[Ashiek]]></dc:creator>
		<pubDate>Wed, 01 Feb 2023 12:47:55 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3373#comment-7975</guid>

					<description><![CDATA[Buy how would you do this for multiple users?
I did the following, check this snippet: https://pastebin.com/aHw85b3R

First I set the variable for $users to get the username from this text file.
Then I want to add those users to the group with Add-AzureADGroupMember.

But it doesn&#039;t work and I get the following error:
Add-AzureADGroupMember : Error occurred while executing AddGroupMember 
Code: Request_BadRequest]]></description>
			<content:encoded><![CDATA[<p>Buy how would you do this for multiple users?<br />
I did the following, check this snippet: <a href="https://pastebin.com/aHw85b3R" rel="nofollow ugc">https://pastebin.com/aHw85b3R</a></p>
<p>First I set the variable for $users to get the username from this text file.<br />
Then I want to add those users to the group with Add-AzureADGroupMember.</p>
<p>But it doesn&#8217;t work and I get the following error:<br />
Add-AzureADGroupMember : Error occurred while executing AddGroupMember<br />
Code: Request_BadRequest</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: `Learner77		</title>
		<link>https://thesysadminchannel.com/how-to-add-users-to-an-azure-ad-group-using-powershell/#comment-7790</link>

		<dc:creator><![CDATA[`Learner77]]></dc:creator>
		<pubDate>Wed, 25 Jan 2023 13:56:57 +0000</pubDate>
		<guid isPermaLink="false">https://thesysadminchannel.com/?p=3373#comment-7790</guid>

					<description><![CDATA[That is a nice article. Would like to see more of this. A small inquiry, did you copy and paste the 2 object id values in the last cmdlet or is there any other way to get those values there? Using variables could be an option but wondering what you prefer to use in these cases. Thanks in advance.]]></description>
			<content:encoded><![CDATA[<p>That is a nice article. Would like to see more of this. A small inquiry, did you copy and paste the 2 object id values in the last cmdlet or is there any other way to get those values there? Using variables could be an option but wondering what you prefer to use in these cases. Thanks in advance.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
