<?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[Thomas' Blog]]></title><description><![CDATA[Thomas' Blog]]></description><link>https://szafran.dev</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Apr 2026 03:31:41 GMT</lastBuildDate><atom:link href="https://szafran.dev/rss.xml" rel="self" type="application/rss+xml"/><language><![CDATA[en]]></language><ttl>60</ttl><item><title><![CDATA[MS Graph PowerShell Installation]]></title><description><![CDATA[Install
Install-Module Microsoft.Graph
For a specific module:
Install-Module Microsoft.Graph.Identity.SignIns
Update Module
Uninstall-Module Microsoft.Graph
https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershel...]]></description><link>https://szafran.dev/ms-graph-powershell-installation</link><guid isPermaLink="true">https://szafran.dev/ms-graph-powershell-installation</guid><category><![CDATA[Powershell]]></category><dc:creator><![CDATA[Thomas]]></dc:creator><pubDate>Fri, 01 Nov 2024 07:00:00 GMT</pubDate><content:encoded><![CDATA[<h2 id="heading-install">Install</h2>
<p><code>Install-Module Microsoft.Graph</code></p>
<p>For a specific module:</p>
<p><code>Install-Module Microsoft.Graph.Identity.SignIns</code></p>
<h2 id="heading-update-module">Update Module</h2>
<p><code>Uninstall-Module Microsoft.Graph</code></p>
<p><a target="_blank" href="https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0#updating-the-sdk">https://learn.microsoft.com/en-us/powershell/microsoftgraph/installation?view=graph-powershell-1.0#updating-the-sdk</a></p>
<h2 id="heading-find-module-by-command">Find Module by Command</h2>
<p><code>Find-MgGraphCommand -command "Get-MgUserAuthenticationMethod"</code></p>
<p><a target="_blank" href="https://learn.microsoft.com/en-us/powershell/microsoftgraph/find-mg-graph-command?view=graph-powershell-1.0#find-microsoft-graph-powershell-commands-by-command-name">https://learn.microsoft.com/en-us/powershell/microsoftgraph/find-mg-graph-command?view=graph-powershell-1.0#find-microsoft-graph-powershell-commands-by-command-name</a></p>
]]></content:encoded></item></channel></rss>