<?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>IT-GEEKS.SE</title>
	<atom:link href="https://it-geeks.se/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>Thu, 15 Sep 2022 10:29:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>Checking DirSync Version</title>
		<link>https://it-geeks.se/2016/01/checking-dirsync-version/</link>
					<comments>https://it-geeks.se/2016/01/checking-dirsync-version/#respond</comments>
		
		<dc:creator><![CDATA[Mikael]]></dc:creator>
		<pubDate>Tue, 26 Jan 2016 08:00:24 +0000</pubDate>
				<category><![CDATA[DirSync]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[powershell]]></category>
		<guid isPermaLink="false">http://it-geeks.se/?p=26</guid>

					<description><![CDATA[How do one check what version of DirSync currently installed? Open a Powershell cmdlet and run: (Get-ItemProperty “hklm:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Online Directory Sync”).DisplayVersion]]></description>
										<content:encoded><![CDATA[<p>How do one check what version of DirSync currently installed?</p>
<p>Open a Powershell cmdlet and run:</p>
<pre class="toolbar:2 lang:ps decode:true " title="Checking what DirSync version" >(Get-ItemProperty “hklm:SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Microsoft Online Directory Sync”).DisplayVersion</pre>
]]></content:encoded>
					
					<wfw:commentRss>https://it-geeks.se/2016/01/checking-dirsync-version/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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>
		<item>
		<title>About us</title>
		<link>https://it-geeks.se/2016/01/about-me/</link>
					<comments>https://it-geeks.se/2016/01/about-me/#respond</comments>
		
		<dc:creator><![CDATA[Mikael]]></dc:creator>
		<pubDate>Sun, 10 Jan 2016 21:23:33 +0000</pubDate>
				<category><![CDATA[Uncategorised]]></category>
		<guid isPermaLink="false">http://it-geeks.se/?p=21</guid>

					<description><![CDATA[About us]]></description>
										<content:encoded><![CDATA[<p>About us</p>
]]></content:encoded>
					
					<wfw:commentRss>https://it-geeks.se/2016/01/about-me/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Page Caching using Disk: Enhanced 

Served from: it-geeks.se @ 2026-04-21 14:37:23 by W3 Total Cache
-->