<?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>Microsoft CSP module Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/microsoft-csp-module/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/microsoft-csp-module</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Mon, 10 Feb 2025 13:56:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>SOLVED: Exchange Online &#8211; Access denied using basic authentication</title>
		<link>https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 17 Jan 2022 13:50:26 +0000</pubDate>
				<category><![CDATA[CSP]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Cloud business]]></category>
		<category><![CDATA[connecting remotely]]></category>
		<category><![CDATA[CSP Module]]></category>
		<category><![CDATA[direct CSP business]]></category>
		<category><![CDATA[Exchange Automation]]></category>
		<category><![CDATA[Exchange online]]></category>
		<category><![CDATA[Hosted Exchange]]></category>
		<category><![CDATA[Indirect CSP business]]></category>
		<category><![CDATA[MachPanel]]></category>
		<category><![CDATA[Microsoft CSP module]]></category>
		<category><![CDATA[Multi-tenant CSP Solution]]></category>
		<category><![CDATA[NCE]]></category>
		<category><![CDATA[New Commerce Experience]]></category>
		<category><![CDATA[remote server]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=5412</guid>

					<description><![CDATA[<p>Microsoft Exchange online is an integral tool for most cloud computing businesses of today. Remote connections have now become a very common approach of communication and sending or receiving data from a location that is geographically apart. How can Microsoft Exchange Online be used for Remote Working? Microsoft Exchange Online has been really popular amongst [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication">SOLVED: Exchange Online &#8211; Access denied using basic authentication</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Microsoft Exchange online is an integral tool for most cloud computing businesses of today. Remote connections have now become a very common approach of communication and sending or receiving data from a location that is geographically apart.</p>
<h3><strong>How can Microsoft Exchange Online be used for Remote Working?</strong></h3>
<p>Microsoft Exchange Online has been really popular amongst remote working employees because of its hosted nature. It is a modern tool that provides messaging services to cater state of the art communication needs. Along with Messaging, you can also be in control of the calendar options, contacts management, and many other similar tasks.</p>
<h3><strong>What is an Access Denied error?</strong></h3>
<p>Many times, users face an Access is denied error while connecting remotely. A common scenario can be, a user initiates a session to connect to a remote server and while doing so the following error is received.</p>
<p><span style="color: #e61d26;"><strong><em>Connecting to remote server outlook.office365.com failed with the following error message &#8211; &#8220;Access is denied&#8221;</em></strong></span></p>
<h3><strong>What are the possible reasons for this error?</strong></h3>
<p>With the introduction of OAuth 2.0, almost all Microsoft products were shifted to this more secure protocol to cater to modern-day security challenges. This means that the previously deployed Basic Authentication system is discontinued.</p>
<p>To further speed up the process, Microsoft started identifying the tenants under its O365 cloud which were not using Basic Authentication and have stopped/blocked them from using it. Thus, if any tenants are using the Basic Authentication mechanism, it&#8217;ll cease to work.</p>
<p>The same might happen with MachPanel users who are using the MachPanel v6 or later in addition to MachPanel&#8217;s Exchange Online extension for its CSP Module.</p>
<h2><strong>The solution</strong>:</h2>
<p>To get MachPanel running smoothly with <a href="https://www.machsol.com/machpanel-automation-for-microsoft-CSP-partners/" target="_blank" rel="noopener">Exchange Online</a>, you need to follow the following steps:</p>
<ol>
<li>In the Tenant you can run this Command <strong>Get-OrganizationConfig | Format-List basic*</strong></li>
</ol>
<p>(You will see the entry/value: 255 which stand for <strong>All Basic Authentications Blocked</strong> i.e. <strong>BasicAuthBlockedApps</strong>=255)</p>
<ol start="2">
<li>To change this, you need to login with the <strong>Global Admin</strong>, then go to the <strong>Help section</strong> and run this command. After That, you can activate the Basic Authentication.</li>
<li>After activating the Basic Authentication for Exchange Online Remote PowerShell and running this Command: Get-OrganizationConfig | Format-List basic*</li>
</ol>
<p>(You will see the entry/value: 239 which stand for All Basic Authentications Allowed i.e. BasicAuthBlockedApps = 239)</p>
<ol start="4">
<li>Finally, you can now connect via Exchange Online OAuth v1.0</li>
</ol>
<p><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-5415" src="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1.png" alt="exchange access denied using basic authentication 1" width="436" height="503" srcset="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1.png 436w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1-303x350.png 303w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-1-320x369.png 320w" sizes="(max-width: 436px) 100vw, 436px" /></p>
<p><img decoding="async" class="aligncenter size-full wp-image-5416" src="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2.png" alt="exchange access denied using basic authentication 2" width="411" height="690" srcset="https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2.png 411w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2-208x350.png 208w, https://blog.machsol.com/wp-content/uploads/xchange-access-denied-using-basic-authentication-2-320x537.png 320w" sizes="(max-width: 411px) 100vw, 411px" /></p>
<h2><strong>MACHPANEL AUTOMATION MODULE FOR HOSTED MICROSOFT EXCHANGE</strong></h2>
<p><a href="https://www.machsol.com/products/machpanel/" target="_blank" rel="noopener">MachPanel</a> provides top-notch solutions for all your Cloud computing needs. It offers easy Microsoft Exchange deployment equipped with after-sales support. The user-friendly interface and stability make it the favorite of Telcos and Hosting Providers.</p>
<p>Make your client&#8217;s work life easier with modern day remote working tools by offering the best hosted Exchange with MachPanel.</p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/" target="_blank" rel="noopener noreferrer">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/" target="_blank" rel="noopener noreferrer">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/csp/solved-exchange-access-denied-using-basic-authentication">SOLVED: Exchange Online &#8211; Access denied using basic authentication</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>The Microsoft&#8217;s Partner New Commerce Experience (for CSPs)</title>
		<link>https://blog.machsol.com/csp/the-microsofts-partner-new-commerce-experience-for-csps</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 22 Nov 2021 13:43:40 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[CSP]]></category>
		<category><![CDATA[Cloud business]]></category>
		<category><![CDATA[Cloud Solution Provider]]></category>
		<category><![CDATA[Cloud Solution Provider services]]></category>
		<category><![CDATA[Commerce Experience]]></category>
		<category><![CDATA[MachPanel]]></category>
		<category><![CDATA[Microsoft CSP]]></category>
		<category><![CDATA[Microsoft CSP module]]></category>
		<category><![CDATA[Microsoft Customer Agreement]]></category>
		<category><![CDATA[Microsoft partner]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=5348</guid>

					<description><![CDATA[<p>The Microsoft Partner Program has evolved over the years. Recently Microsoft announced a New Commerce Experience for its Partners. The good news is: there is a per–user subscription starting January 2022. The entire concept was initially introduced for Azure as a hassle-free journey for both partner and customer. This time it is being introduced for [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/csp/the-microsofts-partner-new-commerce-experience-for-csps">The Microsoft&#8217;s Partner New Commerce Experience (for CSPs)</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><span style="font-weight: 400;">The Microsoft Partner Program has evolved over the years. Recently Microsoft announced a New Commerce Experience for its Partners. The good news is: there is a per–user subscription starting January 2022.</span></p>
<p><span style="font-weight: 400;">The entire concept was initially introduced for Azure as a hassle-free journey for both partner and customer. This time it is being introduced for subscriptions like Office 365, <a href="https://www.machsol.com/machpanel-automation-for-microsoft-dynamics-365-crm/" target="_blank" rel="noopener">Dynamics 365</a>, Windows 365, Microsoft 365.</span></p>
<h3><b>What impact will it have on business?</b></h3>
<p><span style="font-weight: 400;">For indirect sellers, the cloud business will have the option to opt for NCE from Jan 2022 which will eventually be enforced by Microsoft in March 2022. </span></p>
<p><span style="font-weight: 400;">For The new subscriptions to be circulated and adopted, Partners need to make sure if the customer is prepared to fully commit to the entire terms of subscription. The cancellation policy states that the grace period is 72 hours. </span></p>
<p><span style="font-weight: 400;">For Partners who are looking to explore the possibilities of the new Commerce experience, they do not have to re-sign the Microsoft Customer Agreement (MCA).</span></p>
<h3><b>Manage your subscription billing with MachPanel</b></h3>
<p><span style="font-weight: 400;">MachPanel streamlines the financial aspects of your business and lets you have more control over them.  With such a dashboard, you can focus more on business growth. And when it comes to calculations, you can leave that to <a href="https://www.machsol.com/products/machpanel/" target="_blank" rel="noopener">MachPanel</a>. With just a few clicks, your billing and reporting tasks are all done! With MachPanel, you can gain profits beyond your imagination.</span></p>
<h3 style="text-align: center;">ALSO READ: <span style="color: #e61d26;">IMPORTANT CONSIDERATIONS TO SETUP A WORK FOLDERS CLIENT</span></h3>
<h2><span style="font-weight: 400;">MachPanel Automation Platform for Microsoft CSP</span></h2>
<p><span style="font-weight: 400;">MachPanel’s <a href="https://www.machsol.com/machpanel-automation-for-microsoft-CSP-partners/" target="_blank" rel="noopener">Microsoft CSP module</a> lets you fully automate your Cloud Solution Provider services. Take the opportunity to Upgrade your business and take it to a whole new level with modern automation. With automated systems, you can do more with less and create new revenue streams for your business. A user-friendly and intuitive dashboard is all you need for easy billing, recurring subscriptions, streamlined reporting and cost estimations.</span></p>
<p><span style="font-weight: 400;">Our clients have made the <strong><em><a href="https://www.machsol.com/promotions/" target="_blank" rel="noopener">shift to MachPanel</a></em></strong> and now are happy that they did so. You may have clients from any part of the world, MachPanel caters to your needs of automation and billing.</span></p>
<p style="text-align: center;"><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; margin-right: 12px; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/contact-us/" target="_blank" rel="noopener noreferrer">Lets Talk</a><a style="padding: 8px 12px; border: 0; font-weight: normal; letter-spacing: 0.0625em; background: #e61d26; color: #fff; text-decoration: none;" href="https://www.machsol.com/machpanel-enterprise-cloud-hosting-panel/demo-request/" target="_blank" rel="noopener noreferrer">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/csp/the-microsofts-partner-new-commerce-experience-for-csps">The Microsoft&#8217;s Partner New Commerce Experience (for CSPs)</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
