<?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>azure &#8211; IT-GEEKS.SE</title>
	<atom:link href="https://it-geeks.se/tag/azure/feed/" rel="self" type="application/rss+xml" />
	<link>https://it-geeks.se</link>
	<description>Just a place to put my scripts and thoughts</description>
	<lastBuildDate>Fri, 15 Jan 2016 20:54:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.2</generator>
	<item>
		<title>How do you connect to Office 365?</title>
		<link>https://it-geeks.se/2016/01/how-do-you-connect-to-office-365/</link>
					<comments>https://it-geeks.se/2016/01/how-do-you-connect-to-office-365/#comments</comments>
		
		<dc:creator><![CDATA[Mikael]]></dc:creator>
		<pubDate>Fri, 15 Jan 2016 20:42:49 +0000</pubDate>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[powershell]]></category>
		<category><![CDATA[azure]]></category>
		<category><![CDATA[msonline]]></category>
		<category><![CDATA[office 365]]></category>
		<guid isPermaLink="false">http://it-geeks.se/?p=4</guid>

					<description><![CDATA[$LiveCred = Get-Credential Import-module msonline Connect-MsolService -Credential $LiveCred -verbose $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection Import-PSSession $Session get-user -Identity "username" &#124; ft identity, whenCreated, whenChanged Remove-PSSession $Session]]></description>
										<content:encoded><![CDATA[
<pre class="lang:ps mark:2 decode:true " title="script to connect to Office 365 powershell" >$LiveCred = Get-Credential
Import-module msonline
Connect-MsolService -Credential $LiveCred -verbose
$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection
Import-PSSession $Session
get-user -Identity "username" | ft identity, whenCreated, whenChanged

Remove-PSSession $Session
</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://it-geeks.se/2016/01/how-do-you-connect-to-office-365/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: it-geeks.se @ 2026-07-27 08:15:01 by W3 Total Cache
-->