<?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>PowerShell Archives - MachSol Blog</title>
	<atom:link href="https://blog.machsol.com/tag/powershell/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.machsol.com/tag/powershell</link>
	<description>Multi-Cloud Service Orchestration &#38; Delivery Platform</description>
	<lastBuildDate>Mon, 24 Feb 2020 14:39: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>Microsoft Hyper-V Management &#124; 5 Mistakes You Must Avoid</title>
		<link>https://blog.machsol.com/microsoft-hyper-v/microsoft-hyper-v-management-5-mistakes-you-must-avoid</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 14:37:57 +0000</pubDate>
				<category><![CDATA[Microsoft Hyper-V]]></category>
		<category><![CDATA[.NET Framework API]]></category>
		<category><![CDATA[automate Hyper-V]]></category>
		<category><![CDATA[Cloud business]]></category>
		<category><![CDATA[cloud solution]]></category>
		<category><![CDATA[hyper v virtual machine manager]]></category>
		<category><![CDATA[Hyper-V based VPS provisioning]]></category>
		<category><![CDATA[Hyper-V hosts]]></category>
		<category><![CDATA[Hyper-V Management]]></category>
		<category><![CDATA[Hyper-V server]]></category>
		<category><![CDATA[Hyper-V virtual hard disks]]></category>
		<category><![CDATA[HyperV]]></category>
		<category><![CDATA[MachPanel]]></category>
		<category><![CDATA[Microsoft Windows 2012]]></category>
		<category><![CDATA[Microsoft Windows 2016]]></category>
		<category><![CDATA[Microsoft Windows 2019]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Commands]]></category>
		<category><![CDATA[R2 Hyper-V automation]]></category>
		<category><![CDATA[vCPU]]></category>
		<category><![CDATA[VHDX]]></category>
		<category><![CDATA[VHDX files]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[VM Configuration]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[VPS Control Panel]]></category>
		<category><![CDATA[Windows Management Instrumentation]]></category>
		<guid isPermaLink="false">https://blog.machsol.com/?p=4762</guid>

					<description><![CDATA[<p>Learning Hyper-V management can be a bit tedious for administrators who are new to Microsoft Hyper-V virtual machine manager in cloud business.  There are many optimized techniques that the administrators often learn so late. Here are 15 mistakes highlighted for administrators when managing Microsoft Hyper-V environments. Resource Misallocation Many administrators do a common mistake: Hyper-V [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/microsoft-hyper-v/microsoft-hyper-v-management-5-mistakes-you-must-avoid">Microsoft Hyper-V Management | 5 Mistakes You Must Avoid</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Learning Hyper-V management can be a bit tedious for administrators who are new to Microsoft Hyper-V virtual machine manager in cloud business.  There are many optimized techniques that the administrators often learn so late. Here are 15 mistakes highlighted for administrators when managing Microsoft Hyper-V environments.</p>
<ul style="list-style-type: square;">
<li>
<h3><strong>Resource Misallocation</strong></h3>
</li>
</ul>
<p>Many administrators do a common mistake: Hyper-V virtual hard disks (VHDXs) for everything.<br />
VHDX, despite being beneficial in many ways, are mostly wasteful.</p>
<ul style="list-style-type: square;">
<li>
<h3><strong>Imbalance of Memory and CPUs</strong></h3>
</li>
</ul>
<p>Microsoft recommends a maximum of 12 virtual CPUs per physical core. Keeping this in mind, it is necessary to have a balance between CPUs and RAM.  Using a Performance monitor tracing helps you get that balance so that you do not run out of memory before you run out CPU.</p>
<ul style="list-style-type: square;">
<li>
<h3><strong>Blindly Accepting VM Configuration Defaults</strong></h3>
</li>
</ul>
<p>Most people often overlook the options while configuring the VM and end up accepting the default settings. In reality, you only get to have one vCPU in the default settings and the Virtual memory is set to 1 TB (you pretty much would never need this much of Virtual memory, honestly!). For guest OS XP/ Server 2003, the requirement automatically becomes at least 2 vCPUs. By accepting default configurations, you might end up risking the distribution of resource allocation by the host.</p>
<ul style="list-style-type: square;">
<li>
<h3><strong>Imbalance of SSD and Spinning Disks</strong></h3>
</li>
</ul>
<p>For optimal Hyper-V server manager settings one good Hyper-V Management practice is to have a balance between SSD and spinning Disks via the Hyper-V virtual machine manager. In ideal case, an SSD churns the spinning disk while the Hyper-V server is installed directly over it. So, the SSD’s fast speed must be leveraged on to work with the VM data.</p>
<ul style="list-style-type: square;">
<li>
<h3><strong>Not Joining a Domain</strong></h3>
</li>
</ul>
<p>Joining a Domain is another sane thing to do for better Hyper-V Management.  Generally Hyper-V hosts should never reside on a perimeter network. Leaving a host in a work-group makes it vulnerable to attacks. An attacker can penetrate and get unauthorized access to all VHDX files.</p>
<h3 style="text-align: center;"><strong>ALSO READ<br />
<span style="color: #e61d26;"><a style="color: #e61d26;" href="https://blog.machsol.com/microsoft-hyper-v/hyper-v-vs-vmware-vsphere-comparison">Hyper-V vs. VMware vSphere | A Comparison</a></span></strong></h3>
<h2>The golden Tip: Don’t Avoid PowerShell</h2>
<p>It is without a doubt that PowerShell requires some effort to learn, however, once administrators get their hands on the awesome tool, they can easily manage multiple tasks in parallel. PowerShell allows the users to get access on the following:</p>
<ul>
<li>.NET Framework API</li>
<li>Windows Management Instrumentation</li>
<li>Windows Component Object Model</li>
<li>Command Prompt</li>
<li>PowerShell Commands</li>
</ul>
<h2>MachPanel automation module for Microsoft Hyper-V &#8211; VPS Control Panel</h2>
<p>Experience virtualization of virtualization arena of Public, Private and Hybrid clouds like never before. MachPanel brings to you the latest Microsoft Windows 2019/2016/2012 R2 Hyper-V automation solution carefully catered to address them modern needs of virtualization and managing virtualized environments.  With <a href="https://www.machsol.com/products/machpanel/" target="_blank" rel="noopener">MachPanel</a>, you can offer Virtual Private Servers (VPS) and Virtualization solution enabling Web Hosts to automate Hyper-V based VPS provisioning, management via next-gen feature rich web-based control panel.</p>
<p>Stay ahead of others by adopting MachPanel automation module for Microsoft Hyper-V &#8211; <a href="https://www.machsol.com/machpanel-automation-for-microsoft-hyper-v/" target="_blank" rel="noopener">VPS Control Panel</a> to empower your cloud business.</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">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">Request a Demo</a></p>
<p>The post <a href="https://blog.machsol.com/microsoft-hyper-v/microsoft-hyper-v-management-5-mistakes-you-must-avoid">Microsoft Hyper-V Management | 5 Mistakes You Must Avoid</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Recover Deleted Site Collections In Microsoft SharePoint Online</title>
		<link>https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online</link>
		
		<dc:creator><![CDATA[Blog-Admin]]></dc:creator>
		<pubDate>Wed, 04 Apr 2018 12:49:18 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Microsoft SharePoint]]></category>
		<category><![CDATA[Get-SPODeletedSite]]></category>
		<category><![CDATA[Microsoft SharePoint Online]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Restore-SPODeletedSite]]></category>
		<category><![CDATA[SharePoint Online]]></category>
		<category><![CDATA[SP Online Restore Site]]></category>
		<guid isPermaLink="false">http://blog.machsol.com/?p=3243</guid>

					<description><![CDATA[<p>How to restore/recover SharePoint Online Site Collections? In SharePoint Online, If any of your Site Collections deleted accidentally Or intentionally and later on for some reasons you need to recover your deleted site even list or list items from SharePoint. Don’t worry, it is still possible to recover all your data. Removed sites moved to [&#8230;]</p>
<p>The post <a href="https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online">Recover Deleted Site Collections In Microsoft SharePoint Online</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2 style="font-size: 18px; color: #3366ff;"><span style="color: #3366ff;">How to restore/recover SharePoint Online Site Collections?</span></h2>
<p>In SharePoint Online, If any of your Site Collections deleted accidentally Or intentionally and later on for some reasons you need to recover your deleted site even list or list items from SharePoint. Don’t worry, it is still possible to recover all your data. Removed sites moved to SharePoint Tenant Admin recycle bin and from where it can be recovered or can be deleted permanently.</p>
<p><strong>The default retention period for any item is 93 days.</strong></p>
<p>Sites deleted will remain in the SharePoint Tenant Admin Center&#8217;s recycle bin for 30 days. And from here you can recover your removed site collection.</p>
<p><img fetchpriority="high" decoding="async" class="wp-image-3245 alignleft" src="https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac.png" alt="" width="503" height="356" srcset="https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac.png 620w, https://blog.machsol.com/wp-content/uploads/sp-deleted-site-spac-350x248.png 350w" sizes="(max-width: 503px) 100vw, 503px" /></p>
<p>&nbsp;</p>
<p><img decoding="async" class="wp-image-3246 aligncenter" src="https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-1024x251.png" alt="" width="662" height="162" srcset="https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-1024x251.png 1024w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-350x86.png 350w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb-768x189.png 768w, https://blog.machsol.com/wp-content/uploads/spac-restoer-rb.png 1120w" sizes="(max-width: 662px) 100vw, 662px" /></p>
<p><strong>After 30 days site collections will be removed from Admin Center Recycle Bin and can only be recovered Using PowerShell!<br />
</strong></p>
<p>&nbsp;</p>
<p><strong style="font-size: 18px; color: #3366ff;">Recover SharePoint Online Site Collection using PowerShell.</strong></p>
<p>&nbsp;</p>
<p>In order to run cmdlet against SharePoint online you need to install “<a href="https://www.microsoft.com/en-au/download/details.aspx?id=35588" target="_blank" rel="nofollow noopener">SharePoint Online Management Shell</a>” and then use <a href="https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/Connect-SPOService?view=sharepoint-ps" target="_blank" rel="nofollow noopener">Connect-SPOService</a> to gain access to your SharePoint online space through PS.</p>
<p>Once done, You can view deleted site collections and see how many days are left before each site collection is permanently deleted.</p>
<p>Run the below command to view the deleted site collections.</p>
<p><span style="color: #ff6600;">Get-SPODeletedSite</span></p>
<p><img decoding="async" class="alignnone size-full wp-image-3247" src="https://blog.machsol.com/wp-content/uploads/get-spodeletedsite.png" alt="" width="567" height="161" srcset="https://blog.machsol.com/wp-content/uploads/get-spodeletedsite.png 567w, https://blog.machsol.com/wp-content/uploads/get-spodeletedsite-350x99.png 350w" sizes="(max-width: 567px) 100vw, 567px" /></p>
<p>&nbsp;</p>
<p>To restore a site collection, run the following command</p>
<p><span style="color: #ff6600;">Restore-SPODeletedSite -Identity https://Site-Collection-URL</span></p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3248" src="https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite.png" alt="" width="622" height="75" srcset="https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite.png 622w, https://blog.machsol.com/wp-content/uploads/Restore-SPODeletedSite-350x42.png 350w" sizes="auto, (max-width: 622px) 100vw, 622px" /></p>
<p><strong>NOTE</strong> : User running the above cmdlet must be a SharePoint Online global administrator and a site collection administrator for the deleted site collections.</p>
<p style="text-align: right; font-size: 13px; font-family: Lucida Handwriting;"><span style="color: #333333;">Author </span>: <span style="color: #3366ff;"><a style="color: #3366ff;" href="mailto:Jameel.ur.rehman@machsol.com">Jameel</a></span></p>
<p><span style="color: #000000;"><strong>…</strong></span></p>
<p style="text-align: left; font-size: 13px;">For product &amp; sales related queries, please email us at <span style="color: #3366ff;"><a style="color: #3366ff;" href="mailto:sales@machsol.com">sales@machsol.com</a></span></p>
<p>The post <a href="https://blog.machsol.com/cloud/recover-deleted-site-collections-sharepoint-online">Recover Deleted Site Collections In Microsoft SharePoint Online</a> appeared first on <a href="https://blog.machsol.com">MachSol Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
