<?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>Office 365 1 | Cloud Engineer - Everton Collins</title>
	<atom:link href="https://evertoncollins.com/category/office-365/feed/" rel="self" type="application/rss+xml" />
	<link>https://evertoncollins.com</link>
	<description>Work by Everton Collins</description>
	<lastBuildDate>Wed, 15 Jun 2022 22:51:52 +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>Office 365 1 | Cloud Engineer - Everton Collins</title>
	<link>https://evertoncollins.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<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 fetchpriority="high" 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 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 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>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>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>
		<item>
		<title>Azure: Fix Unhealthy Identity synchronization</title>
		<link>https://evertoncollins.com/azure-fix-unhealthy-identity-synchronization/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Mon, 31 Jul 2017 10:41:56 +0000</pubDate>
				<category><![CDATA[Azure AD Connect]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Azure: Fix Unhealthy Identity synchronization]]></category>
		<category><![CDATA[Inplace Azure Ad Connect Upgrade]]></category>
		<category><![CDATA[Last directory sync Warning]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=970</guid>

					<description><![CDATA[<p>Azure: Fix Unhealthy Identity synchronization. Yesterday I was in my office 365 portal, just checking an account, when I logged in I was presented with this message &#8220;Unhealthy Identity synchronization&#8221; on the office 365 portal admin homepage. You may see something like this in your office 365 portal if there is a Sync issue or [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/azure-fix-unhealthy-identity-synchronization/">Azure: Fix Unhealthy Identity synchronization</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Azure: Fix Unhealthy Identity synchronization. Yesterday I was in my office 365 portal, just checking an account, when I logged in I was presented with this message <strong>&#8220;Unhealthy Identity synchronization&#8221;</strong> on the office 365 portal admin homepage. You may see something like this in your office 365 portal if there is a Sync issue or some other problem with Azure AD Connect.  I also received an email about an unhealthy sync. See snapshot of the email.</p>
<p>&nbsp;</p>
<h2><b>Subject:</b> Unhealthy Identity synchronization Notification</h2>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-977 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade03-1024x374.png" alt="Subject: Unhealthy Identity synchronization" width="1024" height="374" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade03.png 1024w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade03-300x110.png 300w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade03-768x281.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>As you can see below from the image, we haven&#8217;t had a directory sync for the last 54 hours.</p>
<p><strong>Last directory sync Warning: <span style="color: #ff0000;">last synced 54 hours ago</span></strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-973 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade01-1024x357.png" alt="Last directory sync Warning: last synced 54 hours ago" width="1024" height="357" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade01-1024x357.png 1024w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade01-300x105.png 300w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade01-768x268.png 768w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade01.png 1190w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>We will have to click on the link and see what the particular error is reporting with our Azure AD Connect Synchronization or use the link to troubleshoot our error.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-975 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade02-1024x682.png" alt="Fixing problems with directory synchronization for Office 365 " width="1024" height="682" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade02.png 1024w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade02-300x200.png 300w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade02-768x512.png 768w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p><a href="https://support.office.com/en-us/article/Fixing-problems-with-directory-synchronization-for-Office-365-79c43023-5a47-45ae-8068-d8a26eee6bc2?ui=en-US&amp;rs=en-US&amp;ad=US" target="_blank" rel="noopener">Fixing problems with directory synchronization for Office 365 </a></p>
<p>Ok, time now to review the version of AD Connect we are running on our local Active Directory and do a in-place upgrade to solve this issue, often times upgrading the AD Connect Sync client will resolve issues with the synchronization.  Let see what&#8217;s the current version and what version we are running on our member server and see if we need to do the in-place upgrade.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-978" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/azure-version.png" alt="azure-version 1.1.561.0" width="514" height="438" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/azure-version.png 514w, https://evertoncollins.com/wp-content/uploads/2017/07/azure-version-300x256.png 300w" sizes="(max-width: 514px) 100vw, 514px" /></p>
<p>The current version is 1.1.561.0 so there must be another issue going on, at this point we&#8217;ll try and run a few Power Shell Commands to push a sync.  We will run</p>
<pre style="margin: 0in; font-family: Calibri; font-size: 11.0pt;">Start-ADSyncSyncCycle -PolicyType Initial  - To push an initial sync over to office 365.</pre>
<p>At this point when we ran the command we got a message back stating the sync was busy.</p>
<p>We also ran this command to see the health of the sync:</p>
<pre><code data-bi-name="code-block">Get-ADSyncConnectorRunStatus</code></pre>
<p>So we then opened to the Synchronization Scheduler to check the connectors, stopped them and ran a full synchronization, after that we restarted the member server.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-983" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade05.png" alt="" width="788" height="379" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade05.png 788w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade05-300x144.png 300w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade05-768x369.png 768w" sizes="(max-width: 788px) 100vw, 788px" /></p>
<p>This eventually cleared up our sync issue and from the portal we can see a healthy sync.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-982 size-full" src="https://www.evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade04.png" alt="AD Connect Healthy Sync" width="954" height="414" srcset="https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade04.png 954w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade04-300x130.png 300w, https://evertoncollins.com/wp-content/uploads/2017/07/adConnect-upgrade04-768x333.png 768w" sizes="(max-width: 954px) 100vw, 954px" /></p>
<p>A great link you can use to <a href="https://docs.microsoft.com/en-us/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler" target="_blank" rel="noopener">troubleshoot your AD Connect Sync</a>; also you may want to keep an eye on your syncs using the Azure AD Connect Health Dashboard that comes with Azure Active Directory Premium.</p><p>The post <a href="https://evertoncollins.com/azure-fix-unhealthy-identity-synchronization/">Azure: Fix Unhealthy Identity synchronization</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Skype for Business Online management tasks &#8211; Commands</title>
		<link>https://evertoncollins.com/the-skype-for-business-reports/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Sun, 30 Apr 2017 13:03:07 +0000</pubDate>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[SfB]]></category>
		<category><![CDATA[click Accessories]]></category>
		<category><![CDATA[click All Programs]]></category>
		<category><![CDATA[click Windows PowerShell]]></category>
		<category><![CDATA[Get-CsTenant]]></category>
		<category><![CDATA[Online meetings and conferences]]></category>
		<category><![CDATA[or Windows Server 2012 R2 do the following: Click Start]]></category>
		<category><![CDATA[Powershell Skype for Business Reports]]></category>
		<category><![CDATA[Skype for Business reports]]></category>
		<category><![CDATA[To create a remote connection to Skype for Business Online]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=866</guid>

					<description><![CDATA[<p>Skype for Business with PowerShell There are many common daily tasks a Skype for Business Administrator will need to complete in their daily management of Office 365  Skype for business; one such task is that of managing user accounts.  You want to see what users have been enabled for Skype for Business. You will want [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/the-skype-for-business-reports/">Skype for Business Online management tasks – Commands</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Skype for Business with PowerShell</h1>
<p>There are many common daily tasks a Skype for Business Administrator will need to complete in their daily management of Office 365  Skype for business; one such task is that of managing user accounts.  You want to see what users have been enabled for Skype for Business.</p>
<p>You will want to sign-in to Skype for Business PowerShell to run these commands</p>
<h2>Connecting to Skype for Business Online by using Windows PowerShell</h2>
<p>After you have installed the prerequisite software, you are ready to begin using Windows PowerShell to manage Skype for Business Online. To do that, you begin by opening a standard instance of Windows PowerShell. You don&#8217;t need to open a special instance of Windows PowerShell (similar to, say, the Lync Server Management Shell), nor do you need to open a Control Panel app or any other special type of application. This is because Skype for Business Online management is performed by using a remote session of Windows PowerShell.</p>
<p>&nbsp;</p>
<p>In turn, this means that:</p>
<ol>
<li>You use a regular session of Windows PowerShell to connect to Skype for Business Online. When connecting remotely, you work on your local computer and you use your local copy of Windows PowerShell, but you manage objects found on a remote system (that is, Skype for Business Online).</li>
<li>All the cmdlets, scripts, and other items needed to manage Skype for Business Online are downloaded to your computer. These items are kept in memory and are available only in the remote session established with Skype for Business Online. This is important to keep in mind. When you make a remote connection to Skype for Business Online, the Skype for Business Online cmdlets—such as <a href="https://technet.microsoft.com/en-us/library/jj994044%28v=ocs.15%29.aspx" target="_blank" rel="noopener noreferrer">Get-CsTenant</a>—will be copied, in memory, to your computer. In your remote session, you&#8217;ll be able to run these cmdlets. However, these cmdlets are available only in that remote session. For example, you might start a second session of Windows PowerShell, but without connecting to Skype for Business Online in this session. If you try to run the <strong>Get-CsTenant</strong> cmdlet from within that session, you&#8217;ll receive the following error message:</li>
</ol>
<pre>Get-CsTenant : The term 'Get-CsTenant' is not recognized as the name of a cmdlet, function, script file, or operable program.</pre>
<pre>Check the spelling of the name, or if a path was included, verify that the path is correct and try again.

</pre>
<p><strong>User Account Management: </strong></p>
<p>Return information about all your Skype for Business Online users</p>
<pre><strong>Get-CsOnlineUser</strong>  - To return information about all your users who have been enabled for Skype for Business Online</pre>
<pre>(this can be a very long report)

</pre>
<pre><strong>Get-CsOnlineUser -ResultSize 1</strong> - To return information for a single, randomly-selected user</pre>
<pre>(for example, to use this account for test purposes), call the <strong>Get-CsOnlineUser</strong> cmdlet and set the ResultSize parameter to 1:
<img loading="lazy" decoding="async" class="alignnone size-large wp-image-913" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-1024x694.jpg" alt="Get-CsOnlineUser -ResultSize 1" width="1024" height="694" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-1024x694.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-300x203.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1-768x520.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize1.jpg 1216w" sizes="(max-width: 1024px) 100vw, 1024px" /></pre>
<pre>Lets say you want to get the results for many users, in our case we'll say 6 users.

You can run the following command.
<strong>Get-CsOnlineUser -ResultSize 6</strong> - Run this command to get the results back for 6 users

<img loading="lazy" decoding="async" class="alignnone size-large wp-image-916" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-1024x740.jpg" alt="Get-CsOnlineUser -ResultSize 6" width="1024" height="740" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-1024x740.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-300x217.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6-768x555.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/Skype-business-Get-CsOnlineUser-ResultSize-6.jpg 1141w" sizes="(max-width: 1024px) 100vw, 1024px" /></pre><p>The post <a href="https://evertoncollins.com/the-skype-for-business-reports/">Skype for Business Online management tasks – Commands</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</title>
		<link>https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Tue, 04 Apr 2017 13:00:35 +0000</pubDate>
				<category><![CDATA[Azure Active Directory]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Azure sign-in]]></category>
		<category><![CDATA[Azure Sign-in Reporting]]></category>
		<category><![CDATA[etc]]></category>
		<category><![CDATA[https://portal.azure.com]]></category>
		<category><![CDATA[Microsoft Azure: See who has been using Microsoft Teams]]></category>
		<category><![CDATA[Microsoft Teams usage]]></category>
		<category><![CDATA[Sign-in activity reports in the Azure Active Directory portal - preview]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=890</guid>

					<description><![CDATA[<p>Azure Sign-in Activity Reports Azure sign-in activity reports, show those users that have signed into Microsoft Teams, Skype for Business, Azure Portal sign-in and actively using those services.  Well there are several ways you get get a report of who has signed into Microsoft Teams, Skype for Business and Azure Portal. You can always sign [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/">Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Azure Sign-in Activity Reports</h1>
<p>Azure sign-in activity reports, show those users that have signed into Microsoft Teams, Skype for Business, Azure Portal sign-in and actively using those services.  Well there are several ways you get get a report of who has signed into Microsoft Teams, Skype for Business and Azure Portal.</p>
<p>You can always sign into the portal https://portal.office.com/ and pull down a report of those users assigned licenses or run a <a href="https://www.evertoncollins.com/connect-to-exchange-online-using-windows-powershell/">PowerShell</a> command to get those results.</p>
<h2>Azure Portal Sign-in</h2>
<p>We can login to the Old Azure portal view <strong><a href="https://manage.windowsazure.com/" target="_blank" rel="noopener">https://manage.windowsazure.com/</a></strong>  or new<strong> <a href="https://portal.azure.com/" target="_blank" rel="noopener">https://portal.azure.com/</a></strong> portal  using our admin credentials and view Azure sign-in activity reports specifically of someone who has signed in and using Microsoft teams or get a report by user.</p>
<h3><strong>Using the old portal view:</strong></h3>
<p>1. Sign into your old Azure Portal &#8211; <a href="https://manage.windowsazure.com/" target="_blank" rel="noopener">https://manage.windowsazure.com/</a><br />
2. Go to Azure Active Directory<br />
3. View the Sign-ins and this should show a list of those that have signed into Teams/Skype for Business etc.</p>
<p>&nbsp;</p>
<p><strong>Step 1.</strong> &#8211; Signing into the portal and your Active Directory</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-895 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-1024x852.jpg" alt="Azure sign-in Azure Active Directory " width="1024" height="852" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-1024x852.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-300x250.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1-768x639.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-01-1.jpg 1165w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 2</strong>. &#8211; Once signed into your Active Directory go to the Reports tab.</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-894 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-1024x837.jpg" alt="Azure sign-in Azure Active Directory - Reports" width="1024" height="837" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-1024x837.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-300x245.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02-768x628.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-02.jpg 1159w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 3.</strong>  &#8211;  Azure Active Directory &#8211; Select Reports by Dates or by users</p>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-893 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-1024x828.jpg" alt="Azure sign-in Azure Active Directory - Select Reports by Dates or by users" width="1024" height="828" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-1024x828.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-300x243.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03-768x621.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/manage-portal-03.jpg 1157w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<h3><strong>Using the new azure portal view:</strong></h3>
<p>Follow these steps:</p>
<p>1. Sign into your Azure Portal &#8211; <a href="https://portal.azure.com/" target="_blank" rel="noopener"> https://portal.azure.com/ </a><br />
2. Go to Azure Active Directory<br />
3. View the Sign-ins and this should show a list of those that have signed into Teams/Skype for Business etc.</p>
<p>&nbsp;</p>
<p><strong>Step 1</strong>. &#8211; Sign-in to Dashboard for <a href="https://portal.azure.com/" target="_blank" rel="noopener">https://portal.azure.com/</a>  and go to your Active Directory.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-899 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-1024x563.jpg" alt="Azure sign-in - Dashboard in portal.azure.com view" width="1024" height="563" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-1024x563.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-300x165.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02-768x422.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-02.jpg 1540w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p><strong>Step 2. &#8211;</strong> Left hand side go to your active directory, and then sign-ins.</p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-900 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-1024x585.jpg" alt="Azure sign-in -Sign-in portal.azure.com view" width="1024" height="585" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-1024x585.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-300x171.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04-768x439.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-04.jpg 1535w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p>Step 3. &#8211; After selecting your Active Directory, go to sign-ins where you will be presented to a report view where you can select from any of the following:</p>
<p><strong>Time interval, User, Application, Client, sign-in status.</strong></p>
<p><img loading="lazy" decoding="async" class="alignnone wp-image-904 size-large" src="https://www.evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-1024x505.jpg" alt="Azure sign-in - Reports in portal.azure.com view" width="1024" height="505" srcset="https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-1024x505.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-300x148.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05-768x378.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/04/portal-azure-05.jpg 1723w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="8f44ac6cffbb66f8510d686345424b55:0">The reporting architecture in Azure Active Directory consists of the following components:<span class="lf-thread-btn"><a class="fycon-action-view" tabindex="0" data-lf-anchor-id="8f44ac6cffbb66f8510d686345424b55:0">+</a></span></p>
<ul class="lf-text-block lf-block" data-lf-anchor-id="8f946daa43bb2cef34cbd06e46ff4e69:0">
<li><strong>Activity</strong>
<ul>
<li><strong>Sign-in activities</strong> – Information about the usage of managed applications and user sign-in activities</li>
<li><strong>Audit logs</strong> &#8211; System activity information about users and group management, your managed applications and directory activities.</li>
</ul>
</li>
<li><strong>Security</strong>
<ul>
<li><strong>Risky sign-ins</strong> &#8211; A <a href="https://www.evertoncollins.com/azure-information-protection-enterprise-mobility-security/">risky sign-in</a> is an indicator for a sign-in attempt that might have been performed by someone who is not the legitimate owner of a user account. For more details, see Risky sign-ins.</li>
<li><strong>Users flagged for risk</strong> &#8211; A risky user is an indicator for a user account that might have been compromised. For more details, see Users flagged for risk.</li>
</ul>
</li>
</ul>
<p>Refer to Microsoft <a href="https://docs.microsoft.com/en-us/azure/active-directory/active-directory-reporting-activity-sign-ins" target="_blank" rel="noopener">Sign-in activity reports in the Azure Active Directory portal &#8211; preview</a></p><p>The post <a href="https://evertoncollins.com/microsoft-azure-sign-see-using-microsoft-teams-etc/">Microsoft Azure sign-in: See who has been using Microsoft Teams, etc</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Azure AD Connect sync: Scheduler</title>
		<link>https://evertoncollins.com/azure-ad-connect-sync-scheduler/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 06:20:24 +0000</pubDate>
				<category><![CDATA[Azure AD Connect]]></category>
		<category><![CDATA[Azure Powershell]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Azure AD Connect sync: Scheduler]]></category>
		<category><![CDATA[Get-ADSyncScheduler]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=829</guid>

					<description><![CDATA[<p>Azure AD Connect sync synchronize changes occurring in your on-premises directory using a scheduler. There are two scheduler processes, one for password sync and another for object/attribute sync and maintenance tasks. This topic covers the latter. In earlier releases, the scheduler for objects and attributes was external to the sync engine. It used Windows task [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/azure-ad-connect-sync-scheduler/">Azure AD Connect sync: Scheduler</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<p class="lf-text-block lf-block" data-lf-anchor-id="da8d7d265f1869a42e8303860da66e26:0">Azure AD Connect sync synchronize changes occurring in your on-premises directory using a scheduler. There are two scheduler processes, one for password sync and another for object/attribute sync and maintenance tasks. This topic covers the latter.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="0395342d5c1965ea33c9cc4f47234757:0">In earlier releases, the scheduler for objects and attributes was external to the sync engine. It used Windows task scheduler or a separate Windows service to trigger the synchronization process. The scheduler is with the 1.1 releases built-in to the sync engine and do allow some customization. The new default synchronization frequency is 30 minutes.</p>
<p class="lf-text-block lf-block" data-lf-anchor-id="89a561475f9acdf1244dd407c52b0645:0">The scheduler is responsible for two tasks:</p>
<ul class="lf-text-block lf-block" type="square" data-lf-anchor-id="965d1d3b543174b00ba5894a0e5b4677:0">
<li><strong>Synchronization cycle</strong>. The process to import, sync, and export changes.</li>
<li><strong>Maintenance tasks</strong>. Renew keys and certificates for Password reset and Device Registration Service (DRS). Purge old entries in the operations log.</li>
</ul>
<p class="lf-text-block lf-block" data-lf-anchor-id="01dd0c4f57ba65d83e8d8c5757606f5b:0">The scheduler itself is always running, but it can be configured to only run one or none of these tasks. For example, if you need to have your own synchronization cycle process, you can disable this task in the scheduler but still run the maintenance task.</p>
<h1 class="lf-text-block lf-block" data-lf-anchor-id="01dd0c4f57ba65d83e8d8c5757606f5b:0">Scheduler Configuration</h1>
<p class="lf-text-block lf-block" data-lf-anchor-id="01dd0c4f57ba65d83e8d8c5757606f5b:0">We can view the current configuration settings by using PowerShell run the following command. <a href="https://technet.microsoft.com/en-us/library/dn975125.aspx" target="_blank">(view article connecting to Azure PowerShell </a>)</p>
<p><strong>Get-ADSyncScheduler</strong></p>
<p>It will show you something like this:</p>
<p><img loading="lazy" decoding="async" class="wp-image-832 size-full alignnone" src="https://www.evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler.jpg" alt="Get-ADSyncScheduler" width="664" height="305" srcset="https://evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler.jpg 664w, https://evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler-300x138.jpg 300w" sizes="(max-width: 664px) 100vw, 664px" /></p>
<h2>Starting the scheduler</h2>
<p>By default AAD Connect will run every 30 minutes, I wanted to change the scheduler sync from every 30 minutes to every hour, so I would run the following command, changing the time to 1 hr</p>
<p>Example: <strong><code>Set-ADSyncScheduler -CustomizedSyncCycleInterval 01:00:00</code></strong></p>
<p>See the results</p>
<p><img loading="lazy" decoding="async" class="wp-image-835 size-full alignnone" src="https://www.evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler-Time.jpg" alt="Example: Set-ADSyncScheduler -CustomizedSyncCycleInterval 01:00:00" width="699" height="429" srcset="https://evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler-Time.jpg 699w, https://evertoncollins.com/wp-content/uploads/2017/03/Get-ADSyncScheduler-Time-300x184.jpg 300w" sizes="(max-width: 699px) 100vw, 699px" /><br />
There will be times and quick regular where you will have created users on premise and made edits to user account in Active Directory and then want to resync those changes back over to the cloud in between regular cycles or you need to run different types.</p>
<h3>Delta Sync cycle:</h3>
<p>A Delta sync cycle includes the following steps:</p>
<ul type="square">
<li>Delta import on all Connectors</li>
<li>Delta sync on all Connectors</li>
<li>Export on all Connectors</li>
</ul>
<p>You may have the need for an urgent change that must be synchronized immediately, which is why you need to manually run a cycle. If you need to manually run a cycle, then from PowerShell run <strong>Start-ADSyncSyncCycle -PolicyType Delta</strong>.</p>
<h3>Full sync Cycle:</h3>
<p>If you have made one of the following configuration changes, you will need to run a full sync cycle ( or initial sync)</p>
<ul type="square">
<li>Added more objects or attributes to be imported from a source directory</li>
<li>Made changes to the Synchronization rules</li>
<li>Changed filtering so a different number of objects should be included</li>
</ul>
<p>If you have made one of these changes, then you need to run a full sync cycle so the sync engine has the opportunity to reconsolidate the connector spaces. A full sync cycle includes the following steps:</p>
<ul type="square">
<li>Full Import on all Connectors</li>
<li>Full Sync on all Connectors</li>
<li>Export on all Connectors</li>
</ul>
<p>To initiate a full sync cycle, run <strong>Start-ADSyncSyncCycle -PolicyType Initial</strong> from a PowerShell prompt.</p>
<p>This command starts a full sync cycle.</p><p>The post <a href="https://evertoncollins.com/azure-ad-connect-sync-scheduler/">Azure AD Connect sync: Scheduler</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Find your Exchange Server build numbers &#8211; and release dates</title>
		<link>https://evertoncollins.com/exchange-server-build-numbers/</link>
					<comments>https://evertoncollins.com/exchange-server-build-numbers/#comments</comments>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Tue, 24 Jan 2017 01:09:08 +0000</pubDate>
				<category><![CDATA[Exchange Online]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Exchange Server build numbers]]></category>
		<category><![CDATA[Exchange Server Updates: build numbers and release dates]]></category>
		<category><![CDATA[Get-ExchangeServer]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=736</guid>

					<description><![CDATA[<p>Exchange Server build numbers Using the Exchange Management Shell, it pretty easy to use Powershell and find your Exchange Server build numbers and release dates.  Listed below is the command you can run to find your current Exchange Build and release number. Below we have checked the build for an Exchange Server 2013. Exchange Server [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/exchange-server-build-numbers/">Find your Exchange Server build numbers – and release dates</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Exchange Server build numbers</h1>
<p>Using the Exchange Management Shell, it pretty easy to use Powershell and find your Exchange Server build numbers and release dates.  Listed below is the command you can run to find your current Exchange Build and release number.</p>
<p>Below we have checked the build for an Exchange Server 2013.</p>
<h2>Exchange Server 2016</h2>
<pre><strong>Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion</strong></pre>
<h2></h2>
<h2>Exchange Server 2013</h2>
<p><strong>Get-ExchangeServer | Format-List Name, Edition, AdminDisplayVersion</strong></p>
<p><img loading="lazy" decoding="async" class="wp-image-739 size-large alignnone" src="https://www.evertoncollins.com/wp-content/uploads/2017/01/exchange-build-number-1024x183.jpg" alt="Exchange Server build numbers" width="1024" height="183" srcset="https://evertoncollins.com/wp-content/uploads/2017/01/exchange-build-number-1024x183.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/01/exchange-build-number-300x54.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/01/exchange-build-number-768x137.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/01/exchange-build-number.jpg 1046w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<h2> Exchange Server 2010</h2>
<pre><strong>Get-Command ExSetup | ForEach {$_.FileVersionInfo}</strong></pre>
<p>You can use the information in this topic to verify the version of Exchange that is running in your organization.</p>
<p>Compare your Build and release to the current <strong><a href="https://technet.microsoft.com/en-us/library/hh135098(v=exchg.150).aspx" target="_blank">Microsoft Exchange Server Updates and build numbers:</a></strong></p>
<p>&nbsp;</p><p>The post <a href="https://evertoncollins.com/exchange-server-build-numbers/">Find your Exchange Server build numbers – and release dates</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://evertoncollins.com/exchange-server-build-numbers/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>PowerShell Licensing SKU&#8217;s in Office 365</title>
		<link>https://evertoncollins.com/powershell-licensing-skus-in-office-365/</link>
		
		<dc:creator><![CDATA[Everton]]></dc:creator>
		<pubDate>Fri, 13 Jan 2017 02:59:30 +0000</pubDate>
				<category><![CDATA[Office 365]]></category>
		<category><![CDATA[PowerShell Licensing]]></category>
		<guid isPermaLink="false">https://www.evertoncollins.com/?p=712</guid>

					<description><![CDATA[<p>Checking SKU&#8217;s in Office 365 with Powershell Powershell allows you to do many things within office 365, which makes it a very Powerful tool. There are times you will want to check the SKU&#8217;s in Office 365 Tenant and if you have many subscriptions and licenses, there is a simple way to check license counts [&#8230;]</p>
<p>The post <a href="https://evertoncollins.com/powershell-licensing-skus-in-office-365/">PowerShell Licensing SKU’s in Office 365</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></description>
										<content:encoded><![CDATA[<h1>Checking SKU&#8217;s in Office 365 with Powershell</h1>
<p>Powershell allows you to do many things within office 365, which makes it a very Powerful tool. There are times you will want to check the SKU&#8217;s in Office 365 Tenant and if you have many subscriptions and licenses, there is a simple way to check license counts with Powershell and provide a report to management.</p>
<h2>Connect to Exchange Powershell Office 365</h2>
<p>Use our previous article to <a href="https://www.evertoncollins.com/connect-to-exchange-online-using-windows-powershell/">connect to office 365 Exchange Online with PowerShell</a></p>
<p>To get the AccountSkuId and included ServicePlans for your tenant, do the following:</p>
<h2>Enter Get-MsolAccountSku</h2>
<p><figure id="attachment_716" aria-describedby="caption-attachment-716" style="width: 700px" class="wp-caption aligncenter"><img loading="lazy" decoding="async" class="wp-image-716 size-full" src="https://www.evertoncollins.com/wp-content/uploads/2017/01/PowerShell-Get-MsolAccountSku-e1484182192711.jpg" alt="PowerShell Licensing SKU's in Office 365 - Get-MsolAccountSku" width="700" height="185" /><figcaption id="caption-attachment-716" class="wp-caption-text">PowerShell Licensing SKU&#8217;s in Office 365 &#8211; Get-MsolAccountSku</figcaption></figure></p>
<p>As you can see we also get the Microsoft Online Domain, <strong><em>Active Units, Warning Units and consumed units</em></strong>. Now I have the account SKU&#8217;s, we can enter the following to get the included service plans.</p>
<pre>Get-MsolAccountSku | Where-Object {$_.SkuPartNumber -eq "ENTERPRISEPREMIUM_FACULTY"} | ForEach-Object {$_.ServiceStatus}</pre>
<p>&nbsp;</p>
<p><img loading="lazy" decoding="async" class="aligncenter size-large wp-image-717" src="https://www.evertoncollins.com/wp-content/uploads/2017/01/PowerShell-ENTERPRISEPREMIUM_FACULTY-1024x284.jpg" alt="Get-MsolAccountSku | Where-Object {$_.SkuPartNumber -eq &quot;ENTERPRISEPREMIUM_FACULTY&quot;} | ForEach-Object {$_.ServiceStatus}" width="1024" height="284" srcset="https://evertoncollins.com/wp-content/uploads/2017/01/PowerShell-ENTERPRISEPREMIUM_FACULTY-1024x284.jpg 1024w, https://evertoncollins.com/wp-content/uploads/2017/01/PowerShell-ENTERPRISEPREMIUM_FACULTY-300x83.jpg 300w, https://evertoncollins.com/wp-content/uploads/2017/01/PowerShell-ENTERPRISEPREMIUM_FACULTY-768x213.jpg 768w, https://evertoncollins.com/wp-content/uploads/2017/01/PowerShell-ENTERPRISEPREMIUM_FACULTY.jpg 1513w" sizes="(max-width: 1024px) 100vw, 1024px" /></p>
<p>&nbsp;</p>
<p style="text-align: center;">Office 365 Service Plan SKU&#8217;s</p>
<table style="height: 3271px;" border="0" width="721">
<tbody>
<tr>
<td colspan="2"><strong>Office 365 Small Business Premium | LITEPACK_P2</strong></td>
</tr>
<tr>
<td>EXCHANGE_L_STANDARD</td>
<td>Exchange Online (Plan 1)</td>
</tr>
<tr>
<td>MCOLITE</td>
<td>Lync Online (Plan 1)</td>
</tr>
<tr>
<td>SHAREPOINTLITE</td>
<td>SharePoint Online (Plan 1)</td>
</tr>
<tr>
<td>OFFICE_PRO_PLUS_SUBSCRIPTION_SMBIZ</td>
<td>Office ProPlus</td>
</tr>
<tr>
<td colspan="2"><strong>Office 365 Midsize Business | MIDSIZEPACK</strong></td>
</tr>
<tr>
<td>EXCHANGE_S_STANDARD_MIDMARKET</td>
<td>Exchange Online (Plan 1)</td>
</tr>
<tr>
<td>MCOSTANDARD_MIDMARKET</td>
<td>Lync Online (Plan 1)</td>
</tr>
<tr>
<td>SHAREPOINTENTERPRISE_MIDMARKET</td>
<td>SharePoint Online (Plan 1)</td>
</tr>
<tr>
<td>SHAREPOINTWAC</td>
<td>Office Online</td>
</tr>
<tr>
<td>OFFICESUBSCRIPTION</td>
<td>Office ProPlus</td>
</tr>
<tr>
<td>YAMMER_MIDSIZE</td>
<td>Yammer</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td colspan="2"><strong>Office 365 Enterprise E3 | ENTERPRISEPACK</strong></td>
</tr>
<tr>
<td>EXCHANGE_S_STANDARD</td>
<td>Exchange Online (Plan 2)</td>
</tr>
<tr>
<td>MCOSTANDARD</td>
<td>Lync Online (Plan 2)</td>
</tr>
<tr>
<td>SHAREPOINTENTERPRISE</td>
<td>SharePoint Online (Plan 2)</td>
</tr>
<tr>
<td>SHAREPOINTWAC</td>
<td>Office Online</td>
</tr>
<tr>
<td>OFFICESUBSCRIPTION</td>
<td>Office ProPlus</td>
</tr>
<tr>
<td>RMS_S_ENTERPRISE</td>
<td>Azure Active Directory Rights Management</td>
</tr>
<tr>
<td>YAMMER_ENTERPRISE</td>
<td>Yammer</td>
</tr>
<tr>
<td colspan="2">&nbsp;</p>
<p><strong>Office 365 Enterprise E4 | ENTERPRISEPACKWSCAL</strong></td>
</tr>
<tr>
<td>E3</td>
<td></td>
</tr>
<tr>
<td>  +</td>
<td></td>
</tr>
<tr>
<td>MCVOICECONF</td>
<td>Lync Online (Plan 3)</td>
</tr>
<tr>
<td colspan="2"><strong>Office 365 Enterprise K1 with/without Yammer | DESKLESSPACK or DESKLESSPACK_YAMMER</strong></td>
</tr>
<tr>
<td>EXCHANGE_S_DESKLESS</td>
<td>Exchange Online Kiosk</td>
</tr>
<tr>
<td>SHAREPOINTDESKLESS</td>
<td>SharePoint Online Kiosk</td>
</tr>
<tr>
<td>YAMMER_ENTERPRISE</td>
<td>Yammer for the Starship Enterprise</td>
</tr>
<tr>
<td colspan="2">Office 365 Enterprise K2 | DESKLESSWOFFPACK</td>
</tr>
<tr>
<td>EXCHANGE_S_DESKLESS</td>
<td>Exchange Online Kiosk</td>
</tr>
<tr>
<td>SHAREPOINTDESKLESS</td>
<td>SharePoint Online Kiosk</td>
</tr>
<tr>
<td>SHAREPOINTWAC</td>
<td>Office Online</td>
</tr>
<tr>
<td colspan="2"> Education and Government plans (unverified)</td>
</tr>
<tr>
<td colspan="2">Office 365 for Education</td>
</tr>
<tr>
<td>STANDARDPACK_STUDENT</td>
<td>Microsoft Office 365 (Plan A1) for Students</td>
</tr>
<tr>
<td>STANDARDPACK_FACULTY</td>
<td>Microsoft Office 365 (Plan A1) for Faculty</td>
</tr>
<tr>
<td>STANDARDWOFFPACK_FACULTY</td>
<td>Office 365 Education E1 for Faculty</td>
</tr>
<tr>
<td>STANDARDWOFFPACK_STUDENT</td>
<td>Microsoft Office 365 (Plan A2) for Students</td>
</tr>
<tr>
<td>STANDARDWOFFPACK_IW_STUDENT</td>
<td>Office 365 Education for Students</td>
</tr>
<tr>
<td>STANDARDWOFFPACK_IW_FACULTY</td>
<td>Office 365 Education for Faculty</td>
</tr>
<tr>
<td>EOP_ENTERPRISE_FACULTY</td>
<td>Exchange Online Protection for Faculty</td>
</tr>
<tr>
<td>EXCHANGESTANDARD_STUDENT</td>
<td>Exchange Online (Plan 1) for Students</td>
</tr>
<tr>
<td>OFFICESUBSCRIPTION_STUDENT</td>
<td>Office ProPlus Student Benefit</td>
</tr>
<tr>
<td colspan="2">Office 365 for Government</td>
</tr>
<tr>
<td>STANDARDPACK_GOV</td>
<td>Microsoft Office 365 (Plan G1) for Government</td>
</tr>
<tr>
<td>STANDARDWOFFPACK_GOV</td>
<td>Microsoft Office 365 (Plan G2) for Government</td>
</tr>
<tr>
<td>ENTERPRISEPACK_GOV</td>
<td>Microsoft Office 365 (Plan G3) for Government</td>
</tr>
<tr>
<td>ENTERPRISEWITHSCAL_GOV</td>
<td>Microsoft Office 365 (Plan G4) for Government</td>
</tr>
<tr>
<td>DESKLESSPACK_GOV</td>
<td>Microsoft Office 365 (Plan K1) for Government</td>
</tr>
<tr>
<td>ESKLESSWOFFPACK_GOV</td>
<td>Microsoft Office 365 (Plan K2) for Government</td>
</tr>
<tr>
<td>EXCHANGESTANDARD_GOV</td>
<td>Microsoft Office 365 Exchange Online (Plan 1) only for Government</td>
</tr>
<tr>
<td>EXCHANGEENTERPRISE_GOV</td>
<td>Microsoft Office 365 Exchange Online (Plan 2) only for Government</td>
</tr>
<tr>
<td>SHAREPOINTDESKLESS_GOV</td>
<td>SharePoint Online Kiosk</td>
</tr>
<tr>
<td>EXCHANGE_S_DESKLESS_GOV</td>
<td>Exchange Kiosk</td>
</tr>
<tr>
<td>RMS_S_ENTERPRISE_GOV</td>
<td>Windows Azure Active Directory Rights Management</td>
</tr>
<tr>
<td>OFFICESUBSCRIPTION_GOV</td>
<td>Office ProPlus</td>
</tr>
<tr>
<td>MCOSTANDARD_GOV</td>
<td>Lync Plan 2G</td>
</tr>
<tr>
<td>SHAREPOINTWAC_GOV</td>
<td>Office Online for Government</td>
</tr>
<tr>
<td>SHAREPOINTENTERPRISE_GOV</td>
<td>SharePoint Plan 2G</td>
</tr>
<tr>
<td>EXCHANGE_S_ENTERPRISE_GOV</td>
<td>Exchange Plan 2G</td>
</tr>
<tr>
<td>EXCHANGE_S_ARCHIVE_ADDON_GOV</td>
<td>Exchange Online Archiving</td>
</tr>
<tr>
<td colspan="2">&nbsp;</p>
<p>Other plans and add-ons (unverified)</td>
</tr>
<tr>
<td>LITEPACK</td>
<td>Office 365 (Plan P1)</td>
</tr>
<tr>
<td>STANDARDPACK</td>
<td>Microsoft Office 365 (Plan E1)</td>
</tr>
<tr>
<td>STANDARDWOFFPACK</td>
<td>Microsoft Office 365 (Plan E2)</td>
</tr>
<tr>
<td>DESKLESSPACK</td>
<td>Office 365 (Plan K1)</td>
</tr>
<tr>
<td>EXCHANGEARCHIVE</td>
<td>Exchange Online Archiving</td>
</tr>
<tr>
<td>EXCHANGETELCO</td>
<td>Exchange Online POP</td>
</tr>
<tr>
<td>SHAREPOINTSTORAGE</td>
<td>SharePoint Online Storage</td>
</tr>
<tr>
<td>SHAREPOINTPARTNER</td>
<td>SharePoint Online Partner Access</td>
</tr>
<tr>
<td>PROJECTONLINE_PLAN_1</td>
<td>Project Online (Plan 1)</td>
</tr>
<tr>
<td>PROJECTONLINE_PLAN_2</td>
<td>Project Online (Plan 2)</td>
</tr>
<tr>
<td>PROJECT_CLIENT_SUBSCRIPTION</td>
<td>Project Pro for Office 365</td>
</tr>
<tr>
<td>VISIO_CLIENT_SUBSCRIPTION</td>
<td>Visio Pro for Office 365</td>
</tr>
<tr>
<td>INTUNE_A</td>
<td>Intune for Office 365</td>
</tr>
<tr>
<td>CRMSTANDARD</td>
<td>CRM Online</td>
</tr>
<tr>
<td>CRMTESTINSTANCE</td>
<td>CRM Test Instance</td>
</tr>
<tr>
<td>ONEDRIVESTANDARD</td>
<td>OneDrive</td>
</tr>
<tr>
<td>WACONEDRIVESTANDARD</td>
<td>OneDrive Pack</td>
</tr>
<tr>
<td>SQL_IS_SSIM</td>
<td>Power BI Information Services</td>
</tr>
<tr>
<td>BI_AZURE_P1</td>
<td>Power BI Reporting and Analytics</td>
</tr>
<tr>
<td>EOP_ENTERPRISE</td>
<td>Exchange Online Protection</td>
</tr>
<tr>
<td>PROJECT_ESSENTIALS</td>
<td>Project Lite</td>
</tr>
<tr>
<td>CRMIUR</td>
<td>CRM for Partners</td>
</tr>
<tr>
<td>NBPROFESSIONALFORCRM</td>
<td>Microsoft Social Listening Professional</td>
</tr>
<tr valign="top">
<td>AAD_PREMIUM</td>
<td>Azure Active Directory Premium</td>
</tr>
<tr>
<td>MFA_PREMIUM</td>
<td>Azure Multi-Factor Authentication</td>
</tr>
</tbody>
</table>
<p><strong>Related Posts:</strong></p>
<ul>
<li><a href="https://www.evertoncollins.com/connect-to-exchange-online-using-windows-powershell/">Connect to Exchange Online using Windows PowerShell</a></li>
</ul><p>The post <a href="https://evertoncollins.com/powershell-licensing-skus-in-office-365/">PowerShell Licensing SKU’s in Office 365</a> first appeared on <a href="https://evertoncollins.com">Cloud Engineer - Everton Collins</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
