<?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>Everton | Cloud Engineer - Everton Collins</title>
	<atom:link href="https://evertoncollins.com/author/evertonc/feed/" rel="self" type="application/rss+xml" />
	<link>https://evertoncollins.com</link>
	<description>Work by Everton Collins</description>
	<lastBuildDate>Wed, 19 Mar 2025 19:30:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://evertoncollins.com/wp-content/uploads/2015/06/logo1-150x150.png</url>
	<title>Everton | Cloud Engineer - Everton Collins</title>
	<link>https://evertoncollins.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Free upgrade from Windows 11 Home to 11 Pro using 10 Pro retail license</title>
		<link>https://evertoncollins.com/free-upgrade-from-windows-11-home-to-11-pro-using-10-pro-retail-license/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 19 Mar 2025 19:30:27 +0000</pubDate>
				<category><![CDATA[Windows OS]]></category>
		<category><![CDATA[Windows 10 to Windows 11]]></category>
		<category><![CDATA[Windows 11 Pro]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1951</guid>

					<description><![CDATA[<p>My current computer has an activated Windows 10 Pro retail license. I&#8217;m planning to replace my current computer by buying a new computer that comes preinstalled with Windows 11 Home, and then I understand I can use my 10 Pro license to upgrade to 11 Pro for free. What&#8217;s the most straightforward way of accomplishing [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/free-upgrade-from-windows-11-home-to-11-pro-using-10-pro-retail-license/">Free upgrade from Windows 11 Home to 11 Pro using 10 Pro retail license</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>My current computer has an activated Windows 10 Pro retail license. I&#8217;m planning to replace my current computer by buying a new computer that comes preinstalled with Windows 11 Home, and then I understand I can use my 10 Pro license to upgrade to 11 Pro for free.</p>
<p><strong>What&#8217;s the most straightforward way of accomplishing this?</strong> The obvious approach that comes to mind involves two steps:</p>
<ol>
<li>Reinstall Windows 10 Pro on new computer and activate with my existing retail license.</li>
<li>Upgrade new computer to 11 Pro for free through the settings.</li>
</ol>
<p>&nbsp;</p>
<p>Is there a simpler way of doing this without having to reinstall Windows 10? For example, would it be possible to somehow &#8220;trade in&#8221; my Windows 10 Pro license for 11 Pro? I&#8217;m fairly new to Windows licensing and am just trying to understand what is possible/best practice, with minimal effort.</p>
<p>&nbsp;</p>
<hr />
<p>&nbsp;</p>
<p>You shouldn&#8217;t need to change your license, just the new computer&#8217;s Windows installation needs to be compatible with the key, in this case Windows 11 Pro.</p>
<p>First on the previous computer, unlink the Windows license by running the commands below in PowerShell or Command Prompt:</p>
<p><strong>slmgr.vbs /upk</strong><br />
<strong>slmgr.vbs /cpky</strong></p>
<p>After that on the new computer, press Windows+I to access the settings and navigate to Update &amp; security &gt; Activation.</p>
<p>Click on the Change product key button and enter your Windows 10 Pro key.</p>
<p>This must be identified so with your key, Windows will be upgraded to Windows 11 Pro.</p>
<p>If you don&#8217;t recognize the key, first try to upgrade to Windows 11 Pro using the generic upgrade key below.</p>
<p>VK7JG-NPHTM-C97JM-9MPGT-3V66T</p>
<p>After finishing the upgrade to Windows 11 Pro, try to change and use your Windows 10 Pro key which also serves to activate Windows 11 Pro.</p>
<p>&nbsp;</p>
<p><a title="Free upgrade from Windows 11 Home to 11 Pro using 10 Pro retail license" href="https://answers.microsoft.com/en-us/windows/forum/all/free-upgrade-from-windows-11-home-to-11-pro-using/555e2480-0885-43f8-9a88-48ba0a39b00b" target="_blank" rel="nofollow noopener">See article (Free upgrade from Windows 11 Home to 11 Pro using 10 Pro retail license).</a></p><p>The post <a href="https://evertoncollins.com/free-upgrade-from-windows-11-home-to-11-pro-using-10-pro-retail-license/">Free upgrade from Windows 11 Home to 11 Pro using 10 Pro retail license</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to install Flutter on Mac</title>
		<link>https://evertoncollins.com/how-to-install-flutter-on-mac/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Fri, 22 Nov 2024 19:11:06 +0000</pubDate>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[developer]]></category>
		<category><![CDATA[Flutter]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[Mobile dev]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1906</guid>

					<description><![CDATA[<p>How to install Flutter on Mac For the last 3 days, I&#8217;ve been trying to install Flutter on my macOS, and have been running into issues with the old version of Ruby. You can see the images [IMG1] below, the first showing where I was having a problem with Flutter, where Cocoapads wasn&#8217;t installing.  The [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/how-to-install-flutter-on-mac/">How to install Flutter on Mac</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>How to install Flutter on Mac</h1>
<p>For the last 3 days, I&#8217;ve been trying to install Flutter on my macOS, and have been running into issues with the old version of Ruby.</p>
<p>You can see the images [IMG1] below, the first showing where I was having a problem with Flutter, where Cocoapads wasn&#8217;t installing.  The second image now shows there are no issues and Flutter is completely installed.</p>
<figure id="attachment_1907" aria-describedby="caption-attachment-1907" style="width: 819px" class="wp-caption aligncenter"><img fetchpriority="high" decoding="async" class="wp-image-1907 size-full" src="https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error01.jpg" alt="IMG01 - Flutter installed no errors" width="819" height="255" srcset="https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error01.jpg 819w, https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error01-300x93.jpg 300w, https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error01-768x239.jpg 768w" sizes="(max-width: 819px) 100vw, 819px" /><figcaption id="caption-attachment-1907" class="wp-caption-text">IMG01- Flutter installed no errors</figcaption></figure>
<figure id="attachment_1908" aria-describedby="caption-attachment-1908" style="width: 829px" class="wp-caption aligncenter"><img decoding="async" class="wp-image-1908 size-full" title="IMG02" src="https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error02.jpg" alt="IMG02 - Error with Cocoapads not installed." width="829" height="236" srcset="https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error02.jpg 829w, https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error02-300x85.jpg 300w, https://evertoncollins.com/wp-content/uploads/2024/11/flutter-error02-768x219.jpg 768w" sizes="(max-width: 829px) 100vw, 829px" /><figcaption id="caption-attachment-1908" class="wp-caption-text">IMG02 &#8211; Error with Cocoapads not installed.</figcaption></figure>
<p>I had to use the following guide to resolve the issues of an old version of Ruby and install the most current version with Homebrew. Using <a title="How to install Flutter on macOS" href="https://www.fluttermapp.com/articles/install-flutter-mac" target="_blank" rel="nofollow noopener">Futtermapp</a> guide.</p><p>The post <a href="https://evertoncollins.com/how-to-install-flutter-on-mac/">How to install Flutter on Mac</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>ON-PREMISES MIGRATION TO AWS &#8211; PART 1</title>
		<link>https://evertoncollins.com/on-premises-migration-to-aws-part-1/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Tue, 24 Oct 2023 16:29:53 +0000</pubDate>
				<category><![CDATA[AWS - Amazon Web Services]]></category>
		<category><![CDATA[ON-PREMISES MIGRATION TO AWS]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1771</guid>

					<description><![CDATA[<p>Planning is the first step for you to have a successful migration. In this Project, we have an average of 100 people on the IT team moving to AWS. Our role, as the Cloud Solutions Engineer, will be to create a migration solution using automation. In addition to migrating these users, it will be necessary [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/on-premises-migration-to-aws-part-1/">ON-PREMISES MIGRATION TO AWS – PART 1</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><img decoding="async" class="aligncenter size-full wp-image-1773" src="https://evertoncollins.com/wp-content/uploads/2023/10/Lab-001-2023-10-18_12-17-57.jpg" alt="Hands On IAM Project - Solution" width="705" height="347" srcset="https://evertoncollins.com/wp-content/uploads/2023/10/Lab-001-2023-10-18_12-17-57.jpg 705w, https://evertoncollins.com/wp-content/uploads/2023/10/Lab-001-2023-10-18_12-17-57-300x148.jpg 300w, https://evertoncollins.com/wp-content/uploads/2023/10/Lab-001-2023-10-18_12-17-57-702x347.jpg 702w" sizes="(max-width: 705px) 100vw, 705px" /></p>
<p>Planning is the first step for you to have a successful migration.</p>
<p>In this Project, we have an average of 100 people on the IT team moving to AWS.</p>
<p>Our role, as the <strong>Cloud Solutions Engineer,</strong> will be to create a migration solution using automation.</p>
<p>In addition to migrating these users, it will be necessary to associate permissions to groups and users, which are required to have the MFA(Multi-factor authentication) enabled, adding an additional layer of security.</p>
<p>&nbsp;</p><p>The post <a href="https://evertoncollins.com/on-premises-migration-to-aws-part-1/">ON-PREMISES MIGRATION TO AWS – PART 1</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Change language in Microsoft 365 portal in hybrid environment.</title>
		<link>https://evertoncollins.com/change-language-in-microsoft-365-portal-in-hybrid-environment/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 11 Jan 2023 00:16:16 +0000</pubDate>
				<category><![CDATA[Consulting]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1668</guid>

					<description><![CDATA[<p>How can I change the preferred language on an user Hybrid Environment Microsoft 365? Recently I had customer put in a support case for this question. How can I change the preferred language on an user Hybrid Environment Microsoft 365? After researching and looking at documentation online I was able to repo this. The administrator [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/change-language-in-microsoft-365-portal-in-hybrid-environment/">Change language in Microsoft 365 portal in hybrid environment.</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>How can I change the preferred language on an user Hybrid Environment Microsoft 365?</h1>
<p>Recently I had customer put in a support case for this question.</p>
<p>How can I change the preferred language on an user Hybrid Environment Microsoft 365? After researching and looking at documentation online I was able to repo this.</p>
<p>The administrator makes a change by setting up a language code in the preferredLanguage attribute for the selected user in Active Directory:</p>
<p>Set your default language in this scenario I set it to <strong>español (Bolivia) Spanish (Bolivia) es-bo</strong></p>
<p>Refer to the language list <a href="https://learn.microsoft.com/en-us/microsoft-365/cloud-storage-partner-program/faq/languages" target="_blank" rel="nofollow noopener">What languages does Office for the web support?</a></p>
<p>For example, if the administrator provides the <strong>es-bo</strong> value for the <strong>preferredLanguage</strong> attribute in the <strong>String Attribute Editor</strong> – the language in Microsoft 365 portal will change to <strong>español (Bolivia) Spanish (Bolivia) </strong>, and when they set up <strong>en-GB </strong>– the language will switch to English (United Kingdom). Changing the attribute’s value to &lt;not set&gt; will allow users to control the language of Microsoft 365 portal by using the web browser’s settings.</p>
<p><img loading="lazy" decoding="async" class="size-full wp-image-1670 alignleft" src="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD-1.png" alt="preferredLanguage-AD" width="615" height="426" srcset="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD-1.png 615w, https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD-1-300x208.png 300w" sizes="(max-width: 615px) 100vw, 615px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>After adjusting language settings, you need to wait 30 minutes for changes to take effect. If you don’t want to wait, the administrator can also force the synchronization with Microsoft 365 by running this cmdlet on the server with Azure AD Connect:</p>
<p>Run a delta sync to update Azure AD user with the language change.</p>
<pre>Start-ADSyncSyncCycle -PolicyType Delta</pre>
<p><img loading="lazy" decoding="async" class="size-full wp-image-1674 alignleft" src="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-sync.png" alt="preferredLanguage-AD2-sync" width="433" height="111" srcset="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-sync.png 433w, https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-sync-300x77.png 300w" sizes="(max-width: 433px) 100vw, 433px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Here you will see the Microsoft 365 portal default language is in Spanish es-bo (Bolivia).</p>
<p>If you need to change your Microsoft 365 portal language again, simply follow the steps above.</p>
<p><img loading="lazy" decoding="async" class="size-large wp-image-1671 alignleft" src="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-dashboard-1024x477.png" alt="preferredLanguage-AD2-dashboard" width="1024" height="477" srcset="https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-dashboard-1024x477.png 1024w, https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-dashboard-300x140.png 300w, https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-dashboard-768x358.png 768w, https://evertoncollins.com/wp-content/uploads/2023/01/preferredLanguage-AD2-dashboard.png 1178w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p><p>The post <a href="https://evertoncollins.com/change-language-in-microsoft-365-portal-in-hybrid-environment/">Change language in Microsoft 365 portal in hybrid environment.</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Basic Identity Services and Identity Types of Azure AD</title>
		<link>https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 15 Jun 2022 22:51:52 +0000</pubDate>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Azure Active Directory]]></category>
		<category><![CDATA[Certifications]]></category>
		<category><![CDATA[and Identity Fundamentals]]></category>
		<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Exam SC-900: Microsoft Security]]></category>
		<category><![CDATA[Identity Types within Azure AD]]></category>
		<category><![CDATA[SC-900]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1552</guid>

					<description><![CDATA[<p>Identity Types within Azure AD There are four identity types within Azure Active Directory The variations of each identity type and the benefits and use cases:  User  Service Principal Managed Identity Device User identity &#8211; a representation of an entity that is managed by Azure AD both employees and guests are represented as users.  A [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/">Basic Identity Services and Identity Types of Azure AD</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Identity Types within Azure AD</h1>
<p>There are four identity types within Azure Active Directory</p>
<p>The variations of each identity type and the benefits and use cases: </p>
<ul type="square">
<li><strong>User </strong></li>
<li><strong>Service Principal</strong></li>
<li><strong>Managed Identity</strong></li>
<li><strong>Device</strong></li>
</ul>
<p><strong>User identity</strong> &#8211; a representation of an entity that is managed by Azure AD both employees and guests are represented as users.  A guest is external to the company, like a business partner or vendor collaborating with employees.  <em>Azure AD (B2B) business-to-business collaboration: A feature within external Identities that includes the capability to add guest users. Enables organizations to securely share applications and services with guest users from other organizations.</em></p>
<p><strong>Service Principal</strong> &#8211; An identity for an application, Enables features like authentication and authorization of the application to resources that are secured by the Azure AD tenant. An application must first be registered with Azure AD to enable identity and access integration.  Once registered, a service principal is created in each Azure AD tenant where the application is used to enable authentication and authorization in resource access. </p>
<p><strong>Managed Identity</strong> &#8211; A special type of service principal that is automatically managed in Azure AD.  This eliminates the need for admins and developers to manage credentials. Managed identities come in two varieties.</p>
<p style="padding-left: 40px;"><strong>User-assigned</strong> &#8211; which can be shared by multiple resources and has a lifecycle independent of these resources.<strong> eg:</strong> (You could assign this user-assigned ID to many virtual machines).</p>
<p style="padding-left: 40px;"><strong>System-assigned</strong> &#8211; which is tied to the lifecycle of a specific service or resource and cannot be shared. <strong>eg:</strong> (when the system or resource is retired and deleted that system-assigned identity is deleted with it).</p>
<figure id="attachment_1567" aria-describedby="caption-attachment-1567" style="width: 900px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1567 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities.png" alt="The following table summarizes the differences between system-assigned and user-assigned managed identities" width="900" height="551" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities.png 900w, https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities-300x184.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/summary-differences-system-assisgned-vs-user-assigned-managed-identities-768x470.png 768w" sizes="(max-width: 900px) 100vw, 900px" /><figcaption id="caption-attachment-1567" class="wp-caption-text">The following table summarizes the differences between system-assigned and user-assigned managed identities:</figcaption></figure>
<p><em><strong>The preference when you have a choice would be to use system-assigned managed identities over user-assigned as they minimize our administrative effort.</strong></em></p>
<figure id="attachment_1560" aria-describedby="caption-attachment-1560" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1560 size-large" src="https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-1024x528.png" alt="Managed Identity / System Assigned vs  User-assigned-identity" width="1024" height="528" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-1024x528.png 1024w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-300x155.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity-768x396.png 768w, https://evertoncollins.com/wp-content/uploads/2022/06/system-assigned-user-assigned-identity.png 1305w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption id="caption-attachment-1560" class="wp-caption-text">Managed Identity &#8211; system-assigned or user-assigned Identity</figcaption></figure>
<p>&nbsp;</p>
<p><strong>Device Identity</strong> &#8211; entities can be:</p>
<p style="padding-left: 40px;"><strong>Azure AD-registered</strong> &#8211; provides users with support for bring-your-own-device (BYOD) mobile device scenarios.</p>
<p style="padding-left: 40px;"><strong>Azure AD-joined</strong> &#8211; A device joined to Azure AD through an organizational account, which is then used to sign into the device.</p>
<p style="padding-left: 40px;"><strong>Hybrid Azure AD-joined</strong> &#8211; Domain joined to Azure AD and on-premises Active Directory.</p>
<h2><strong>Benefits of Device registration</strong></h2>
<ul type="square">
<li>Single sign-on (SSO) &#8211; registering and joining devices to Azure AD gives users single sign-on (SSO) to cloud-based resources.</li>
<li>Azure AD-joined devices also benefit from the SSO experience to resources and apps that reply on on-premises Active Directory.</li>
<li>Device Management &#8211; registration enables device management options with Intune to control how an organization&#8217;s devices are used.</li>
</ul>
<p style="padding-left: 80px;"><strong>Mobile device management (MDM)</strong> for company-owned devices</p>
<p style="padding-left: 80px;"><strong>Mobile application management (MAM)</strong> for personal devices. <strong>(BYOD)</strong></p>
<p>&nbsp;</p>
<h2>Overview of the Hybrid of the Hybrid Identity Model</h2>
<figure id="attachment_1564" aria-describedby="caption-attachment-1564" style="width: 1024px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="size-large wp-image-1564" src="https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-1024x553.png" alt="Hybrid Identity Model" width="1024" height="553" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-1024x553.png 1024w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-300x162.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model-768x415.png 768w, https://evertoncollins.com/wp-content/uploads/2022/06/Hybrid-ID-Model.png 1453w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption id="caption-attachment-1564" class="wp-caption-text">Hybrid Identity Model</figcaption></figure>
<p>All of these scenarios require an on-premise Active Directory (source of truth).</p>
<p><strong>Azure AD password hash-synchronization</strong> &#8211; The simplest way to enable authentication for on-premises directory objects in Azure AD.  The user is authenticated by Azure AD.</p>
<figure id="attachment_1570" aria-describedby="caption-attachment-1570" style="width: 782px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1570 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync.png" alt="Azure AD password hash-synchronization" width="782" height="440" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync.png 782w, https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync-300x169.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/password-hash-sync-768x432.png 768w" sizes="(max-width: 782px) 100vw, 782px" /><figcaption id="caption-attachment-1570" class="wp-caption-text">Azure AD password hash-synchronization</figcaption></figure>
<p><strong>Azure AD pass-through authentication</strong> (PTA) &#8211; While password-hash is synchronized to Azure AD, the user is authenticated directly against your on-premises Active Directory.  Can be used to enforce Active Directory restrictions not present in Azure AD, like &#8220;login hours&#8221;.</p>
<figure id="attachment_1569" aria-describedby="caption-attachment-1569" style="width: 784px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1569 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication.png" alt="Azure AD pass-through authentication (PTA)" width="784" height="446" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication.png 784w, https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication-300x171.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/pass-through-authentication-768x437.png 768w" sizes="(max-width: 784px) 100vw, 784px" /><figcaption id="caption-attachment-1569" class="wp-caption-text">Azure AD pass-through authentication (PTA)</figcaption></figure>
<p><strong>Azure AD Federation</strong> <strong>authentication</strong> &#8211; Authentication for organizations that need advanced measures not currently supported in Azure AD, like smart cards and certificates.  Again, Azure AD passes the request to on-premises Active Directory.</p>
<figure id="attachment_1568" aria-describedby="caption-attachment-1568" style="width: 783px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-1568 size-full" src="https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication.png" alt="Azure AD Federation authentication" width="783" height="449" srcset="https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication.png 783w, https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication-300x172.png 300w, https://evertoncollins.com/wp-content/uploads/2022/06/federated-authentication-768x440.png 768w" sizes="(max-width: 783px) 100vw, 783px" /><figcaption id="caption-attachment-1568" class="wp-caption-text">Azure AD Federation authentication</figcaption></figure>
<h2> </h2>
<h2>Why are External Identities Necessary?</h2>
<ul type="square">
<li>Employees today are more commonly working with people both inside and outside of their organization.  </li>
<li><strong>External users</strong> (vendors, partners) may need access to resources inside your organization.</li>
<li><strong>Azure AD External Identities</strong> is a set of capabilities that enables organizations to allow access to external users.</li>
</ul>
<h3>Types of External Identities</h3>
<p>Enable your customer&#8217;s partners, and other guest users to &#8220;bring their own identities&#8221; to sign in.</p>
<p><strong>Two different types of Azure AD External Identities:</strong></p>
<p><strong>B2B (business-to-business)</strong> &#8211; collaboration allows you to share apps and resources with external users.</p>
<p><strong>B2C (business-to-consumer)</strong> &#8211; is an identity management solution for consumer-facing apps. </p>
<p><strong>Azure AD B2B (business-to-business) &#8211; </strong>Enables organizations to share apps and resources with guest users from organizations, partners and collaborators use their own identity management solutions, so there is no external admin overhead:</p>
<ul type="square">
<li>Uses an invitation and redemption process.</li>
<li>Can perform SSPR through their usual process. (identity is managed elsewhere).</li>
<li>Admins can also enable self-service sign-up user flows to allow external users to sign up without admin intervention.</li>
</ul>
<p><strong>Azure AD B2C (business-to-consumer) &#8211; </strong>Enables external users to use their preferred social, work, or local identities for single sign-on to an organization&#8217;s apps. External users are managed in the Azure AD B2C directory, separately from the organization&#8217;s employee and partner directory.</p>
<ul type="square">
<li>A customer identity access management (CIAM) solution.</li>
<li>Supports millions of users and billions of authentications per day.</li>
<li>Automatically handles threats like denial-of-service, password spray, or brute-force attacks.</li>
</ul>
<p>&nbsp;</p>
<ul type="square">
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-identity-solution-overview?view=o365-worldwide" target="_blank" rel="nofollow noopener">Deploy your identity infrastructure for Microsoft 365</a></li>
<li class="title is-1 has-line-height-reset"><a title="Exam SC-900: Microsoft Security, Compliance, and Identity Fundamentals" href="https://docs.microsoft.com/en-us/learn/certifications/exams/sc-900" target="_blank" rel="nofollow noopener sponsored">Exam SC-900: Microsoft Security, Compliance, and Identity Fundamentals</a></li>
</ul><p>The post <a href="https://evertoncollins.com/basic-identity-services-and-identity-types-of-azure-ad/">Basic Identity Services and Identity Types of Azure AD</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft 365 EnterPrise Tenant Sign-up</title>
		<link>https://evertoncollins.com/microsoft-m365-tenant-sign-up/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Fri, 21 Feb 2020 14:30:02 +0000</pubDate>
				<category><![CDATA[Microsoft 365]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Microsoft M365]]></category>
		<category><![CDATA[Microsoft M365 EnterPrise Tenant Sign-up]]></category>
		<category><![CDATA[Windows 10 Enterprise]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1188</guid>

					<description><![CDATA[<p>What is Microsoft M365? Microsoft 365 for enterprise consists of: Office 365, Windows 10 Enterprise, Enterprise Mobility + Security Although designed for large organizations, Microsoft 365 for enterprise can also be used for medium-sized and small businesses that need the most advanced security and productivity capabilities. Local and cloud-based apps and productivity services Includes both [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/microsoft-m365-tenant-sign-up/">Microsoft 365 EnterPrise Tenant Sign-up</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h2>What is Microsoft M365?</h2>
<p><a href="https://www.microsoft.com/en-us/microsoft-365/enterprise" target="_blank" rel="noopener noreferrer">Microsoft 365</a> for enterprise consists of: <a href="https://www.microsoft.com/en-us/fasttrack/microsoft-365/office-365" target="_blank" rel="noopener noreferrer">Office 365</a>, <a href="https://www.microsoft.com/en-us/fasttrack/microsoft-365/windows-10" target="_blank" rel="noopener noreferrer">Windows 10 Enterprise</a>, <a href="https://www.microsoft.com/en-us/fasttrack/microsoft-365/ems" target="_blank" rel="noopener noreferrer">Enterprise Mobility + Security</a></p>
<p>Although designed for large organizations, Microsoft 365 for enterprise can also be used for medium-sized and small businesses that need the most advanced security and productivity capabilities.<strong><br />
</strong></p>
<h1><img loading="lazy" decoding="async" class="aligncenter wp-image-1203 size-large" src="https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution-1024x354.png" alt="Everything you need in one solution Microsoft 365" width="1024" height="354" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution-1024x354.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution-300x104.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution-768x265.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution-1536x530.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/m365-everything-in-one-solution.png 1651w" sizes="(max-width: 1024px) 100vw, 1024px" /></h1>
<div class="table-scroll-wrapper">
<table class="table">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Local and cloud-based apps and productivity services</strong></td>
<td>Includes both Office 365 ProPlus, the latest Office apps for your PC and Mac (such as Word, Excel, PowerPoint, Outlook, and others), and a full suite of online services for email, file storage and collaboration, meetings, and more.</td>
</tr>
<tr>
<td><strong>Windows 10 Enterprise</strong></td>
<td>Addresses the needs of both large and midsize organizations, providing users with the most productive and secure version of Windows and IT professionals with comprehensive deployment, device, and app management.</td>
</tr>
<tr>
<td><strong>Device management and advanced security services</strong></td>
<td>Includes Microsoft Intune, which is a cloud-based enterprise mobility management (EMM) service that helps enable your workforce to be productive while keeping your corporate data protected.</td>
</tr>
</tbody>
</table>
</div>
<p>Manage your enterprise deployment with modern tools from Microsoft 365 or M365. Empower your users and IT to benefit from the easy deployment and productivity enhancements from Windows 10, while still maintaining your standards for security and manageability.  <a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/microsoft-365-overview" target="_blank" rel="noopener noreferrer">Microsoft 365 for enterprise documentation and resources</a></p>
<p>In our post today we want to sign-up for a Microsoft 365 Trial account and setup some basic settings to protect the account.  365</p>
<p>There a several versions of Microsoft 365; however we&#8217;ll be dealing with the Enterprise and Business versions of Microsoft 365.</p>
<ul>
<li><a href="https://docs.microsoft.com/en-us/education/" target="_blank" rel="noopener noreferrer">Microsoft 365 Education</a></li>
<li><a href="https://www.microsoft.com/en-us/microsoft-365/business" target="_blank" rel="noopener noreferrer">Microsoft 365 Business</a></li>
<li><a href="https://www.microsoft.com/en-us/microsoft-365/enterprise" target="_blank" rel="noopener noreferrer">Microsoft 365 Enterprise</a></li>
</ul>
<p>We need to first sign-up for a free trial account by visiting the <a href="https://www.microsoft.com/en-us/microsoft-365/business?&amp;OCID=AID2000748_SEM_M48KpPz3&amp;MarinID=M48KpPz3|78958796592921|microsoft%20365%20business|be|c||1263338983210147|kwd-78958750179095:loc-190&amp;lnkd=Bing_O365SMB_Brand&amp;msclkid=0ada31c2430b167cac926f8547f6f253&amp;ef_id=Xj2BFwAAAOeYRzr7:20200214203722:s#compareProductsRegion" target="_blank" rel="noopener noreferrer">sign-up link</a></p>
<p>Once we have signed up for a Microsoft M365 trial we can setup some basic security policies, here are several screen using the wizard from the default setup screen.  We have already added our <strong>domain.onmicrosoft</strong> domain and created a administrators account, the following policies are for protecting the domain.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1198 size-large" src="https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup-1024x480.png" alt="Completing the Microsoft M365 Tenant Sign-up process." width="1024" height="480" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup-1024x480.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup-300x141.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup-768x360.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup-1536x720.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/M365-Tenant-Setup.png 1722w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1199" src="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-1024x492.png" alt="" width="1024" height="492" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-1024x492.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-300x144.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-768x369.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-1536x737.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data.png 1908w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1200" src="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002-1024x496.png" alt="" width="1024" height="496" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002-1024x496.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002-300x145.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002-768x372.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002-1536x744.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-002.png 1908w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-1201" src="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003-1024x489.png" alt="" width="1024" height="489" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003-1024x489.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003-300x143.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003-768x367.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003-1536x734.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/Protect-Mobile-Data-003.png 1921w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<h2 id="microsoft-365-for-enterprise-deployment-guide">Microsoft 365 for enterprise deployment guide</h2>
<p>The Microsoft 365 for enterprise deployment guide steps you through the correct and required configuration of Microsoft 365 for enterprise products and features.</p>
<p>To deploy Microsoft 365 for enterprise yourself, you can:</p>
<ul>
<li>Deploy the <a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-foundation-infrastructure" target="_blank" rel="noopener noreferrer" data-linktype="relative-path">foundation infrastructure</a> for built-in security and integration for simplified management, which makes it easier to ensure your client software is updated with the latest productivity and security enhancements. The foundation infrastructure is organized as a series of numbered phases that build upon each other and towards an environment that supports Microsoft 365 for enterprise workloads and scenarios.<strong>If you are a smaller or newer organization</strong>, follow the phases in order to methodically build out your infrastructure.However, you can deploy phases or the portions of phases of this infrastructure in any order as needed, <a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deployment-strategies-microsoft-365-enterprise" data-linktype="relative-path">one after the other or in parallel</a>, to integrate with your current infrastructure, fit your IT plans and resources, and meet your business needs. For a simplified deployment for non-enterprises, click <a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-foundation-infrastructure-non-enterprises" target="_blank" rel="noopener noreferrer" data-linktype="relative-path">here</a>.<strong>If you are an enterprise organization</strong>, view the phases as layers of IT infrastructure, rather than a defined path, and determine how to best work toward eventual adherence to the requirements of each layer across your organization.</li>
<li>Deploy key productivity <a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-workloads" target="_blank" rel="noopener noreferrer" data-linktype="relative-path">workloads and scenarios</a> on top of your infrastructure. These unlock creativity and teamwork in your organization.</li>
</ul>
<p>Here&#8217;s the relationship between the foundation infrastructure and the workloads and</p>
<p>&nbsp;</p>
<p>Listed below are several resources to assist you in realizing the value of Microsoft 365; and how this productivity suite can secure, defend and safeguard your enterprise in today&#8217;s modern world of security threats.</p>
<ul>
<li><a href="https://roi.transform.microsoft.com/" target="_blank" rel="noopener noreferrer">Will your enterprise realize a 123% ROI?</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/deploy-microsoft-365-enterprise" target="_blank" rel="noopener noreferrer">Deploy Microsoft 365 for Enterprise</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/" target="_blank" rel="noopener noreferrer">Microsoft 365 for enterprise documentation and resources</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/m365-enterprise-test-lab-guides" target="_blank" rel="noopener noreferrer">Microsoft 365 for enterprise Test Lab Guides</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/compliance/index" target="_blank" rel="noopener noreferrer">Microsoft 365 compliance documentation</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/managed-desktop/" target="_blank" rel="noopener noreferrer">Microsoft Managed Desktop documentation and resources</a></li>
<li><a href="https://docs.microsoft.com/en-us/learn/paths/m365-fundamentals/" target="_blank" rel="noopener noreferrer">Microsoft 365 Fundamentals</a></li>
<li><a href="https://docs.microsoft.com/en-us/microsoft-365/enterprise/m365-enterprise-test-lab-guides" target="_blank" rel="noopener noreferrer">Microsoft 365 for enterprise Test Lab Guides</a></li>
<li><a href="https://evertoncollins.com/powershell-licensing-skus-in-office-365/">PowerShell Licensing SKU’s in Office 365</a></li>
</ul><p>The post <a href="https://evertoncollins.com/microsoft-m365-tenant-sign-up/">Microsoft 365 EnterPrise Tenant Sign-up</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Googe: Improving data regions with expanded coverage and group-based admin controls</title>
		<link>https://evertoncollins.com/googe-improving-data-regions-with-expanded-coverage-and-group-based-admin-controls/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 19 Feb 2020 01:20:43 +0000</pubDate>
				<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Gsuite]]></category>
		<category><![CDATA[Data at Rest]]></category>
		<category><![CDATA[Google Data Regions]]></category>
		<category><![CDATA[Gsuite Data Regions Policy]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1209</guid>

					<description><![CDATA[<p>G Suite data regions allows G Suite customers to choose a specific geographic location for their covered data. We’re enhancing data regions with three key updates: Coverage of user indices for Gmail and Calendar Coverage of Google Keep primary data at rest and backups More granular group-based controls In addition to these new features, we’re [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/googe-improving-data-regions-with-expanded-coverage-and-group-based-admin-controls/">Googe: Improving data regions with expanded coverage and group-based admin controls</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p><a href="https://gsuite.google.com/products/admin/data-regions/" target="_blank" rel="noopener noreferrer">G Suite data regions</a> allows G Suite customers to choose a specific geographic location for their covered data. We’re enhancing data regions with three key updates:</p>
<ul>
<li>Coverage of user indices for Gmail and Calendar</li>
<li>Coverage of Google Keep primary data at rest and backups</li>
<li>More granular group-based controls</li>
</ul>
<p>In addition to these new features, we’re also moving the location of the data region reporting dashboard from <i>Admin Console &gt; Dashboard </i>to<i> Admin Console &gt; Reports &gt; Data Regions</i>.</p>
<p>With Google G suite data regions, you can now <a href="https://gsuite.google.com/products/admin/data-regions/" target="_blank" rel="noopener noreferrer">Control the geographical location of your G Suite data at rest</a>.</p>
<p>For organizations that want more geo-control, the data regions feature for G Suite gives you the choice to pick where covered data for select G Suite apps is stored at rest — whether globally distributed, in the US, or across Europe.</p>
<p><strong>Admins</strong></p>
<p><strong>Why you’d use it</strong></p>
<p>G Suite’s globally distributed cloud infrastructure reduces latency and protects data with geo redundancy. Therefore, most organizations choose not to geo-restrict their data. However, some organizations have preferences around where their data is stored at rest.</p>
<p>To support those customers, we launched data region controls in 2018. Data regions lets customers designate the region in which covered data is stored when at rest—globally, in the US, or in Europe. Last year, we enhanced data regions with increased coverage of apps and data types.</p>
<p>By covering more apps, additional data types, and more granular admin controls, we hope to better support our customers’ data location preferences.</p>
<p>&nbsp;</p>
<p>Below a graphic of company data at rest in United States data centers, and the Company Profile of data regions.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1212 size-large" src="https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-1024x490.png" alt="company data at rest in United States data centers" width="1024" height="490" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-1024x490.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-300x144.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-768x368.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest.png 1352w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1213 size-large" src="https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile-1024x388.png" alt="Company Profile of data regions" width="1024" height="388" srcset="https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile-1024x388.png 1024w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile-300x114.png 300w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile-768x291.png 768w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile-1536x582.png 1536w, https://evertoncollins.com/wp-content/uploads/2020/02/Data-regions-data-at-rest-company-profile.png 1774w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>For more please see the following Google docs:</p>
<ul>
<li><a href="https://support.google.com/a/topic/7631290?hl=en&amp;ref_topic=7558840" target="_blank" rel="noopener noreferrer">Choose region where data is stored</a></li>
<li><a href="https://gsuiteupdates.googleblog.com/2018/07/gsuite-data-regions.html" target="_blank" rel="noopener noreferrer">G Suite Updates</a></li>
</ul><p>The post <a href="https://evertoncollins.com/googe-improving-data-regions-with-expanded-coverage-and-group-based-admin-controls/">Googe: Improving data regions with expanded coverage and group-based admin controls</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Azure Command &#8211; Gets subscribed SKUs to Microsoft services.</title>
		<link>https://evertoncollins.com/azure-command-gets-subscribed-skus-to-microsoft-services/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Wed, 23 May 2018 20:25:35 +0000</pubDate>
				<category><![CDATA[Azure Powershell]]></category>
		<category><![CDATA[Microsoft Azure]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Azure Command - Gets subscribed SKUs to Microsoft services.]]></category>
		<category><![CDATA[Powershell Get-AzureADSubscribedSku]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1126</guid>

					<description><![CDATA[<p>Get-AzureADSubscribedSku  is a Azure PowerShell Command to get the subscribed SKUs to Microsoft services. This will display the Office 365 SkU&#8217;s you have in your Tenant.  We&#8217;ll open a PowerShell window and type in the Azure AD Command &#62; Get-AzureADSubscribedSku and it will look something similar to this below, with your subscriptions displayed. &#160; Description [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/azure-command-gets-subscribed-skus-to-microsoft-services/">Azure Command – Gets subscribed SKUs to Microsoft services.</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Get-Azure<wbr />ADSubscribed<wbr />Sku  is a Azure PowerShell Command to get the subscribed SKUs to Microsoft services. This will display the Office 365 SkU&#8217;s you have in your Tenant.  We&#8217;ll open a PowerShell window and type in the Azure AD Command &gt; Get-Azure<wbr />ADSubscribed<wbr />Sku and it will look something similar to this below, with your subscriptions displayed.</p>
<p><img loading="lazy" decoding="async" class="aligncenter wp-image-1128 size-large" src="https://evertoncollins.com/wp-content/uploads/2018/05/Get-AzureADSubscribedSku-1024x225.jpg" alt="Get-AzureADSubscribedSku" width="1024" height="225" srcset="https://evertoncollins.com/wp-content/uploads/2018/05/Get-AzureADSubscribedSku-1024x225.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2018/05/Get-AzureADSubscribedSku-300x66.jpg 300w, https://evertoncollins.com/wp-content/uploads/2018/05/Get-AzureADSubscribedSku-768x169.jpg 768w, https://evertoncollins.com/wp-content/uploads/2018/05/Get-AzureADSubscribedSku.jpg 1216w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<h2 id="description" class="heading-with-anchor">Description</h2>
<p>The <a href="https://docs.microsoft.com/en-us/powershell/module/Azuread/Get-AzureADSubscribedSku?view=azureadps-2.0" target="_blank" rel="noopener"><strong>Get-AzureADSubscribedSku</strong></a> cmdlet gets subscribed SKUs to Microsoft services.</p><p>The post <a href="https://evertoncollins.com/azure-command-gets-subscribed-skus-to-microsoft-services/">Azure Command – Gets subscribed SKUs to Microsoft services.</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Getting Started with OptinMonster and WordPress Checklist</title>
		<link>https://evertoncollins.com/getting-started-with-optinmonster-and-wordpress-checklist/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Mon, 02 Apr 2018 21:28:57 +0000</pubDate>
				<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Consulting]]></category>
		<category><![CDATA[Lead Generation]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Special Offers]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Boost Sales]]></category>
		<category><![CDATA[Conversion Optimization]]></category>
		<category><![CDATA[Conversion Optimization Toolkit]]></category>
		<category><![CDATA[email software]]></category>
		<category><![CDATA[Grow Your Email List]]></category>
		<category><![CDATA[OptinMonster]]></category>
		<guid isPermaLink="false">https://evertoncollins.com/?p=1108</guid>

					<description><![CDATA[<p>To get the most out of OptinMonster, we’ve put together the following checklist to guide you through creating your first campaign. Create your first campaign. Connect your campaign to Google Analytics so you can immediately track impressions and conversions – Note: this step is required for access to any campaign statistics. Install the OptinMonster Plugin [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/getting-started-with-optinmonster-and-wordpress-checklist/">Getting Started with OptinMonster and WordPress Checklist</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>To get the most out of <a href="https://shareasale.com/r.cfm?b=601672&amp;u=57463&amp;m=49337&amp;urllink=&amp;afftrack=" target="_blank" rel="noopener">OptinMonster</a>, we’ve put together the following checklist to guide you through creating your first campaign.</p>
<p><a href="https://shareasale.com/r.cfm?b=601672&amp;u=57463&amp;m=49337&amp;urllink=&amp;afftrack=" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-1111 size-full" src="https://evertoncollins.com/wp-content/uploads/2018/04/OptinMonster-Logo-Footer.jpg" alt="Getting Started with OptinMonster and WordPress Checklist" width="263" height="66"></a></p>
<ol>
<li><a href="https://optinmonster.com/docs/creating-your-first-optin/" target="_blank" rel="noopener">Create your first campaign</a>.</li>
<li><a href="https://optinmonster.com/docs/how-optinmonster-uses-google-analytics-to-measure-conversion-analytics/" target="_blank" rel="noopener">Connect your campaign to Google Analytics</a> so you can immediately track impressions and conversions – <span class="notice-warning"><em>Note: this step is required for access to any campaign statistics</em></span>.</li>
<li><a href="https://optinmonster.com/docs/how-to-install-the-optinmonster-wordpress-plugin/" target="_blank" rel="noopener">Install the OptinMonster Plugin</a> on your WordPress site.</li>
<li>Configure the <a href="https://optinmonster.com/docs/how-to-do-page-level-targeting-with-optinmonster/#wordpress" target="_blank" rel="noopener">Output Settings</a> for your campaign to control where it loads on your site.</li>
</ol>
<p style="text-align: center;"><a href="https://shareasale.com/r.cfm?b=601672&amp;u=57463&amp;m=49337&amp;urllink=&amp;afftrack=" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-1111 size-full" src="https://evertoncollins.com/wp-content/uploads/2018/04/OptinMonster-Logo-Footer.jpg" alt="Getting Started with OptinMonster and WordPress Checklist" width="263" height="66"></a></p>
<h3>Advanced</h3>
<p>When you’re ready to take your campaign to the next level:</p>
<ul>
<li><strong><a href="https://optinmonster.com/docs/how-to-create-a-split-test-in-optinmonster/" target="_blank" rel="noopener">Split-Testing</a></strong> your campaign helps you improve conversions by testing different colors, copy, configuration settings and more.</li>
<li><strong>Page Level Targeting</strong>: For more advanced page targeting you can use <a href="https://optinmonster.com/docs/how-to-integrate-optinmonster-with-google-tag-manager/" target="_blank" rel="noopener">Google Tag Manager</a> to control when and where on your site the campaign appears.</li>
<li><strong>Cookie Configuration</strong>: OptinMonster makes it easy to set both <a href="https://optinmonster.com/docs/how-optin-cookies-and-the-global-cookie-work-in-optinmonster/" target="_blank" rel="noopener">individual and global cookies</a>, controlling how often visitors see your campaign.</li>
<li><strong>MonsterLinks</strong>: You can show your campaign with the click of a link or button on your site with <a href="https://optinmonster.com/docs/how-to-manually-load-optinmonster-popup-with-click-of-a-button/" target="_blank" rel="noopener">MonsterLinks</a>.</li>
<li><strong>Downloadable File Delivery</strong>: There are many ways you can <a href="https://optinmonster.com/docs/how-to-deliver-downloadable-files/" target="_blank" rel="noopener">deliver downloadable content</a> when using OptinMonster.</li>
<li><strong>Yes/No Campaigns</strong>: If you don’t want to collect email addresses you can easily the default form to a <a href="https://optinmonster.com/docs/how-to-create-a-yes-no-optin-with-optinmonster/" target="_blank" rel="noopener">yes/no campaign</a> instead.</li>
<li><strong>Privacy Policy</strong>: Add a <a href="https://optinmonster.com/docs/how-to-add-a-privacy-policy/" target="_blank" rel="noopener">privacy policy</a> to your campaign.</li>
<li><strong>Mobile</strong>: Create a <a href="https://optinmonster.com/docs/how-to-create-a-mobile-optin/" target="_blank" rel="noopener">mobile campaign</a> to show to mobile visitors.<span class="notice-warning"><em><strong>Note:</strong> mobile options require a <a href="https://shareasale.com/r.cfm?b=601672&amp;u=57463&amp;m=49337&amp;urllink=&amp;afftrack=" target="_blank" rel="noopener">Pro subscription</a>.</em></span></li>
</ul>
<p style="text-align: center;"><a href="https://shareasale.com/r.cfm?b=601672&amp;u=57463&amp;m=49337&amp;urllink=&amp;afftrack=" target="_blank" rel="noopener"><img loading="lazy" decoding="async" class="aligncenter wp-image-1111 size-full" src="https://evertoncollins.com/wp-content/uploads/2018/04/OptinMonster-Logo-Footer.jpg" alt="Getting Started with OptinMonster and WordPress Checklist" width="263" height="66"></a></p><p>The post <a href="https://evertoncollins.com/getting-started-with-optinmonster-and-wordpress-checklist/">Getting Started with OptinMonster and WordPress Checklist</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Azure Identity Protection &#8211; Enterprise Mobility + Security</title>
		<link>https://evertoncollins.com/azure-identity-protection-enterprise-mobility-security/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Thu, 14 Dec 2017 01:44:48 +0000</pubDate>
				<category><![CDATA[Enterprise Mobility + Security]]></category>
		<category><![CDATA[Azure Active Directory Premium]]></category>
		<category><![CDATA[Azure Identity Protection - Enterprise Mobility + Security]]></category>
		<category><![CDATA[Your sign-in was blocked]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=996</guid>

					<description><![CDATA[<p>Azure Identity Protection Azure Identity Protection is a feature of Microsoft Enterprise Mobility + Security and is a premium feature in EMS E5.  We conducted a test to see if a user would be blocked while trying to log in from 2 separate locations. We went to https://portal.azure.com/ and logged in with credentials normally from our [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/azure-identity-protection-enterprise-mobility-security/">Azure Identity Protection – Enterprise Mobility + Security</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Azure Identity Protection</h1>
<p>Azure Identity Protection is a feature of Microsoft Enterprise Mobility + Security and is a premium feature in EMS E5.  We conducted a test to see if a user would be blocked while trying to log in from 2 separate locations.</p>
<p>We went to <a href="https://portal.azure.com/" target="_blank" rel="noopener noreferrer">https://portal.azure.com/</a> and logged in with credentials normally from our home office server.  I then created a 2012 Server virtual machine setting up and configuring Active Directory and <a href="https://www.evertoncollins.com/azure-ad-connect-sync-scheduler/">azure AD Connect.</a></p>
<p>Using the Tor browser I went to <a href="https://portal.azure.com/">portal.azure.com</a> to login with the same user a 2nd time.</p>
<h2>Our Results</h2>
<p><strong>Your sign-in was blocked</strong></p>
<div class="ca_section">
<div id="description"><em>We&#8217;ve detected something unusual about this sign-in.</em></div>
<div><em><br />
For example, you might be signing in from a new location, device, or app. </em></div>
<div><em>Before you can continue, we need to verify your identity.  Please contact your admin.</em></div>
<div></div>
<div><img loading="lazy" decoding="async" class="aligncenter wp-image-998 size-large" src="https://evertoncollins.com/wp-content/uploads/2017/09/azure-information-protection-01-1024x484.jpg" alt="" width="1024" height="484" /></div>
</div>
<div></div>
<div>After viewing more details we get a better picture of what scenario is; at this point to see that the user has tried to sign in a second time from an unknown location and has been blocked.</div>
<div></div>
<div></div>
<div><img loading="lazy" decoding="async" class="aligncenter wp-image-999 size-large" src="https://evertoncollins.com/wp-content/uploads/2017/09/azure-information-protection-02-1024x531.jpg" alt="Azure identity Protection" width="1024" height="531" /></div>
<div></div>
<div>We can see from the message the sign-in was blocked.</div>
<div></div>
<div>
<div class="ca_header">
<div class="gianttext"><strong>Your sign-in was blocked</strong></div>
<div></div>
</div>
<div class="ca_section">
<div id="description"><em>We&#8217;ve detected something unusual about this sign-in. For example, you might be signing in from a new location, device, or app. </em></div>
<div><em>Before you can continue, we need to verify your identity. Please contact your admin.</em></div>
</div>
<div id="more_details_text" class="normaltext"><em> </em></div>
<div id="more_details_hiddenbydefault_text" class="">
<div id="contactadmin_text" class="normaltext">The following information might be useful to your administrator:</div>
<ul>
<li>App name: Azure Portal</li>
<li>App id: c44b4083-3bb0-49c1-b47d-974e53cbdf3c</li>
<li>IP address: 62.210.129.246</li>
<li>Device identifier: not available</li>
<li>Device platform: Windows 7</li>
<li>Device state: Unregistered</li>
<li>Signed in as rick.admin@nottstruckingltd.onmicrosoft.com</li>
<li>Correlation ID: 46d66b10-4f50-4e10-a5fb-15a11f06135a</li>
<li>Timestamp: 2017-09-18 20:29:55Z</li>
</ul>
</div>
<div id="switch_user_text" class="normaltext"><strong>Sign out and sign in with a different </strong><b>account</b></div>
</div>
<div></div>
<div>We will now create a sign-in risk policy.  Login to portal.azure.com -&gt; Azure AD Identity Protection -&gt;Sign-in risk policy</div>
<div></div>
<div></div>
<div><img loading="lazy" decoding="async" class="aligncenter wp-image-1014 size-full" src="https://evertoncollins.com/wp-content/uploads/2017/09/risky-sign-in-policy.jpg" alt="risky-sign-in-policy" width="844" height="906" srcset="https://evertoncollins.com/wp-content/uploads/2017/09/risky-sign-in-policy.jpg 844w, https://evertoncollins.com/wp-content/uploads/2017/09/risky-sign-in-policy-279x300.jpg 279w, https://evertoncollins.com/wp-content/uploads/2017/09/risky-sign-in-policy-768x824.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/09/risky-sign-in-policy-300x322.jpg 300w" sizes="(max-width: 844px) 100vw, 844px" /></div>
<div>
<div class="container mainContainer" dir="ltr" lang="en-us" data-bi-name="body">
<div id="main">
<div>
<div class="content">
<h2 id="risky-sign-ins">Risky sign-ins</h2>
<p class="lf-text-block lf-block" data-lf-anchor-id="0fd0ada0e2b32ea83183f8e3637f6279:0">Azure Active Directory detects <a href="https://docs.microsoft.com/en-us/azure/active-directory/active-directory-reporting-risk-events#risk-event-types" target="_blank" rel="noopener noreferrer" data-linktype="relative-path">risk event types</a> in real-time and offline.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="0fd0ada0e2b32ea83183f8e3637f6279:0">Each risk event that has been detected for a sign-in of a user contributes to a logical concept called risky sign-in.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="0fd0ada0e2b32ea83183f8e3637f6279:0">A risky sign-in is an indicator of a sign-in attempt that might not have been performed by the legitimate owner of a user account.</p>
</div>
<p><a href="https://docs.microsoft.com/en-us/azure/active-directory/active-directory-identityprotection#what-is-a-user-risk-level" target="_blank" rel="noopener noreferrer">https://docs.microsoft.com/en-us/azure/active-directory/active-directory-identityprotection#what-is-a-user-risk-level</a></p>
</div>
</div>
</div>
</div><p>The post <a href="https://evertoncollins.com/azure-identity-protection-enterprise-mobility-security/">Azure Identity Protection – Enterprise Mobility + Security</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
