<?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>GA IT Support</title>
	<atom:link href="https://www.gasupport.net/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.gasupport.net/</link>
	<description>Helpdesk, Remote Support, Computer Repair - Austria, UK and Romania</description>
	<lastBuildDate>Thu, 12 Feb 2026 08:56:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.gasupport.net/wp-content/uploads/2020/05/cropped-favicon-32x32.png</url>
	<title>GA IT Support</title>
	<link>https://www.gasupport.net/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">219070500</site>	<item>
		<title>How to create dynamic Update Notification for Home Assistant App for Android</title>
		<link>https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-create-dynamic-update-notification-home-assistant-android</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Wed, 11 Feb 2026 12:08:16 +0000</pubDate>
				<category><![CDATA[Home Assistant]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=3170</guid>

					<description><![CDATA[<p>Recently I decided to create a notification for any available update for my Home Assistant so I can keep everything up to date. I managed to create a nice dynamic Update Notification for Home Assistant with an AI tool. Below is the YAML file to use. Feel free to change importance and priority from high [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/">How to create dynamic Update Notification for Home Assistant App for Android</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3170" class="elementor elementor-3170" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-685aaacf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="685aaacf" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-79296848" data-id="79296848" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-346a9011 elementor-widget elementor-widget-text-editor" data-id="346a9011" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p><img data-dominant-color="2b4265" data-has-transparency="true" style="--dominant-color: #2b4265;" fetchpriority="high" decoding="async" class="alignnone wp-image-3169 size-full has-transparency" src="https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM.avif" alt="home_assistant" width="1338" height="497" srcset="https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM.avif 1338w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-300x111.avif 300w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-1024x380.avif 1024w, https://www.gasupport.net/wp-content/uploads/2026/02/ChatGPT-Image-Feb-11-2026-11_42_48-AM-768x285.avif 768w" sizes="(max-width: 1338px) 100vw, 1338px" /></p><h5>Recently I decided to create a notification for any available update for my Home Assistant so I can keep everything up to date. I managed to create a nice dynamic Update Notification for Home Assistant with an AI tool.</h5><h5>Below is the YAML file to use. Feel free to change importance and priority from <strong>high</strong> to other values</h5><h5>Please update the <strong>alias(Name) </strong>with your prefered name and <strong>notify.mobile_app_name </strong>with your mobile entity name</h5><p><!-- End Coder for Elementor WordPress Plugin --></p>								</div>
				</div>
				<div class="elementor-element elementor-element-e921ff2 elementor-widget elementor-widget-mdp-coder-elementor" data-id="e921ff2" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-e921ff2"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-default"
            data-dark-theme="mdp-theme-default"
        >
            
                <pre class="language-yaml line-numbers"data-previewers=""><code>alias: Updates Notification - Dynamic
description: &quot;&quot;
triggers:
  - event_type: state_changed
    trigger: event
conditions:
  - condition: template
    value_template: |
      {{ trigger.event.data.old_state is not none
         and trigger.event.data.new_state is not none
         and trigger.event.data.new_state.domain == &#039;update&#039;
         and trigger.event.data.old_state.state == &#039;off&#039;
         and trigger.event.data.new_state.state == &#039;on&#039;
         and not trigger.event.data.new_state.attributes.get(&#039;in_progress&#039;, false) }}
actions:
  - data:
      title: Update Notification
      message: |
        {{ trigger.event.data.new_state.name }} has a new update available.
      data:
        importance: high
        priority: high
        ttl: 0
        clickAction: /config/updates
    action: notify.mobile_app_name
mode: single</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_e921ff2 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_e921ff2();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_e921ff2 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/home-assistant/how-to-create-dynamic-update-notification-home-assistant-android/">How to create dynamic Update Notification for Home Assistant App for Android</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3170</post-id>	</item>
		<item>
		<title>Windows Desktop Folder Showing as a Normal Folder: A Hidden Cause and Fix</title>
		<link>https://www.gasupport.net/windows/windows-desktop-folder-showing-as-a-normal-folder-a-hidden-cause-and-fix/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-desktop-folder-showing-as-a-normal-folder-a-hidden-cause-and-fix</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Fri, 23 Jan 2026 11:05:06 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=3145</guid>

					<description><![CDATA[<p>If your Desktop Folder in Windows Explorer shows as a normal folder and not with the nice blue icon, try the following. It worked for me and makes sense why it was not showing before. The issue was not related to missing desktop icons, icon cache corruption, or registry GUIDs. The Desktop folder was being [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/windows/windows-desktop-folder-showing-as-a-normal-folder-a-hidden-cause-and-fix/">Windows Desktop Folder Showing as a Normal Folder: A Hidden Cause and Fix</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="3145" class="elementor elementor-3145" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-7002f967 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7002f967" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-2b7b8f50" data-id="2b7b8f50" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7d978a89 elementor-widget elementor-widget-text-editor" data-id="7d978a89" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h6><img data-dominant-color="2387e4" data-has-transparency="false" style="--dominant-color: #2387e4;" decoding="async" class="aligncenter wp-image-3147 not-transparent" title="Windows11" src="https://www.gasupport.net/wp-content/uploads/2026/01/Windows11.avif" alt="Windows11" width="1613" height="599" srcset="https://www.gasupport.net/wp-content/uploads/2026/01/Windows11.avif 1338w, https://www.gasupport.net/wp-content/uploads/2026/01/Windows11-300x111.avif 300w, https://www.gasupport.net/wp-content/uploads/2026/01/Windows11-1024x380.avif 1024w, https://www.gasupport.net/wp-content/uploads/2026/01/Windows11-768x285.avif 768w" sizes="(max-width: 1613px) 100vw, 1613px" /></h6><h6>If your Desktop Folder in Windows Explorer shows as a normal folder and not with the nice blue icon, try the following. It worked for me and makes sense why it was not showing before.</h6><h6>The issue was not related to missing desktop icons, icon cache corruption, or registry GUIDs. The Desktop folder was being treated as a generic folder by Windows Explorer because it was missing a critical metadata entry.</h6><h6>The fix was a one‑line change in <strong>desktop.ini</strong>. In my case, I was missing the <strong>FolderType</strong> entry. That fixed my issue.</h6><h6>Open Command Prompt with elevated permissions (run as administrator) and run the following commands:</h6>								</div>
				</div>
				<div class="elementor-element elementor-element-4aef65d elementor-widget elementor-widget-mdp-coder-elementor" data-id="4aef65d" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-4aef65d"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-default"
            data-dark-theme="mdp-theme-default"
        >
            
                <pre class="language-powershell line-numbers"data-previewers=""><code># Change path to your user profile Desktop
cd &quot;%USERPROFILE%\Desktop&quot;

# Change the file attributes so can be visible and editable
attrib -h -s &quot;%USERPROFILE%\Desktop\desktop.ini&quot;

# Edit the file in notepad
notepad &quot;%USERPROFILE%\Desktop\desktop.ini&quot;

# Make sure the below is present in the file. If you have more lines inside make sure that FolderType and IconResource lines are preset
[.ShellClassInfo]
FolderType=Desktop
IconResource=%SystemRoot%\system32\imageres.dll,-183

# Restore the folder and file attributes
attrib +h +s &quot;%USERPROFILE%\Desktop\desktop.ini&quot;
attrib +s &quot;%USERPROFILE%\Desktop&quot;

# Restart Windows Explorer and done
taskkill /f /im explorer.exe
start explorer.exe
</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_4aef65d = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_4aef65d();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_4aef65d );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/windows/windows-desktop-folder-showing-as-a-normal-folder-a-hidden-cause-and-fix/">Windows Desktop Folder Showing as a Normal Folder: A Hidden Cause and Fix</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">3145</post-id>	</item>
		<item>
		<title>How to upload files to Nextcloud with PowerShell</title>
		<link>https://www.gasupport.net/nextcloud/how-to-upload-files-to-nextcloud-with-powershell/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-upload-files-to-nextcloud-with-powershell</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Tue, 22 Mar 2022 12:29:29 +0000</pubDate>
				<category><![CDATA[Nextcloud]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=2930</guid>

					<description><![CDATA[<p>After a few hours of Google search, I could find only one article (here) about this topic and that one was not working anymore. I grabbed that script and I modified it, fixed it and made it better. First, you have to create/share the folder in the Nextcloud. Share it with a link. Setup a [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/nextcloud/how-to-upload-files-to-nextcloud-with-powershell/">How to upload files to Nextcloud with PowerShell</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2930" class="elementor elementor-2930" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-1d411096 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="1d411096" data-element_type="section" data-e-type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-5a23b974" data-id="5a23b974" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-78e2a9ae elementor-widget elementor-widget-image" data-id="78e2a9ae" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" src="https://www.gasupport.net/wp-content/uploads/2022/03/Nextcloud_Logo.svg_.png" title="" alt="Nextcloud Logo" loading="lazy" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4cfd8947 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4cfd8947" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-7e852fda" data-id="7e852fda" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-24270c6 elementor-widget elementor-widget-text-editor" data-id="24270c6" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<h6>After a few hours of Google search, I could find only one article <a href="https://www.croix.at/blog/easy-nextcloud-file-drop-upload-using-powershell/" target="_blank" rel="noopener">(here)</a> about this topic and that one was not working anymore. I grabbed that script and I modified it, fixed it and made it better.</h6><h6>First, you have to create/share the folder in the Nextcloud. Share it with a link.</h6><h6>Setup a share password (mandatory in the newer versions)</h6><h6>I recommend to encode passwords and not to keep them as plain text: https://www.base64encode.org/</h6><h6>Once you shared it, copy the link and paste it in a notepad. Grab the token number that is at the end of the link.</h6><h6>e.g https://cloud.contorso.com/s/<strong>6o4kp4n9fS6QAN8</strong></h6><h6>That is the token you will be using in the script below.</h6><h6>Save the below script with <strong>.ps1</strong> extension and enjoy.</h6>								</div>
				</div>
				<div class="elementor-element elementor-element-c29509c elementor-widget elementor-widget-mdp-coder-elementor" data-id="c29509c" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-c29509c"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># Enable TLS 1.2
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12

# Define your Nextcloud address
$NextcloudUrl = &quot;https://cloud.contorso.com/&quot;

# Define the shared token and password you got from the shared link. Please replace $token and $pwd values
$token = &quot;Q2hhbmdlTWU=&quot;		# the value is &quot;ChangeMe&quot; encoded
$sharetoken = [Text.Encoding]::ASCII.GetString([Convert]::FromBase64String($token))
$pwd = &quot;Q2hhbmdlTWU=&quot;		# the value is &quot;ChangeMe&quot; encoded
$sharepassword = [Text.Encoding]::ASCII.GetString([Convert]::FromBase64String($pwd))
$authString = &quot;$($sharetoken):$($sharepassword)&quot;
$authEncoded = [Convert]::ToBase64String([Text.Encoding]::ASCII.GetBytes($authString))

# Define folder path where are the files you would like to upload. It can upload only files not folders.
# It doens&#039;t know about override, will create a duplicate in case you run it twice and the same file name is there.
$filepath = &quot;C:\Users\Username\Desktop\Folder&quot;

# Getting all the files in the specified folder
$Item = Get-ChildItem -Recurse $filepath | Sort-Object fullname | Select FullName

# Will process each file individually and upload them to the cloud.
$Item | ForEach-Object {

    $file = $_.FullName

$Item = Get-Item $file

$Headers = @{
    &quot;Authorization&quot; = &quot;Basic $authEncoded&quot;;
    &quot;X-Requested-With&quot;=&quot;XMLHttpRequest&quot;;
}
$webdav = &quot;$($NextcloudUrl)/public.php/webdav/$($Item.Name)&quot;
Invoke-RestMethod -Uri $webdav -InFile $Item.Fullname -Headers $Headers -Method Put
}
</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_c29509c = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_c29509c();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_c29509c );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-3eac8449 elementor-align-center elementor-widget elementor-widget-breadcrumbs" data-id="3eac8449" data-element_type="widget" data-e-type="widget" data-widget_type="breadcrumbs.default">
				<div class="elementor-widget-container">
					<p id="breadcrumbs"><span><span><a href="https://www.gasupport.net/">GA IT Support</a></span></span></p>				</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7fc430cb animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="7fc430cb" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-56c00706" data-id="56c00706" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-f8b9bd3 animated-slow elementor-invisible elementor-widget elementor-widget-post-navigation" data-id="f8b9bd3" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="post-navigation.default">
				<div class="elementor-widget-container">
							<div class="elementor-post-navigation" role="navigation" aria-label="Post Navigation">
			<div class="elementor-post-navigation__prev elementor-post-navigation__link">
				<a href="https://www.gasupport.net/o365/remove-microsoft-teams-groups-from-global-address-list/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i aria-hidden="true" class="fas fa-chevron-left"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">Remove Microsoft Teams Groups from Global Address List (GAL)</span></span></a>			</div>
						<div class="elementor-post-navigation__next elementor-post-navigation__link">
				<a href="https://www.gasupport.net/windows/windows-desktop-folder-showing-as-a-normal-folder-a-hidden-cause-and-fix/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Windows Desktop Folder Showing as a Normal Folder: A Hidden Cause and Fix</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i aria-hidden="true" class="fas fa-chevron-right"></i><span class="elementor-screen-only">Next</span></span></a>			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-31efceec elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="31efceec" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1fde51b8" data-id="1fde51b8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-39e299f4 elementor-author-box--layout-image-left elementor-author-box--align-left elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box" data-id="39e299f4" data-element_type="widget" data-e-type="widget" data-widget_type="author-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-author-box">
							<div  class="elementor-author-box__avatar">
					<img decoding="async" src="https://secure.gravatar.com/avatar/dfb3bc4b97fa5094c5f265a574c76b6a29118170fd11575a86e6a9dbde4162f3?s=300&#038;d=mm&#038;r=g" alt="Picture of Adrian" loading="lazy">
				</div>
			
			<div class="elementor-author-box__text">
									<div >
						<h4 class="elementor-author-box__name">
							Adrian						</h4>
					</div>
				
									<div class="elementor-author-box__bio">
						Senior Engineer at Computer Assistance Oxford					</div>
				
							</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-380ed123 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="380ed123" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-29a899e5" data-id="29a899e5" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2f7e110b elementor-widget elementor-widget-spacer" data-id="2f7e110b" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/nextcloud/how-to-upload-files-to-nextcloud-with-powershell/">How to upload files to Nextcloud with PowerShell</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2930</post-id>	</item>
		<item>
		<title>Remove Microsoft Teams Groups from Global Address List (GAL)</title>
		<link>https://www.gasupport.net/o365/remove-microsoft-teams-groups-from-global-address-list/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=remove-microsoft-teams-groups-from-global-address-list</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Fri, 13 Nov 2020 22:12:49 +0000</pubDate>
				<category><![CDATA[Office365]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=2658</guid>

					<description><![CDATA[<p>How to remove Teams Groups from Global Address List (GAL) If you have issues seeing too many groups in the Global Address List (GAL), you can hide them via PowerShell with the command Set-UnifiedGroup&#160;Connect to Exchange Online via Powershell (I created a blog post about this here)&#160; Run the below command: Set-UnifiedGroup -Identity group[at]contorso.com -HiddenFromAddressListsEnabled:$true​ [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/o365/remove-microsoft-teams-groups-from-global-address-list/">Remove Microsoft Teams Groups from Global Address List (GAL)</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="2658" class="elementor elementor-2658" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-2e0092c4 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2e0092c4" data-element_type="section" data-e-type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-e1bcd33" data-id="e1bcd33" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-34b04891 elementor-widget elementor-widget-image" data-id="34b04891" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="800" height="325" src="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png" class="attachment-large size-large wp-image-444" alt="Office 365" srcset="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png 1024w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-300x122.png 300w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-768x312.png 768w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3.png 1476w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-62843550 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="62843550" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-1a3c4d14" data-id="1a3c4d14" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-38d315b elementor-align-center elementor-widget elementor-widget-breadcrumbs" data-id="38d315b" data-element_type="widget" data-e-type="widget" data-widget_type="breadcrumbs.default">
				<div class="elementor-widget-container">
					<p id="breadcrumbs"><span><span><a href="https://www.gasupport.net/">GA IT Support</a></span></span></p>				</div>
				</div>
				<div class="elementor-element elementor-element-475e12b elementor-widget elementor-widget-heading" data-id="475e12b" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">How to remove Teams Groups from Global Address List (GAL)</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-38faf15 elementor-widget elementor-widget-spacer" data-id="38faf15" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0ceb624 elementor-widget elementor-widget-text-editor" data-id="0ceb624" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<div>If you have issues seeing too many groups in the Global Address List (GAL), you can hide them via PowerShell with the command <i><b>Set-UnifiedGroup</b></i></div><div> </div><div>Connect to Exchange Online via Powershell (I created a blog post about this <a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/" target="_blank" rel="noopener">here</a>)</div><div><a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/" target="_blank" rel="noopener"> </a></div><p>Run the below command:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-7ce3266 elementor-widget elementor-widget-mdp-coder-elementor" data-id="7ce3266" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-7ce3266"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code>Set-UnifiedGroup -Identity group[at]contorso.com -HiddenFromAddressListsEnabled:$true​</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_7ce3266 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_7ce3266();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_7ce3266 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-8d9590c elementor-widget elementor-widget-text-editor" data-id="8d9590c" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>You will see a warning message about the command executed successfully but no changes have been done. It is normal. Keep in mind that it might take up to 48 hours to fully hide the group.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-f9144cd elementor-widget elementor-widget-spacer" data-id="f9144cd" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-37d20ed7 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="37d20ed7" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-53c8f063" data-id="53c8f063" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-63d27f1c animated-slow elementor-invisible elementor-widget elementor-widget-post-navigation" data-id="63d27f1c" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="post-navigation.default">
				<div class="elementor-widget-container">
							<div class="elementor-post-navigation" role="navigation" aria-label="Post Navigation">
			<div class="elementor-post-navigation__prev elementor-post-navigation__link">
				<a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i aria-hidden="true" class="fas fa-chevron-left"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">Connect to Exchange Online Powershell V2</span></span></a>			</div>
						<div class="elementor-post-navigation__next elementor-post-navigation__link">
				<a href="https://www.gasupport.net/nextcloud/how-to-upload-files-to-nextcloud-with-powershell/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">How to upload files to Nextcloud with PowerShell</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i aria-hidden="true" class="fas fa-chevron-right"></i><span class="elementor-screen-only">Next</span></span></a>			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-7c2eb99b elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="7c2eb99b" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4585ea08" data-id="4585ea08" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-73c296b2 elementor-author-box--layout-image-left elementor-author-box--align-left elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box" data-id="73c296b2" data-element_type="widget" data-e-type="widget" data-widget_type="author-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-author-box">
							<div  class="elementor-author-box__avatar">
					<img decoding="async" src="https://secure.gravatar.com/avatar/dfb3bc4b97fa5094c5f265a574c76b6a29118170fd11575a86e6a9dbde4162f3?s=300&#038;d=mm&#038;r=g" alt="Picture of Adrian" loading="lazy">
				</div>
			
			<div class="elementor-author-box__text">
									<div >
						<h4 class="elementor-author-box__name">
							Adrian						</h4>
					</div>
				
									<div class="elementor-author-box__bio">
						Senior Engineer at Computer Assistance Oxford					</div>
				
							</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-6e487106 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="6e487106" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-72f89cbc" data-id="72f89cbc" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-7dcdb731 elementor-widget elementor-widget-spacer" data-id="7dcdb731" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/o365/remove-microsoft-teams-groups-from-global-address-list/">Remove Microsoft Teams Groups from Global Address List (GAL)</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">2658</post-id>	</item>
		<item>
		<title>Connect to Exchange Online Powershell V2</title>
		<link>https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=connect-to-exchange-online-powershell-v2</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Fri, 15 May 2020 11:02:51 +0000</pubDate>
				<category><![CDATA[Office365]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=494</guid>

					<description><![CDATA[<p>Connect to Exchange Online Powershell V2​ Microsoft will soon deprecate V1 or classic Exchange Online PowerShell connection. If you try to connect now you will get a warning like this: You have to do the following to setup your PowerShell with Exchange Online V2 Module: Open Powershell (As Admin) Run the next command only if [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/">Connect to Exchange Online Powershell V2</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="494" class="elementor elementor-494" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-4f07c2f elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4f07c2f" data-element_type="section" data-e-type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9866eb1" data-id="9866eb1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-ca1518b elementor-widget elementor-widget-image" data-id="ca1518b" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="800" height="325" src="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png" class="attachment-large size-large wp-image-444" alt="Office 365" srcset="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png 1024w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-300x122.png 300w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-768x312.png 768w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3.png 1476w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-60aaa9e elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="60aaa9e" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8eee7dd" data-id="8eee7dd" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0e0c3ab elementor-widget elementor-widget-spacer" data-id="0e0c3ab" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-0316393 elementor-widget elementor-widget-heading" data-id="0316393" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">Connect to Exchange Online Powershell V2​</h2>				</div>
				</div>
				<div class="elementor-element elementor-element-4573791 elementor-widget elementor-widget-spacer" data-id="4573791" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-1dd94a8 animated-slow elementor-invisible elementor-widget elementor-widget-text-editor" data-id="1dd94a8" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:500}" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Microsoft will soon deprecate V1 or classic Exchange Online PowerShell connection. If you try to connect now you will get a warning like this:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-ee80ad3 elementor-widget elementor-widget-image" data-id="ee80ad3" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img loading="lazy" decoding="async" width="800" height="92" src="https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20210130-163457.jpeg" class="attachment-large size-large wp-image-2727" alt="Powershell snap" srcset="https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20210130-163457.jpeg 955w, https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20210130-163457-300x35.jpeg 300w, https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20210130-163457-768x88.jpeg 768w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
				<div class="elementor-element elementor-element-1b9e31a elementor-widget elementor-widget-text-editor" data-id="1b9e31a" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>You have to do the following to setup your PowerShell with Exchange Online V2 Module:<b><br /></b></p><ul><li>Open Powershell (As Admin)</li><li>Run the next command only if your powershell complaints about package not found. </li></ul>								</div>
				</div>
				<div class="elementor-element elementor-element-074671f elementor-widget elementor-widget-mdp-coder-elementor" data-id="074671f" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-074671f"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code>[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_074671f = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_074671f();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_074671f );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-f0592d5 elementor-widget elementor-widget-text-editor" data-id="f0592d5" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>After that, run in order the following commands to get the modules installed</p>								</div>
				</div>
				<div class="elementor-element elementor-element-99e8f22 elementor-widget elementor-widget-mdp-coder-elementor" data-id="99e8f22" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-99e8f22"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># Enable Remote Signed script Execution
Set-ExecutionPolicy RemoteSigned</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_99e8f22 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_99e8f22();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_99e8f22 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-c291482 elementor-widget elementor-widget-mdp-coder-elementor" data-id="c291482" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-c291482"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># Installing the Module
Install-Module -Name ExchangeOnlineManagement</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_c291482 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_c291482();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_c291482 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-5901f17 elementor-widget elementor-widget-mdp-coder-elementor" data-id="5901f17" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-5901f17"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># Importing the Module
Import-Module ExchangeOnlineManagement; Get-Module ExchangeOnlineManagement</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_5901f17 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_5901f17();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_5901f17 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-27b2163 elementor-widget elementor-widget-mdp-coder-elementor" data-id="27b2163" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-27b2163"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># You can run the next command to update the module
Update-Module -Name ExchangeOnlineManagement</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_27b2163 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_27b2163();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_27b2163 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-f56b054 elementor-widget elementor-widget-mdp-coder-elementor" data-id="f56b054" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-f56b054"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code># Reload the module after update
Import-Module ExchangeOnlineManagement; Get-Module ExchangeOnlineManagement</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_f56b054 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_f56b054();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_f56b054 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-f0960f3 elementor-widget elementor-widget-text-editor" data-id="f0960f3" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Run the next command to connect to Exchange Online</p>								</div>
				</div>
				<div class="elementor-element elementor-element-3ff3170 elementor-widget elementor-widget-mdp-coder-elementor" data-id="3ff3170" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-3ff3170"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code>Connect-ExchangeOnline -Credential $UserCredential -ShowProgress $true</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_3ff3170 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_3ff3170();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_3ff3170 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-fb5d549 elementor-widget elementor-widget-text-editor" data-id="fb5d549" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Once connected you will get a list of commands, see below image.</p>								</div>
				</div>
				<div class="elementor-element elementor-element-57ed6b8 elementor-widget elementor-widget-image" data-id="57ed6b8" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
																<a href="https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20200515-121605.jpeg" data-elementor-open-lightbox="yes" data-e-action-hash="#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6NTAxLCJ1cmwiOiJodHRwczpcL1wvd3d3Lmdhc3VwcG9ydC5uZXRcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjBcLzA1XC9pY2Vfc2NyZWVuc2hvdF8yMDIwMDUxNS0xMjE2MDUuanBlZyJ9">
							<img loading="lazy" decoding="async" width="595" height="238" src="https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20200515-121605.jpeg" class="attachment-medium_large size-medium_large wp-image-501" alt="" srcset="https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20200515-121605.jpeg 595w, https://www.gasupport.net/wp-content/uploads/2020/05/ice_screenshot_20200515-121605-300x120.jpeg 300w" sizes="(max-width: 595px) 100vw, 595px" />								</a>
															</div>
				</div>
				<div class="elementor-element elementor-element-bd3bb0e elementor-widget elementor-widget-text-editor" data-id="bd3bb0e" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>More details you can find <a href="https://docs.microsoft.com/en-us/powershell/exchange/exchange-online/exchange-online-powershell-v2/exchange-online-powershell-v2?view=exchange-ps" target="_blank" rel="noopener">here</a> and <a href="https://answers.microsoft.com/en-us/windows/forum/windows_7-performance/trying-to-install-program-using-powershell-and/4c3ac2b2-ebd4-4b2a-a673-e283827da143" target="_blank" rel="noopener">here</a>.</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4d706de elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="4d706de" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f3f28e8" data-id="f3f28e8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-2140c2d animated-slow elementor-invisible elementor-widget elementor-widget-post-navigation" data-id="2140c2d" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="post-navigation.default">
				<div class="elementor-widget-container">
							<div class="elementor-post-navigation" role="navigation" aria-label="Post Navigation">
			<div class="elementor-post-navigation__prev elementor-post-navigation__link">
				<a href="https://www.gasupport.net/o365/how-to-remove-o365-alternate-email-address/" rel="prev"><span class="post-navigation__arrow-wrapper post-navigation__arrow-prev"><i aria-hidden="true" class="fas fa-chevron-left"></i><span class="elementor-screen-only">Prev</span></span><span class="elementor-post-navigation__link__prev"><span class="post-navigation__prev--label">Previous</span><span class="post-navigation__prev--title">How to remove O365 alternate email address</span></span></a>			</div>
						<div class="elementor-post-navigation__next elementor-post-navigation__link">
				<a href="https://www.gasupport.net/o365/remove-microsoft-teams-groups-from-global-address-list/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Remove Microsoft Teams Groups from Global Address List (GAL)</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i aria-hidden="true" class="fas fa-chevron-right"></i><span class="elementor-screen-only">Next</span></span></a>			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4d931b6 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="4d931b6" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f58c231" data-id="f58c231" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-c6ac06d elementor-author-box--layout-image-left elementor-author-box--align-left elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box" data-id="c6ac06d" data-element_type="widget" data-e-type="widget" data-widget_type="author-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-author-box">
							<div  class="elementor-author-box__avatar">
					<img decoding="async" src="https://secure.gravatar.com/avatar/dfb3bc4b97fa5094c5f265a574c76b6a29118170fd11575a86e6a9dbde4162f3?s=300&#038;d=mm&#038;r=g" alt="Picture of Adrian" loading="lazy">
				</div>
			
			<div class="elementor-author-box__text">
									<div >
						<h4 class="elementor-author-box__name">
							Adrian						</h4>
					</div>
				
									<div class="elementor-author-box__bio">
						Senior Engineer at Computer Assistance Oxford					</div>
				
							</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-b641c41 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b641c41" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0e35af1" data-id="0e35af1" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-836defc elementor-widget elementor-widget-spacer" data-id="836defc" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-70e9039 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="70e9039" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4132ae8" data-id="4132ae8" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-fc7c907 elementor-widget elementor-widget-text-editor" data-id="fc7c907" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>Run in order the following commands to get the modules installed</p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/">Connect to Exchange Online Powershell V2</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">494</post-id>	</item>
		<item>
		<title>How to remove O365 alternate email address</title>
		<link>https://www.gasupport.net/o365/how-to-remove-o365-alternate-email-address/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-o365-alternate-email-address</link>
		
		<dc:creator><![CDATA[Adrian]]></dc:creator>
		<pubDate>Thu, 14 May 2020 13:08:55 +0000</pubDate>
				<category><![CDATA[Office365]]></category>
		<guid isPermaLink="false">https://www.gasupport.net/?p=435</guid>

					<description><![CDATA[<p>How to remove O365 alternate email address If you need to change the AlternateEmailAddresses to $null for a user account or tenant admin you cannot, however, it has to be an array as below. To check if the user has any alternate email address setup, use below command:   Get-MsolUser -UserPrincipalName email[at]contorso.com To set alternate [&#8230;]</p>
<p>The post <a href="https://www.gasupport.net/o365/how-to-remove-o365-alternate-email-address/">How to remove O365 alternate email address</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></description>
										<content:encoded><![CDATA[		<div data-elementor-type="wp-post" data-elementor-id="435" class="elementor elementor-435" data-elementor-post-type="post">
						<section class="elementor-section elementor-top-section elementor-element elementor-element-58e81bd elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="58e81bd" data-element_type="section" data-e-type="section">
							<div class="elementor-background-overlay"></div>
							<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-62a13ae" data-id="62a13ae" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-1efed6c elementor-widget elementor-widget-image" data-id="1efed6c" data-element_type="widget" data-e-type="widget" data-widget_type="image.default">
				<div class="elementor-widget-container">
															<img decoding="async" width="800" height="325" src="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png" class="attachment-large size-large wp-image-444" alt="Office 365" srcset="https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-1024x416.png 1024w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-300x122.png 300w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3-768x312.png 768w, https://www.gasupport.net/wp-content/uploads/2020/05/office365_head_sdsdajja3d3.png 1476w" sizes="(max-width: 800px) 100vw, 800px" />															</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-eb6ab88 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="eb6ab88" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-93e8549" data-id="93e8549" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-6046898 elementor-widget elementor-widget-spacer" data-id="6046898" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-d6e2602 elementor-widget elementor-widget-heading" data-id="d6e2602" data-element_type="widget" data-e-type="widget" data-widget_type="heading.default">
				<div class="elementor-widget-container">
					<h2 class="elementor-heading-title elementor-size-default">How to remove O365 alternate email address </h2>				</div>
				</div>
				<div class="elementor-element elementor-element-33ece03 elementor-widget elementor-widget-spacer" data-id="33ece03" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
				<div class="elementor-element elementor-element-703e5ba elementor-widget elementor-widget-text-editor" data-id="703e5ba" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>If you need to change the <strong>AlternateEmailAddresses </strong>to $null for a user account or tenant admin you cannot, however, it has to be an array as below.</p><p>To check if the user has any alternate email address setup, use below command:</p><div style="margin-left: 0px; margin-top: 0px; display: none;"><div><div> </div></div><p><!-- Used for easily cloning the properly namespaced rect --></p></div>								</div>
				</div>
				<div class="elementor-element elementor-element-104c6d3 elementor-widget elementor-widget-mdp-coder-elementor" data-id="104c6d3" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-104c6d3"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code>Get-MsolUser -UserPrincipalName email[at]contorso.com</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_104c6d3 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_104c6d3();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_104c6d3 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-6f22621 elementor-widget elementor-widget-text-editor" data-id="6f22621" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>To set alternate email address for a user as $null use the below command:</p>								</div>
				</div>
				<div class="elementor-element elementor-element-5a55042 elementor-widget elementor-widget-mdp-coder-elementor" data-id="5a55042" data-element_type="widget" data-e-type="widget" data-widget_type="mdp-coder-elementor.default">
				<div class="elementor-widget-container">
					        <!-- Start Coder for Elementor WordPress Plugin -->
        <div
            id="mdp-coder-5a55042"
            class="mdp-coder-elementor-box"
            data-theme="mdp-theme-nord"
            data-dark-theme="mdp-theme-nord"
        >
            
                <pre class="language-powershell line-numbers copy-to-clipboard"data-previewers=""><code>Set-MsolUser -UserPrincipalName email[at]contorso.com -AlternateEmailAddresses @()​</code></pre>
                    </div>
                <script>
            "use strict";

            /** Handler when the DOM is fully loaded. */
            let callback_5a55042 = function() {

                /** Set theme for coder widget. */
                function setTheme() {

                    /** Foreach Code Widget. */
                    let coderBoxes = document.querySelectorAll( '.mdp-coder-elementor-box' );

                    for ( let coderBox of coderBoxes ) {

                        let lightTheme = coderBox.dataset.theme;
                        let darkTheme = coderBox.dataset.darkTheme;

                        coderBox.className = '';
                        if ( window.matchMedia && window.matchMedia( '(prefers-color-scheme: dark)' ).matches ) {

                            coderBox.className = 'mdp-coder-elementor-box ' + darkTheme;

                        } else {

                            coderBox.className = 'mdp-coder-elementor-box ' + lightTheme;

                        }

                    }

                }
                setTheme();


                /** Watch for changes color-scheme. */
                window.matchMedia("(prefers-color-scheme: dark)").addListener( function() {
                    setTheme();
                } );

                
                if ( typeof Prism !== 'undefined' ) {

                    Prism.plugins.autoloader.languages_path = 'https://www.gasupport.net/wp-content/plugins/coder-elementor/js/prism/components/';
                    Prism.highlightAll();
                    Prism.fileHighlight();

                }

                
            };

            if (
                document.readyState === "complete" ||
                ( document.readyState !== "loading" && !document.documentElement.doScroll )
            ) {
                callback_5a55042();
            } else {
                document.addEventListener( "DOMContentLoaded", callback_5a55042 );
            }

        </script>
                <!-- End Coder for Elementor WordPress Plugin -->

        				</div>
				</div>
				<div class="elementor-element elementor-element-796cd22 elementor-widget elementor-widget-text-editor" data-id="796cd22" data-element_type="widget" data-e-type="widget" data-widget_type="text-editor.default">
				<div class="elementor-widget-container">
									<p>The <strong>@()</strong> will create an empty array.</p><p>More details about empty PowerShell arrays <a href="https://ss64.com/ps/syntax-arrays.html" target="_blank" rel="noopener">here</a><strong>.</strong></p>								</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-4b7760e5 animated-slow elementor-section-boxed elementor-section-height-default elementor-section-height-default elementor-invisible" data-id="4b7760e5" data-element_type="section" data-e-type="section" data-settings="{&quot;animation&quot;:&quot;fadeIn&quot;}">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-4be13cba" data-id="4be13cba" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-551ae915 animated-slow elementor-invisible elementor-widget elementor-widget-post-navigation" data-id="551ae915" data-element_type="widget" data-e-type="widget" data-settings="{&quot;_animation&quot;:&quot;fadeIn&quot;,&quot;_animation_delay&quot;:1000}" data-widget_type="post-navigation.default">
				<div class="elementor-widget-container">
							<div class="elementor-post-navigation" role="navigation" aria-label="Post Navigation">
			<div class="elementor-post-navigation__prev elementor-post-navigation__link">
							</div>
						<div class="elementor-post-navigation__next elementor-post-navigation__link">
				<a href="https://www.gasupport.net/o365/connect-to-exchange-online-powershell-v2/" rel="next"><span class="elementor-post-navigation__link__next"><span class="post-navigation__next--label">Next</span><span class="post-navigation__next--title">Connect to Exchange Online Powershell V2</span></span><span class="post-navigation__arrow-wrapper post-navigation__arrow-next"><i aria-hidden="true" class="fas fa-chevron-right"></i><span class="elementor-screen-only">Next</span></span></a>			</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-a5df604 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a5df604" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-9a1307d" data-id="9a1307d" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-0d8541c elementor-author-box--layout-image-left elementor-author-box--align-left elementor-author-box--avatar-yes elementor-author-box--name-yes elementor-author-box--biography-yes elementor-widget elementor-widget-author-box" data-id="0d8541c" data-element_type="widget" data-e-type="widget" data-widget_type="author-box.default">
				<div class="elementor-widget-container">
							<div class="elementor-author-box">
							<div  class="elementor-author-box__avatar">
					<img decoding="async" src="https://secure.gravatar.com/avatar/dfb3bc4b97fa5094c5f265a574c76b6a29118170fd11575a86e6a9dbde4162f3?s=300&#038;d=mm&#038;r=g" alt="Picture of Adrian" loading="lazy">
				</div>
			
			<div class="elementor-author-box__text">
									<div >
						<h4 class="elementor-author-box__name">
							Adrian						</h4>
					</div>
				
									<div class="elementor-author-box__bio">
						Senior Engineer at Computer Assistance Oxford					</div>
				
							</div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				<section class="elementor-section elementor-top-section elementor-element elementor-element-03ad09a elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="03ad09a" data-element_type="section" data-e-type="section">
						<div class="elementor-container elementor-column-gap-default">
					<div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-d621231" data-id="d621231" data-element_type="column" data-e-type="column">
			<div class="elementor-widget-wrap elementor-element-populated">
						<div class="elementor-element elementor-element-19aa518 elementor-widget elementor-widget-spacer" data-id="19aa518" data-element_type="widget" data-e-type="widget" data-widget_type="spacer.default">
				<div class="elementor-widget-container">
							<div class="elementor-spacer">
			<div class="elementor-spacer-inner"></div>
		</div>
						</div>
				</div>
					</div>
		</div>
					</div>
		</section>
				</div>
		<p>The post <a href="https://www.gasupport.net/o365/how-to-remove-o365-alternate-email-address/">How to remove O365 alternate email address</a> appeared first on <a href="https://www.gasupport.net">GA IT Support</a>.</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">435</post-id>	</item>
	</channel>
</rss>
