
<?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>Mashallah Haidarzada, Author at TECHNIG</title>
	<atom:link href="https://www.technig.com/author/mashallah/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/author/mashallah/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Sat, 24 Jun 2023 01:36:55 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Mashallah Haidarzada, Author at TECHNIG</title>
	<link>https://www.technig.com/author/mashallah/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Set up a PowerShell Remoting Connection</title>
		<link>https://www.technig.com/set-up-a-powershell-remoting-connection/</link>
					<comments>https://www.technig.com/set-up-a-powershell-remoting-connection/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 24 Jun 2023 01:36:53 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[PowerShell Remoting]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=18006</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="866" height="447" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote connection" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg 866w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-768x396.jpg 768w" sizes="(max-width: 866px) 100vw, 866px" /></div>
<p>PowerShell Remoting allows you to manage a remote computer from your local computer. You type commands on your local computer, and the changes are made on the remote computer. When you set up a PowerShell Remoting connection, you can execute commands remotely, and the changes will be made on the remote computer. The remote computer [&#8230;]</p>
<p>The post <a href="https://www.technig.com/set-up-a-powershell-remoting-connection/">How to Set up a PowerShell Remoting Connection</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="866" height="447" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote connection" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010.jpg 866w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-300x155.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220514_114010-768x396.jpg 768w" sizes="(max-width: 866px) 100vw, 866px" /></div>
<p>PowerShell Remoting allows you to manage a remote computer from your local computer. You type commands on your local computer, and the changes are made on the remote computer. When you set up a PowerShell Remoting connection, you can execute commands remotely, and the changes will be made on the remote computer. The remote computer is the computer that you want to manage, and your local computer is the computer that you are using to manage the remote computer.</p>



<p>Here are some important points to keep in mind before setting up a PowerShell Remoting connection:</p>



<ol class="wp-block-list">
<li><strong>Both the local and remote computers must be in the same domain or workgroup.</strong>&nbsp;This is because PowerShell Remoting uses Windows Remote Management (WinRM), which is a feature of Active Directory.</li>



<li><strong>Both computers must have PowerShell installed.</strong>&nbsp;PowerShell is a command-line shell and scripting language that is included with Windows.</li>



<li><strong>AD-DS, DHCP, and DNS servers must be configured and running on your network.</strong>&nbsp;These servers are used by WinRM to authenticate users and resolve hostnames.</li>



<li><strong>The IP address configuration on both computers must be correct.</strong>&nbsp;The remote computer&#8217;s IP address must be reachable from the local computer.</li>



<li><strong>The network adapter connection type for all network adapters on both computers must be set to Private.</strong>&nbsp;If any of the network adapters are set to Public, you will receive an error when you try to connect to the remote computer.</li>
</ol>



<h2 class="wp-block-heading">Create PowerShell Remoting Sessions</h2>



<p>Follow the steps below to set up a PowerShell Remoting connection.</p>



<ol class="wp-block-list">
<li><a href="https://www.technig.com/enable-powershell-remoting-in-windows-11/" target="_blank" rel="noreferrer noopener">Enable Powershell remoting</a> on the <strong>remote computer</strong> by running the <code>Enable-PSRemoting</code> command.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="506" height="200" src="https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting.png" alt="Enabling PowerShell Remoting " class="wp-image-18028" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting.png 506w, https://www.technig.com/wp-content/uploads/2022/05/Enable-PSRemoting-300x119.png 300w" sizes="(max-width: 506px) 100vw, 506px" /><figcaption class="wp-element-caption">Enabling PowerShell Remoting on the remote computer.</figcaption></figure></div>


<ol class="wp-block-list" start="2">
<li>Set up a remote connection by typing the <code>Enter-PSSession -ComputerName [Name of the computer]</code> command in the local computer. The name of the machine that you are connected to will add at the beginning of commands to show that you are running commands on that particular machine.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img decoding="async" width="837" height="109" src="https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName.png" alt="Create PowerShell remote connection Session." class="wp-image-18029" srcset="https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName.png 837w, https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName-300x39.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Enter-PSSession-ComputerName-768x100.png 768w" sizes="(max-width: 837px) 100vw, 837px" /><figcaption class="wp-element-caption">Set up PowerShell Remoting connection.</figcaption></figure></div>


<ol class="wp-block-list" start="3">
<li>If you want to create multiple sessions, use the command <code>New-PSSession [Computer Name]</code>. Instead of [Computer Name] use the computer name of your own machine.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="903" height="195" src="https://www.technig.com/wp-content/uploads/2022/05/New-PSSession.png" alt="Set-up PowerShell Remoting Session." class="wp-image-18030" srcset="https://www.technig.com/wp-content/uploads/2022/05/New-PSSession.png 903w, https://www.technig.com/wp-content/uploads/2022/05/New-PSSession-300x65.png 300w, https://www.technig.com/wp-content/uploads/2022/05/New-PSSession-768x166.png 768w" sizes="(max-width: 903px) 100vw, 903px" /><figcaption class="wp-element-caption">Create New PowerShell Remoting Session.</figcaption></figure></div>


<ol class="wp-block-list" start="4">
<li>To see the list of created PowerShell sessions, type the command <code>Get-PSSessions</code>. As you can see, I have one PowerShell session in the list and it is available for connection.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="854" height="156" src="https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession.png" alt="See available PowerShell Remoting Sessions." class="wp-image-18031" srcset="https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession.png 854w, https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession-300x55.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Get-PSSession-768x140.png 768w" sizes="(max-width: 854px) 100vw, 854px" /><figcaption class="wp-element-caption">See the PowerShell Sessions list</figcaption></figure></div>


<ol class="wp-block-list" start="5">
<li>Type the command <code>Get-Command -Noun PSSession</code> to see the list of PowerShell Remoting session commands.</li>
</ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="885" height="263" src="https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession.png" alt="PowerShell Remoting session commands" class="wp-image-18032" srcset="https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession.png 885w, https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession-300x89.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Get-Command-Noun-PSSession-768x228.png 768w" sizes="(max-width: 885px) 100vw, 885px" /><figcaption class="wp-element-caption">List of the PowerShell remoting session commands.</figcaption></figure></div>


<p>You don&#8217;t have to use PowerShell Remoting for commands that have computer name parameters. You can execute commands that have computer name parameters on the target computer without setting up a PowerShell Remoting session.</p>



<p>PowerShell Remoting is much faster than other remoting tools because it uses commands and scripts to manage the target computer. You can create multiple remoting sessions without loading much on the CPU.</p>



<p>Check out this article to know more about <a href="https://docs.microsoft.com/en-us/powershell/scripting/learn/remoting/powershell-remoting-faq?view=powershell-7.2" target="_blank" rel="noreferrer noopener">PowerShell Remoting</a>.</p>
<p>The post <a href="https://www.technig.com/set-up-a-powershell-remoting-connection/">How to Set up a PowerShell Remoting Connection</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/set-up-a-powershell-remoting-connection/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18006</post-id>	</item>
		<item>
		<title>How to Create And Configure Restore Points on Windows 11</title>
		<link>https://www.technig.com/create-and-configure-restore-points-on-windows-11/</link>
					<comments>https://www.technig.com/create-and-configure-restore-points-on-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 04 Jun 2022 01:16:43 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Backup and Recovery]]></category>
		<category><![CDATA[Backup and Restore]]></category>
		<category><![CDATA[Cloud Backup]]></category>
		<category><![CDATA[Configure Restore Point]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[System Restore]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Backup]]></category>
		<guid isPermaLink="false">https://technig.com/?p=18226</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="720" src="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="create and configure Restore Points on Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg 1280w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-768x432.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>
<p>A Restore Point is the type of file that contains the configuration of your operating system. When you create a Restore Point in Windows 11, it saves the configuration of your operating system at that specific point in time. You can apply back that configuration to your operating system later. You may want to create [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-and-configure-restore-points-on-windows-11/">How to Create And Configure Restore Points on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1280" height="720" src="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="create and configure Restore Points on Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/maxresdefault.jpg 1280w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/05/maxresdefault-768x432.jpg 768w" sizes="(max-width: 1280px) 100vw, 1280px" /></div>
<p>A Restore Point is the type of file that contains the configuration of your operating system. When you create a Restore Point in Windows 11, it saves the configuration of your operating system at that specific point in time. You can apply back that configuration to your operating system later. You may want to create a Restore Point when you install an application, install a windows update, or make other changes to the operating system of your machine. Later you can delete the restore points if the changes are applied well, or you might not be satisfied with the new changes and you restore the previous configuration.</p>



<h2 class="wp-block-heading">Create Restore Points in Windows 11 Using Graphical Tools</h2>



<p>We are using the System Properties to create a Restore Point. Follow the steps below to create Windows 11 Restore Points using System Properties.</p>



<ol class="wp-block-list"><li>Search for <strong>Create a Restore Point</strong> in the Windows Search Bar. Or, type <code>Sysdm.cpl</code> in the Run and click <strong>OK</strong>, then click on the System Protection tab of the System Properties window.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="639" height="275" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509.png" alt="Open System Properties." class="wp-image-18287" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509.png 639w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_160509-300x129.png 300w" sizes="(max-width: 639px) 100vw, 639px" /><figcaption>Open System Properties through Run.</figcaption></figure></div>


<ol class="wp-block-list" start="2"><li>Click on <strong>Configure</strong>.</li><li>Click on <strong>Turn on system protection</strong>. You can specify the amount of Disk space for the restore points to be stored. Once the restore points data reaches the limit, the older restore points will be deleted. Then click <strong>OK</strong> to apply.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="379" height="457" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/System-1.jpg" alt="" class="wp-image-18290" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-1.jpg 379w, https://www.technig.com/wp-content/uploads/2022/05/System-1-249x300.jpg 249w, https://www.technig.com/wp-content/uploads/2022/05/System-1-180x217.jpg 180w, https://www.technig.com/wp-content/uploads/2022/05/System-1-267x322.jpg 267w, https://www.technig.com/wp-content/uploads/2022/05/System-1-368x445.jpg 368w" sizes="(max-width: 379px) 100vw, 379px" /><figcaption>Restore Settings and Disk Space Usage settings for restore points.</figcaption></figure></div>


<ol class="wp-block-list" start="4"><li>To create a Restore Point, click on <strong>Create</strong>, type a descriptive name for your restore point, then click on <strong>Create</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="620" height="470" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454.jpg" alt="Create a Restore Point on Windows 11." class="wp-image-18291" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454.jpg 620w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454-300x227.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_204454-86x64.jpg 86w" sizes="(max-width: 620px) 100vw, 620px" /><figcaption>Create And Configure Restore Points on Windows 11</figcaption></figure></div>


<ol class="wp-block-list" start="5"><li>To see restore point lists and restore a specific restore point, click on <strong>System Restore.</strong></li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="414" height="470" src="https://technig.com/wp-content/uploads/2022/05/System-Restore.jpg" alt="Settings for System Restore." class="wp-image-18292" srcset="https://www.technig.com/wp-content/uploads/2022/05/System-Restore.jpg 414w, https://www.technig.com/wp-content/uploads/2022/05/System-Restore-264x300.jpg 264w" sizes="(max-width: 414px) 100vw, 414px" /><figcaption>Configure Restore Point through System Properties in Windows 11.</figcaption></figure></div>


<ol class="wp-block-list" start="6"><li>Select <strong>Choose a different restore point,</strong> then click on Next. If this option doesn&#8217;t appear, just click on Next.</li><li>Choose a Restore Point from the list, then click on <strong>Next</strong>.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="566" height="459" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901.jpg" alt="Restore Points list." class="wp-image-18293" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901.jpg 566w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_211901-300x243.jpg 300w" sizes="(max-width: 566px) 100vw, 566px" /><figcaption>Restore a Restore Point from the lists.</figcaption></figure></div>


<ol class="wp-block-list" start="8"><li>Click on <strong>Finish</strong>. Your computer will be restarted, and the Restore Point will be applied.</li></ol>



<p>You may also be interested to know <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/" target="_blank" rel="noreferrer noopener">How To Create Virtual Machine Checkpoints In Hyper-V.</a></p>



<h2 class="wp-block-heading">Create Restore Points in Windows 11 Using Command Line Interface</h2>



<p>There are two ways to create and configure Restore Point using Command Line Interface. You can run commands on PowerShell or Command Prompt to configure Restore Points.</p>



<h3 class="wp-block-heading">Create Restore Point using Command Prompt</h3>



<p>Follow the steps below to create Restore Points in Windows 11.</p>



<ol class="wp-block-list"><li>Run CMD as administrator.</li><li>Type the following command <code>wmic.exe /Namespace:\\root\default Path SystemRestore Call CreateRestorePoint "Testing Restore Point", 100, 7</code>. The Testing Restore Point is the name of the restore point that I created during this article, and you can name your Restore Points differently.</li><li>To use more features of the restore point, type the <code>rstrui.exe</code> command.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="788" height="588" src="https://technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148.jpg" alt="Using Command Prompt to configure Restore Point." class="wp-image-18294" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148.jpg 788w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-300x224.jpg 300w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-768x573.jpg 768w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220527_222148-86x64.jpg 86w" sizes="(max-width: 788px) 100vw, 788px" /><figcaption>Restore Point configuration in command prompt</figcaption></figure></div>


<h3 class="wp-block-heading">Create Restore Point Using PowerShell</h3>



<p>Creating a Restore Point through PowerShell is not a more complex and time-consuming process. If you type the commands correctly, you may not receive errors. Keep in mind that by default, you can only create one Restore Point every 24 hours. You can change the frequency of Restore Point creation from the registry if you need. Follow the steps below to Restore Point on Windows 11 using Windows Powershell.</p>



<ol class="wp-block-list"><li><a href="https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/" target="_blank" rel="noreferrer noopener">Run PowerShell as Administrator</a>.</li><li>Type <code>Enable-ComputerRestore -Drive "C:\"</code>. I am going to enable Restore Points for drive C:\. You can add another location.</li><li>Type the following command.<code>Checkpoint-Computer -Description "Checkpoint for testing purpose" -RestorePointType "MODIFY_SETTINGS"</code>. You will see the following screen when PowerShell starts creating a Restore Point.</li></ol>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="627" height="158" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1.jpg" alt="" class="wp-image-18307" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1.jpg 627w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220529_094018-1-300x76.jpg 300w" sizes="(max-width: 627px) 100vw, 627px" /><figcaption>Create Restore Point on Windows 11 using PowerShell.</figcaption></figure></div>


<p>Restore Point helps you to save the current setting of your operating system and restore it back any time in the future. It is good to use Restore Points when you make some changes to your computer, and you are not sure that changes will happen correctly.</p>



<p>You may also be interested in these articles as well.</p>



<p><a href="https://www.technig.com/delete-system-restore-and-shadow-copies/" target="_blank" rel="noreferrer noopener">Delete System Restore And Shadow Copies In Windows 10.</a></p>



<p><a href="https://www.technig.com/install-and-enable-data-deduplication-in-windows-server-2022/" target="_blank" rel="noreferrer noopener">How To Install And Enable Data Deduplication In Windows Server 2022</a>.</p>
<p>The post <a href="https://www.technig.com/create-and-configure-restore-points-on-windows-11/">How to Create And Configure Restore Points on Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-and-configure-restore-points-on-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">18226</post-id>	</item>
		<item>
		<title>Run PowerShell as Administrator in Windows Server 2022</title>
		<link>https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/</link>
					<comments>https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Tue, 17 May 2022 09:46:15 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Command Prompt]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Server 2016]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=17880</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="853" height="510" src="https://www.technig.com/wp-content/uploads/2022/05/Feature-Image.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Run PowerShell as Administrator" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Feature-Image.png 853w, https://www.technig.com/wp-content/uploads/2022/05/Feature-Image-300x179.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Feature-Image-768x459.png 768w" sizes="(max-width: 853px) 100vw, 853px" /></div>
<p>Opening PowerShell as an administrator will give you the ability to execute scripts with administrative rights. To speed up your skills, you have to know how to run PowerShell as an Administrator in different ways, especially if you are using Windows Server 2022. For example, you are running commands in Command Prompt, and you need [&#8230;]</p>
<p>The post <a href="https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/">Run PowerShell as Administrator in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="853" height="510" src="https://www.technig.com/wp-content/uploads/2022/05/Feature-Image.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Run PowerShell as Administrator" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/05/Feature-Image.png 853w, https://www.technig.com/wp-content/uploads/2022/05/Feature-Image-300x179.png 300w, https://www.technig.com/wp-content/uploads/2022/05/Feature-Image-768x459.png 768w" sizes="(max-width: 853px) 100vw, 853px" /></div>
<p>Opening PowerShell as an administrator will give you the ability to execute scripts with administrative rights. To speed up your skills, you have to know how to run PowerShell as an Administrator in different ways, especially if you are using Windows Server 2022. For example, you are running commands in Command Prompt, and you need to open PowerShell. You should be able to open PowerShell directly from Command Prompt instead of minimizing Command Prompt and opening PowerShell in another way.</p>



<h2 class="wp-block-heading">Run PowerShell as Administrator From Graphical User Interface</h2>



<p>The Windows Server 2022 comes with two major types, Desktop Experience, and Core versions. The Desktop Experience editions will allow you to do tasks in a graphical environment, but using the core versions, you have to run PowerShell, and CMD commands.</p>



<p><strong>Start Menu:</strong> to open PowerShell with administrative capabilities from the start menu, click on the <strong>Windows icon</strong> or press the <strong>Windows key</strong>. Right-click on <strong>Windows PowerShell,</strong> then click on <strong>Run as administrator</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="706" height="678" src="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220504_124650-1.png" alt="Run PowerShell as administrator" class="wp-image-17949" srcset="https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220504_124650-1.png 706w, https://www.technig.com/wp-content/uploads/2022/05/screenshot_20220504_124650-1-300x288.png 300w" sizes="(max-width: 706px) 100vw, 706px" /><figcaption>Run PowerShell as administrator from the Start menu.</figcaption></figure></div>



<p><strong>Search Bar:</strong> if for any reason you unpin PowerShell from the Start menu, you can open it from the windows search bar. Type <strong>Windows PowerShell</strong> in the search bar, right-click on it, then click on <strong>Run as administrator</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="549" height="678" src="https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-the-Search-bar.-1.png" alt="Run PowerShell as administrator" class="wp-image-17951" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-the-Search-bar.-1.png 549w, https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-the-Search-bar.-1-243x300.png 243w" sizes="(max-width: 549px) 100vw, 549px" /><figcaption>Run PowerShell as administrator from the Search bar.</figcaption></figure></div>



<p><strong>Windows Run:</strong> press <strong>Win+R</strong> to open the <strong>Run</strong>, type <strong>PowerShell</strong> in it, then press <strong>Ctrl+Shift+Enter</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-Run..png" alt="Run PowerShell as Administrator." class="wp-image-17952" width="526" height="293" srcset="https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-Run..png 410w, https://www.technig.com/wp-content/uploads/2022/05/Run-PowerShell-as-Administrator-from-Run.-300x167.png 300w" sizes="(max-width: 526px) 100vw, 526px" /><figcaption>Run PowerShell as administrator from Run.</figcaption></figure></div>



<p>It is easy to run PowerShell using GUI tools, but sometimes you are not in the graphical interface. A good example is Windows Server core editions. You must know how to run PowerShell from the command line interface.</p>



<p>Click on this article to learn <a href="https://technig.com/replace-powershell-with-cmd-window-10/" target="_blank" rel="noreferrer noopener">how to replace PowerShell with cmd in Windows 10?</a></p>



<h2 class="wp-block-heading">Run Powershell as Administrator From Command Line Interface</h2>



<p>In non-GUI windows operating systems, you will have to use Command Prompt and PowerShell to do tasks. There is no Run or Start menu to open PowerShell. You will use Command Prompt.</p>



<p><strong>Command Prompt:</strong> Open Command Prompt, type <strong>PowerShell</strong>, and press Enter key. The<strong> PS</strong> will be added at the beginning of your commands. It means you have opened PowerShell but not as an administrator. Execute the <code>Start-Process PowerShell -Verb runAs</code> command. Enter a username and password with administrative access.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="505" height="165" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-1.png" alt="" class="wp-image-18040" srcset="https://www.technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-1.png 505w, https://www.technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-1-300x98.png 300w" sizes="(max-width: 505px) 100vw, 505px" /><figcaption>Run PowerShell as administrator from the command prompt.</figcaption></figure></div>



<p><strong>PowerShell:</strong> if you opened PowerShell on your computer and want to open it as administrator. Just execute the <code>Start-Process PowerShell -Verb runAs</code> command, then enter the administrator user name and password.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="494" height="120" src="//i0.wp.com/technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-command-in-PowerShell.png" alt="" class="wp-image-18039" srcset="https://www.technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-command-in-PowerShell.png 494w, https://www.technig.com/wp-content/uploads/2022/05/Start-Process-PowerShell-Verb-RunAs-command-in-PowerShell-300x73.png 300w" sizes="(max-width: 494px) 100vw, 494px" /><figcaption>Run PowerShell as administrator from the standard PowerShell.</figcaption></figure></div>



<p>The ability to work in both GUI and CLI is important for everyone using Windows Server. I hope that I can cover every detail about how to run PowerShell as an administrator in Windows Server 2022.</p>



<p>Learn more about <a href="https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/01-getting-started?view=powershell-7.2" target="_blank" rel="noreferrer noopener">PowerShell</a>.</p>
<p>The post <a href="https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/">Run PowerShell as Administrator in Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/run-powershell-as-administrator-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17880</post-id>	</item>
		<item>
		<title>Install Active Directory On Windows Server 2022 Using PowerShell</title>
		<link>https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/</link>
					<comments>https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 14 May 2022 18:00:00 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory Installation]]></category>
		<category><![CDATA[Assign IPv4 in PowerShell]]></category>
		<category><![CDATA[Create a Domain]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[Server Rename]]></category>
		<category><![CDATA[Windows PowerShell]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=17821</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1036" height="577" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Active Directory Using PowerShell" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235.png 1036w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-1024x570.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-768x428.png 768w" sizes="(max-width: 1036px) 100vw, 1036px" /></div>
<p>Using PowerShell to install Active Directory Domain Services (AD-DS) on Windows Server 2022 helps you install it quickly. It is better to rename your server and assign a static IP address before installing the active directory. Assign Static IPv4 and Rename Server Using PowerShell It is important to assign a static IP address to a [&#8230;]</p>
<p>The post <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/">Install Active Directory On Windows Server 2022 Using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1036" height="577" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Install Active Directory Using PowerShell" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235.png 1036w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-300x167.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-1024x570.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220429_200235-768x428.png 768w" sizes="(max-width: 1036px) 100vw, 1036px" /></div>
<p>Using PowerShell to install Active Directory Domain Services (AD-DS) on Windows Server 2022 helps you install it quickly. It is better to rename your server and assign a static IP address before installing the active directory.</p>



<h2 class="wp-block-heading">Assign Static IPv4 and Rename Server Using PowerShell</h2>



<p>It is important to assign a static IP address to a server computer because dynamic addresses change after some time and it can cause problems. Another important thing is to rename your server before installing the active directory. It will take a long process to rename your server after you install the active directory. Follow the steps below to assign an IPv4 and rename the server.</p>



<p><strong>1. </strong>Run PowerShell as administrator. If you are using GUI versions of Windows Server, press <strong>Win+R</strong> to open the <strong>Run</strong> and type <strong>PowerShell</strong> then hit <strong>Ctrl+Shift+Enter</strong>. If you are using the core version of Windows Server, type PowerShell in the command prompt and hit Enter. The <strong>PS</strong> sign will be added at the beginning of your command which means PowerShell is open. Then execute the command <code>Start-Process PowerShell -Verb Runas</code> to run PowerShell as administrator.</p>



<p><strong>2.</strong> Type the <code>Get-NetConnectioProfile</code> to find the <strong>InterfaceIndex</strong> number.</p>



<div class="wp-block-image"><figure class="alignleft size-full"><img loading="lazy" decoding="async" width="976" height="391" src="https://technig.com/wp-content/uploads/2022/04/Get-Netconnection-Profile.png" alt="PowerShell command &quot;get-netconnectionprofile&quot;" class="wp-image-17822" srcset="https://www.technig.com/wp-content/uploads/2022/04/Get-Netconnection-Profile.png 976w, https://www.technig.com/wp-content/uploads/2022/04/Get-Netconnection-Profile-300x120.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Get-Netconnection-Profile-768x308.png 768w" sizes="(max-width: 976px) 100vw, 976px" /><figcaption>Running the Get-NetConnectionProfile command in Windows PowerShell.</figcaption></figure></div>



<p><strong>3.</strong> InterfaceIndex number for every network adapter is different. When you got the proper InterfaceIndex type the command <code>New-NetIPAddress -InterfaceIndex 6 -IPAddress 192.168.0.2 -PrefixLength 24 -DefaultGateway 192.168.0.1</code> and press Enter key to assign an IPv4 address. This is the network setting for this lab, you should assign an Ip address according to your own network setting.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="188" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Set-Ip-address-through-PowerShell-1-1024x188.png" alt="" class="wp-image-17824" srcset="https://www.technig.com/wp-content/uploads/2022/04/Set-Ip-address-through-PowerShell-1-1024x188.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Set-Ip-address-through-PowerShell-1-300x55.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Set-Ip-address-through-PowerShell-1-768x141.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Set-Ip-address-through-PowerShell-1.png 1062w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>Click to know more about <a href="https://technig.com/configure-ip-address-using-powershell/" target="_blank" rel="noreferrer noopener">How To Configure IP Address With PowerShell?</a></p>



<p><strong>4.</strong> Type the <code>Rename-Computer -NewName "SKO-DC01"</code> command. SKO-DC01 is the name that I assigned to my server, you can type any name instead of that. Your server will be renamed after you restart it.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="189" src="https://technig.com/wp-content/uploads/2022/04/Computer-Rename-PwerShell-1024x189.png" alt="Rename Windows Server 2022 with PowerShell." class="wp-image-17825" srcset="https://www.technig.com/wp-content/uploads/2022/04/Computer-Rename-PwerShell-1024x189.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Computer-Rename-PwerShell-300x56.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Computer-Rename-PwerShell-768x142.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Computer-Rename-PwerShell.png 1054w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Rename a server using Windows PowerShell.</figcaption></figure></div>



<p>Now that you have configured your Computer Name and IP address, you can install Active Directory on Windows Server 2022 Using PowerShell.</p>



<h2 class="wp-block-heading">Add AD-DS Role And Create a Domain Using PowerShell</h2>



<p>To create a domain controller on Windows Server 2022, you have to install AD-DS (Active Directory Domain Services) role and DNS Server role, it is faster using PowerShell instead of Server Manager. When you installed AD-DS and DNS Server properly, then you can create a domain controller. Follow the steps below to add the AD-DS role and create a domain in Windows Server 2022.</p>



<p><strong>1. </strong>Run PowerShell as administrator. Execute the <code>Get-windowsFeature</code> command in Windows PowerShell. Find the name of <strong>Active Directory Domain Services</strong> for PowerShell commands. In this Server it is <strong>AD-Domain-Services</strong> and it is available for installation.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="969" height="511" src="https://technig.com/wp-content/uploads/2022/04/Get-WindowsFeature-command.png" alt="Windows Server 2022 Features" class="wp-image-17827" srcset="https://www.technig.com/wp-content/uploads/2022/04/Get-WindowsFeature-command.png 969w, https://www.technig.com/wp-content/uploads/2022/04/Get-WindowsFeature-command-300x158.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Get-WindowsFeature-command-768x405.png 768w" sizes="(max-width: 969px) 100vw, 969px" /><figcaption>List of Windows Server 2022 features list in Windows PowerShell.</figcaption></figure></div>



<p><strong>2.</strong> Type <code>Install-WindowsFeature -Name AD-Domain-Services -IncludeManagementTools</code> command and hit Enter key.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="187" src="https://technig.com/wp-content/uploads/2022/04/Install-Active-Directory-1024x187.png" alt="Install Active Directory with management tools." class="wp-image-17828" srcset="https://www.technig.com/wp-content/uploads/2022/04/Install-Active-Directory-1024x187.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Install-Active-Directory-300x55.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Install-Active-Directory-768x140.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Install-Active-Directory.png 1124w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Install Active Directory and its management tools.</figcaption></figure></div>



<p><strong>3.</strong> Once the installation is finished, you have to import <strong>ADDS Deployment module</strong> manually by executing the command <code>Import-Module ADDSDeployment</code>. If this is the first domain controller, you must add a new forest by executing the command <code>Install-ADDSForest</code>. Type the <strong>Domain Name </strong>and <strong>DSRM password</strong>. Your domain name should be in this format (a name .lab, .com, or .anything you want). When you see a message that your server will be restarted, type <strong>Y</strong> to restart your server.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="361" src="https://technig.com/wp-content/uploads/2022/04/Set-Domain-Name-and-DSRM-password-1024x361.png" alt="Install Active Directory Domain Services using PowerShell" class="wp-image-17829" srcset="https://www.technig.com/wp-content/uploads/2022/04/Set-Domain-Name-and-DSRM-password-1024x361.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/Set-Domain-Name-and-DSRM-password-300x106.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Set-Domain-Name-and-DSRM-password-768x271.png 768w, https://www.technig.com/wp-content/uploads/2022/04/Set-Domain-Name-and-DSRM-password.png 1223w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Set up a domain in Windows Server 2022 using PowerShell.</figcaption></figure></div>



<p>You might receive some warnings, but don&#8217;t worry the Active Directory Domain Services and DNS Server roles will install. When you receive an error that DNS Server is not installed properly, you can install DNS Server manually and then try again. Check this to know <a href="https://technig.com/install-dns-using-server-manager-and-powershell/" target="_blank" rel="noreferrer noopener">how to install DNS server using PowerShell</a>.</p>



<p>Check this article to know more about the <a href="https://social.technet.microsoft.com/wiki/contents/articles/52765.windows-server-2019-step-by-step-setup-active-directory-environment-using-powershell.aspx" target="_blank" rel="noreferrer noopener">Active Directory</a>.</p>
<p>The post <a href="https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/">Install Active Directory On Windows Server 2022 Using PowerShell</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/install-active-directory-on-windows-server-2022-using-powershell/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17821</post-id>	</item>
		<item>
		<title>Enable PowerShell Remoting in Windows 11</title>
		<link>https://www.technig.com/enable-powershell-remoting-in-windows-11/</link>
					<comments>https://www.technig.com/enable-powershell-remoting-in-windows-11/#comments</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sun, 08 May 2022 06:46:35 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Network Adapter Connection Type]]></category>
		<category><![CDATA[Network Connections]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[PowerShell Remoting]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows 11 Configuration]]></category>
		<guid isPermaLink="false">https://technig.com/?p=17582</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="714" height="419" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable PowerShell Remoting in Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712.png 714w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712-357x210.png 357w" sizes="(max-width: 714px) 100vw, 714px" /></div>
<p>PowerShell offers a quick way to manage computers remotely through scripting and cmdlets. You can enable Windows PowerShell Remoting to manage multiple computers remotely in Windows 11 and other latest windows. While setting up a remote connection between computers, Windows Firewall blocks the request to the remote computer, so you have to allow the firewall [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-powershell-remoting-in-windows-11/">Enable PowerShell Remoting in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="714" height="419" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Enable PowerShell Remoting in Windows 11." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712.png 714w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_224712-357x210.png 357w" sizes="(max-width: 714px) 100vw, 714px" /></div>
<p>PowerShell offers a quick way to manage computers remotely through scripting and cmdlets. You can enable Windows PowerShell Remoting to manage multiple computers remotely in Windows 11 and other latest windows.</p>



<p>While setting up a remote connection between computers, Windows Firewall blocks the request to the remote computer, so you have to allow the firewall features related to remote management in the Windows Firewall. Go to <strong>Control Panel,</strong> <strong>System and Security</strong>, <strong>Windows Defender Firewall</strong>, and click on <strong>Allow an app or feature through Windows Defender Firewall</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="879" height="476" src="https://technig.com/wp-content/uploads/2022/04/screenshot_20220422_201359.png" alt="Allow an app or feature through windows defender firewall" class="wp-image-17637" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_201359.png 879w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_201359-300x162.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220422_201359-768x416.png 768w" sizes="(max-width: 879px) 100vw, 879px" /><figcaption>Windows Defender Firewall.</figcaption></figure></div>



<p>In order to be able to set up PowerShell remoting in Windows 11, allow the following features in the Windows Defender Firewall.</p>



<ol start="1" class="bs-shortcode-list wp-block-list"><li>Remote Desktop</li><li>Remote Assistance</li><li>Remote Event Log Management</li><li>Remote Event Monitor</li><li>Remote Scheduled Tasks Management</li><li>Remote Service Management</li><li>Remote Shut-down</li><li>Remote Volume Management</li><li>Virtual Machine Monitoring</li><li>Windows Firewall Remote Management</li><li>Windows Management Instrumentation (WMI)</li><li>Windows Remote Management</li><li>Windows Remote Management (Compatibility)</li></ol>



<p>It looks a long way and has a lot of things to configure. The quick way is to enable it through PowerShell. Open PowerShell as administrator and then type <code>Enable-PSRemoting</code>. If this command does not run successfully, then you have to allow the features mentioned above manually.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="653" height="199" src="https://technig.com/wp-content/uploads/2022/04/screenshot_20220421_060844.png" alt="Enable PowerShell Remoting through PowerShell." class="wp-image-17630" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_060844.png 653w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_060844-300x91.png 300w" sizes="(max-width: 653px) 100vw, 653px" /><figcaption>Enable PowerShell remoting.</figcaption></figure></div>



<p>Sometimes you will receive an error message. If your computer&#8217;s network adapter is set up for a public network, then you have to change the connection type to private.</p>



<p>For more about PowerShell remoting, click <a href="https://docs.microsoft.com/en-us/powershell/scripting/learn/ps101/08-powershell-remoting?msclkid=fdb7480ac25311ec8abb53443385e8b5&amp;view=powershell-7.2" target="_blank" rel="noreferrer noopener">here</a>.</p>



<h2 class="wp-block-heading">Change Network Profile Type Using PowerShell</h2>



<p>To change the network profile type from public network to private network using PowerShell, follow the steps below.</p>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<ol class="wp-block-list"><li>Run PowerShell as administrator.</li><li>In order to get the interface index number, type the command <code>Get-NetConnectionProfile</code>. As you can see, my computer has one network connection which is <strong>Ethernet 2</strong>. The adapter connection type is <strong>Public</strong>, and <strong>InterfaceIndex</strong> is <strong>15</strong>.</li></ol>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="976" height="408" src="https://technig.com/wp-content/uploads/2022/04/screenshot_20220421_022512.png" alt="How to know network connection type" class="wp-image-17622" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_022512.png 976w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_022512-300x125.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_022512-768x321.png 768w" sizes="(max-width: 976px) 100vw, 976px" /><figcaption>Get the network connection specifications.</figcaption></figure></div>
</div></div>



<div class="wp-block-group"><div class="wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow">
<ol class="wp-block-list" start="3"><li>Now that we got the interface-index number, execute the command <code>Set-NetConnectionProfile -InterfaceIndex 15 -NetworkCategory Private</code> to set <strong>Private</strong> network connection type for interface index 15. Note that the interface index on your device may not be 15, type the interface index of your device.</li></ol>
</div></div>



<div class="wp-block-image"><figure class="alignleft size-full"><img loading="lazy" decoding="async" width="979" height="410" src="https://technig.com/wp-content/uploads/2022/04/screenshot_20220421_023940.png" alt="Set Network connection Type" class="wp-image-17623" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_023940.png 979w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_023940-300x126.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_023940-768x322.png 768w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Set network category through PowerShell.</figcaption></figure></div>



<ol class="wp-block-list" start="4"><li>When you type a command in PowerShell, and it runs without any error, then it means that the configuration is successful. To make sure that the Network type changed from Public to Private, type  <code>Get-NetConnectionProfile -InterfaceIndex 15</code>command.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="819" height="262" src="https://technig.com/wp-content/uploads/2022/04/screenshot_20220421_024843.png" alt="Get Network Connection Profile  in PowerShell." class="wp-image-17626" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_024843.png 819w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_024843-300x96.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220421_024843-768x246.png 768w" sizes="(max-width: 819px) 100vw, 819px" /><figcaption>Check the network connection profile for a specific ethernet.</figcaption></figure></div>



<p>Now that the connection type changed from public to private try to enable PowerShell remoting.</p>



<p>PowerShell is a great tool to configure windows settings locally or remotely because there is no Graphical User Interface (GUI) involved, and it runs the command quickly. Another advantage of PowerShell is that you can manage multiple remote computers at the same time, and run one command on multiple computers.</p>
<p>The post <a href="https://www.technig.com/enable-powershell-remoting-in-windows-11/">Enable PowerShell Remoting in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-powershell-remoting-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17582</post-id>	</item>
		<item>
		<title>Enable and Configure Remote Desktop in Windows 11</title>
		<link>https://www.technig.com/enable-and-configure-remote-desktop-in-windows-11/</link>
					<comments>https://www.technig.com/enable-and-configure-remote-desktop-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Tue, 19 Apr 2022 10:45:02 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Install and Configure]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Desktop Connection]]></category>
		<category><![CDATA[Remote Desktop Manager]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17358</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="612" height="387" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote Desktop Connection" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254.png 612w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254-300x190.png 300w" sizes="(max-width: 612px) 100vw, 612px" /></div>
<p>The Remote Desktop allows a computer to access another computer through the local area network (LAN) or the internet. This software is pre-installed on the latest windows, but you have to enable it. There are many different ways to enable and configure remote desktop in windows 11. Enable Remote Desktop in Windows 11 through Settings [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-and-configure-remote-desktop-in-windows-11/">Enable and Configure Remote Desktop in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="612" height="387" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Remote Desktop Connection" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254.png 612w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_192254-300x190.png 300w" sizes="(max-width: 612px) 100vw, 612px" /></div>
<p>The Remote Desktop allows a computer to access another computer through the local area network (LAN) or the internet. This software is pre-installed on the latest windows, but you have to enable it. There are many different ways to enable and configure remote desktop in windows 11.</p>



<h2 class="wp-block-heading">Enable Remote Desktop in Windows 11 through Settings</h2>



<p>To connect from one computer to another computer remotely, you have to enable the Remote Desktop on the target computer. Then connect the local management computer to the target computer. The target computer is the computer that you want to be managed, and the local management computer is the computer that connects to the target computer remotely and manages it.</p>



<p>To enable remote desktop go to <strong>Settings</strong>, <strong>System</strong>, and click on <strong>Remote Desktop</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="881" height="448" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220412_155648-1.png" alt="" class="wp-image-17398" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_155648-1.png 881w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_155648-1-300x153.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_155648-1-768x391.png 768w" sizes="(max-width: 881px) 100vw, 881px" /><figcaption>Access Remote Desktop settings.</figcaption></figure></div>



<p>When you get to the Remote Desktop window in Windows 11, basic settings have to know to configure well.</p>



<ol class="wp-block-list"><li><strong>Remote Desktop on-off button</strong>; you can switch <strong>On</strong> to enable remote desktop and <strong>Off</strong> to disable it.</li><li><strong>Require devices to use Network Level Authentication to connect (Recommended)</strong>: it allows only the authenticated users (members of the Remote Desktop Users group) to connect. To enable this feature, checkmark the box for this feature.</li><li><strong>Remote Desktop port</strong>: the port that the remote desktop use to make a connection between devices is port number 3389</li><li><strong>PC name:</strong> you can use a computer&#8217;s <strong>PC name</strong> or <strong>IP address</strong> to connect to it remotely.   </li><li><strong>Remote Desktop users</strong>: choose who can remotely access this PC, click on it and add the users and groups. I will explain how to add users and groups to the Remote Desktop Users group in more detail.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="602" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415-1024x602.png" alt="Enable and configure Remote Desktop through settings in Windows 11." class="wp-image-17419" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415-1024x602.png 1024w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415-768x451.png 768w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415-357x210.png 357w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_200415.png 1123w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Enable and configure Remote Desktop through windows settings.</figcaption></figure></div>



<p>If the operating system you are using is not Windows 11, enable remote desktop through system properties. Enable remote desktop through system properties is the typical way in all windows. Now that you have enabled the remote in windows 11, you can scroll down to configure the Remote Desktop Users group.</p>



<h2 class="wp-block-heading">Enable Remote Desktop through System Properties</h2>



<p>There are different ways to enable and configure Remote Desktop, but allowing that from System Properties is expected in the latest windows. Enabling Remote Desktop from System Properties is the same in Windows 7 and later. Follow the steps below to access System Properties, and configure the remote desktop through System Properties.</p>



<ul class="wp-block-list"><li>Go to <strong>Settings</strong>, scroll down, click on About, and then click on <strong>Advanced System Settings</strong>. Or Type the <code>sysdm.cpl</code> command in the <strong>Run</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="578" height="345" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220413_170949.png" alt="Access System Properties through Run in windows 11 to configure remote desktop." class="wp-image-17414" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_170949.png 578w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_170949-300x179.png 300w" sizes="(max-width: 578px) 100vw, 578px" /><figcaption>Type <strong>sysdm.cpl</strong> command in Run.</figcaption></figure></div>



<ul class="wp-block-list"><li>Click on <strong>Remote</strong>, and select <strong>Allow remote connections to this computer</strong>. If you want to allow specific users to connect remotely, select <strong>Allow connections only from Remote Desktop computers with Network Level Authentication (recommended). Th</strong>en click on <strong>Select Users</strong> to specify users. Once the users have been added, click <strong>OK</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="411" height="466" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_132035.png" alt="Allow remote connections in Windows 11." class="wp-image-17377" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_132035.png 411w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_132035-265x300.png 265w" sizes="(max-width: 411px) 100vw, 411px" /><figcaption>Enable specific users to have remote access.</figcaption></figure></div>



<p>From the Settings and System properties, you can specify which users or groups can access this computer remotely. Below I have explained how to add users and groups to the Remote Desktop Users group.</p>



<p><strong>Related Article</strong>: <a href="https://www.technig.com/enable-remote-desktop-using-command/" target="_blank" rel="noreferrer noopener">Enable Remote Desktop using CMD</a>.</p>



<h2 class="wp-block-heading">Add users and groups to the Remote Desktop Users group.</h2>



<p>A more common way to add users and groups to another group is through group policy in Computer Management. But you can add users and groups to the Remote Desktop Users group from Remote Desktop settings or System Properties. Since I have explained enabling remote desktop through windows settings and System Properties, just one click on Select Users can get you to the screen below. Follow the steps below to add users and groups to the Remote Desktop Users group.</p>



<ul class="wp-block-list"><li>Click <strong>Add</strong> to add users and groups to the <strong>Remote Desktop Users</strong> group.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="918" height="628" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_194427.png" alt="Add users to remote desktop group" class="wp-image-17418" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_194427.png 918w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_194427-300x205.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_194427-768x525.png 768w" sizes="(max-width: 918px) 100vw, 918px" /><figcaption>List of the users that can connect to this computer remotely.</figcaption></figure></div>



<ul class="wp-block-list"><li>Click on <strong>Find Now</strong>, list of users and groups will appear. Select a user or a group, then click <strong>OK</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="512" height="577" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_134508.png" alt="Select users manually to configure the users to be member of Remote Desktop Users group in windows 11." class="wp-image-17386" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_134508.png 512w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_134508-266x300.png 266w" sizes="(max-width: 512px) 100vw, 512px" /><figcaption>List of users that can be assigned access to have remote connections.</figcaption></figure></div>



<ul class="wp-block-list"><li>Add the users and groups you want to have remote access then click <strong>OK</strong>. </li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="458" height="252" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_142322.png" alt="You can Select Multiple users and groups" class="wp-image-17388" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_142322.png 458w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_142322-300x165.png 300w" sizes="(max-width: 458px) 100vw, 458px" /><figcaption>You can add multiple users and groups.</figcaption></figure></div>



<ul class="wp-block-list"><li>A list of the users added to the Remote Desktop Users group shows up here. To remove users from the <strong>Remote Desktop Users</strong> group, select user and click on remove. Click <strong>OK</strong> to apply the changes.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="374" height="332" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_143035.png" alt="List of users that have remote access." class="wp-image-17389" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_143035.png 374w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220412_143035-300x266.png 300w" sizes="(max-width: 374px) 100vw, 374px" /><figcaption>Shows Users that have been added to the Remote Desktop Users group.</figcaption></figure></div>



<p>You can configure all the users on your computer to have remote access or configure specific users to have remote access. It is better to specify the user you allow to have remote access for security reasons.</p>



<p>You may also like to know <a href="https://support.microsoft.com/en-us/windows/how-to-use-remote-desktop-5fe128d5-8fb1-7a23-3b8a-41e636865e8c#ID0EDD=Windows_11" target="_blank" rel="noreferrer noopener">How to use Remote Desktop (microsoft.com)</a></p>



<h2 class="wp-block-heading">Connect to a Machine using Remote Desktop</h2>



<p>Now that you enabled remote desktop on the target computer. Follow the steps below to connect the local management computer to the target computer remotely.</p>



<ul class="wp-block-list"><li> Run the command <code>mstsc</code> in the local management computer.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_223120.png" alt="Run the &quot;mstsc&quot; command to open Remote Desktop Connection." class="wp-image-17421" width="567" height="336" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_223120.png 567w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_223120-300x178.png 300w" sizes="(max-width: 567px) 100vw, 567px" /><figcaption>Run the &#8220;mstsc&#8221; command.</figcaption></figure></div>



<ul class="wp-block-list"><li>In the <strong>Remote Desktop Connection</strong>, type the IP address or name of the target computer.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="612" height="387" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220413_224117-1.jpg" alt="" class="wp-image-17423" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_224117-1.jpg 612w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220413_224117-1-300x190.jpg 300w" sizes="(max-width: 612px) 100vw, 612px" /><figcaption>Type the IP address of the target computer in Remote Desktop Connection.</figcaption></figure></div>



<ul class="wp-block-list"><li>When the screen below appears, enter a user&#8217;s credential that is a member of the Remote Desktop Users group. Type the username and password, then click <strong>OK</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="684" height="782" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_095220.jpg" alt="Enter your credentials to login remotely." class="wp-image-17428" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_095220.jpg 684w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220414_095220-262x300.jpg 262w" sizes="(max-width: 684px) 100vw, 684px" /><figcaption>Enter an authorised user&#8217;s credentials.</figcaption></figure></div>



<p>Most of the configurations happen in the target to make a remote connection. In the local management computer (the computer you want to use for remote connection), open the Remote Desktop Connection, type the IP address of the target computer, and then log in with an authorised user. Enable remote desktop in the target computer (the computer you want to manage) and add users to the Remote Desktop Users group.</p>



<p>To know about remote servers in windows servers, click on <a href="https://www.technig.com/install-remote-server-administration-tools-windows-10/" target="_blank" rel="noreferrer noopener">How to Install Remote Server Administration Tools on Windows 10? (technig.com)</a></p>
<p>The post <a href="https://www.technig.com/enable-and-configure-remote-desktop-in-windows-11/">Enable and Configure Remote Desktop in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-and-configure-remote-desktop-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17358</post-id>	</item>
		<item>
		<title>Enable Remote Assistance and Set up Connection in Windows 11</title>
		<link>https://www.technig.com/enable-remote-assistance-and-set-up-connection-in-windows-11/</link>
					<comments>https://www.technig.com/enable-remote-assistance-and-set-up-connection-in-windows-11/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sun, 17 Apr 2022 04:51:57 +0000</pubDate>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Remote Assistance]]></category>
		<category><![CDATA[Remote Desktop]]></category>
		<category><![CDATA[Remote Desktop Connection]]></category>
		<category><![CDATA[Remote Desktop Manager]]></category>
		<category><![CDATA[Remote Desktop Software]]></category>
		<category><![CDATA[Remote Server Administration Tools]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows 11 Configuration]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17465</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="883" height="546" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows remote assistance" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744.jpg 883w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744-300x186.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744-768x475.jpg 768w" sizes="(max-width: 883px) 100vw, 883px" /></div>
<p>Set up Remote Assistance Connection in Windows 11, allows you to share your computer screen with another person on the local network or the internet. You can get help from another person to perform a specific task or troubleshoot your computer. You can also assign remote control to another person over the LAN or internet [&#8230;]</p>
<p>The post <a href="https://www.technig.com/enable-remote-assistance-and-set-up-connection-in-windows-11/">Enable Remote Assistance and Set up Connection in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="883" height="546" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Windows remote assistance" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744.jpg 883w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744-300x186.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220416_183744-768x475.jpg 768w" sizes="(max-width: 883px) 100vw, 883px" /></div>
<p>Set up Remote Assistance Connection in Windows 11, allows you to share your computer screen with another person on the local network or the internet. You can get help from another person to perform a specific task or troubleshoot your computer. You can also assign remote control to another person over the LAN or internet so he can configure your computer.</p>



<h2 class="wp-block-heading">Enable Remote Assistance in Windows 11</h2>



<p>To enable Remote Assistance in Windows 11, go to windows <strong>settings</strong>, <strong>System</strong>, <strong>About</strong>, then click on <strong>Advanced system settings</strong>. Or type the command <code>sysdm.cpl</code> in the <strong>Run</strong>, System Properties show will show up. On System Properties, click on the <strong>Remote</strong> tab, click on <strong>Allow Remote Assistance Connections to This Computer,</strong> then click <strong>OK</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="608" height="703" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_094327-1.png" alt="Allow remote assistance connection " class="wp-image-17467" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_094327-1.png 608w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_094327-1-259x300.png 259w" sizes="(max-width: 608px) 100vw, 608px" /><figcaption>Checkmark Allow Remote Assistance Connection to This Computer.</figcaption></figure></div>



<p>Now that you have enabled Remote Assistance let&#8217;s see how to set up a Remote Assistance connection in Windows 11.</p>



<h2 class="wp-block-heading">Set up a Remote Assistance Connection</h2>



<ul class="wp-block-list"><li>Search for <strong>Remote Assistance</strong> in the start menu and click on <strong>Invite Someone to Connect to Your PC And Help You</strong>. Or search for <strong>Run</strong> in the start menu, type the command <code>msra</code> in <strong>Run</strong>, then click <strong>OK</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="569" height="334" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175723.png" alt="Run command to open Remote Assistance configuration in windows 11." class="wp-image-17491" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175723.png 569w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175723-300x176.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175723-357x210.png 357w" sizes="(max-width: 569px) 100vw, 569px" /><figcaption>Run &#8220;<code>msra</code>&#8221; to open the Remote Assistance setting.</figcaption></figure></div>



<ul class="wp-block-list"><li>Click on <strong>Invite someone you trust to help you</strong> and ask someone else to help you. If you want to help someone else, then click on <strong>Help Someone Who Has Invited You</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="883" height="731" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_095928.png" alt="Send Remote Assistance invitation " class="wp-image-17490" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_095928.png 883w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_095928-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_095928-768x636.png 768w" sizes="(max-width: 883px) 100vw, 883px" /><figcaption>Send a Remote Assistance invitation to someone you trust.</figcaption></figure></div>



<ul class="wp-block-list"><li>Click on <strong>Save this invitation as a file</strong> to save the invitation on your computer. Later you can send the invitation through email or any other social media platform.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="883" height="731" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175233.png" alt="Save Remote Assistance invitation as a file" class="wp-image-17492" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175233.png 883w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175233-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_175233-768x636.png 768w" sizes="(max-width: 883px) 100vw, 883px" /><figcaption>Save the Remote Assistance invitation as a file.</figcaption></figure></div>



<ul class="wp-block-list"><li>Save the invitation password in a notepad file, then send the invitation file and password to the helper. Do not close the Remote Assistance window because it is <strong>Waiting For Incoming Connection</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="754" height="224" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220415_181132-1.png" alt="" class="wp-image-17494" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_181132-1.png 754w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_181132-1-300x89.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_181132-1-750x224.png 750w" sizes="(max-width: 754px) 100vw, 754px" /><figcaption>Give your helper the invitation password.</figcaption></figure></div>



<ul class="wp-block-list"><li>Open the invitation file on the helper computer, type the password and click <strong>OK</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="529" height="399" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_195738.jpg" alt="" class="wp-image-17495" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_195738.jpg 529w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_195738-300x226.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_195738-86x64.jpg 86w" sizes="(max-width: 529px) 100vw, 529px" /><figcaption>Enter the password to connect to the remote computer.</figcaption></figure></div>



<ul class="wp-block-list"><li>Click on the <strong>Fit Screen</strong> to have a better GUI. Click on the <strong>Request Control</strong> to have remote control access. By default, the helper computer has only monitoring access.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="642" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_213045-1024x642.jpg" alt="" class="wp-image-17497" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_213045-1024x642.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_213045-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_213045-768x482.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_213045.jpg 1079w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Request to share control.</figcaption></figure></div>



<ul class="wp-block-list"><li>When the helper computer request remote control, the following screen shows up. Allow the helper computer to have remote control of your computer by clicking on <strong>Yes</strong>.</li></ul>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="820" height="303" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_200223.png" alt="" class="wp-image-17496" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_200223.png 820w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_200223-300x111.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220415_200223-768x284.png 768w" sizes="(max-width: 820px) 100vw, 820px" /><figcaption>Share control with the helper computer.</figcaption></figure></div>



<p>Remote assistance is an excellent tool for the computer tech to troubleshoot computers over the Internet. It provides technicians with the ability to have control over clients&#8217; computers. When you give the helper computer full access, that computer can install, uninstall, run, and troubleshoot applications on your computer. </p>



<p>Check out this article for Windows 10 <a href="https://www.technig.com/set-up-windows-remote-assistance/" target="_blank" rel="noreferrer noopener">How To Configure Windows Remote Assistance In Windows 10?</a></p>



<p>To know more about remote assistance protocol click <a href="https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-ra/49390b4f-b04b-46e0-ac03-76684c63ce87" target="_blank" rel="noreferrer noopener">here</a>. </p>
<p>The post <a href="https://www.technig.com/enable-remote-assistance-and-set-up-connection-in-windows-11/">Enable Remote Assistance and Set up Connection in Windows 11</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/enable-remote-assistance-and-set-up-connection-in-windows-11/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17465</post-id>	</item>
		<item>
		<title>How to Share Host resources with Virtual Machine in Hyper-V</title>
		<link>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/</link>
					<comments>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Tue, 12 Apr 2022 07:45:40 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V installation]]></category>
		<category><![CDATA[Hyper-V Manager]]></category>
		<category><![CDATA[Hypervisor]]></category>
		<category><![CDATA[Server Virtualization]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Virtual Machine Management]]></category>
		<category><![CDATA[Virtual Switch]]></category>
		<category><![CDATA[Windows Server]]></category>
		<guid isPermaLink="false">https://technig.com/?p=17155</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="624" height="461" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share host&#039;s local resources with a virtual machine." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png 624w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-86x64.png 86w" sizes="(max-width: 624px) 100vw, 624px" /></div>
<p>Sharing physical resources is the primary purpose of virtualization. in Hyper-V we assign physical resources like; CPU, RAM, and disk space for every Virtual Machine at the time of configuration. But other resources like External disks, USB flash drives, and other plug play are configured when needed. In this article, I explain how to share [&#8230;]</p>
<p>The post <a href="https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/">How to Share Host resources with Virtual Machine in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="624" height="461" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Share host&#039;s local resources with a virtual machine." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437.png 624w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-300x222.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220407_191437-86x64.png 86w" sizes="(max-width: 624px) 100vw, 624px" /></div>
<p>Sharing physical resources is the primary purpose of virtualization. in Hyper-V we assign physical resources like; CPU, RAM, and disk space for every Virtual Machine at the time of configuration. But other resources like External disks, USB flash drives, and other plug play are configured when needed. In this article, I explain how to share host resources with the virtual machine in Hyper-V.</p>



<p>In Hyper-V, even if you want to copy a file from the USB flash drive to your virtual machine, you have to go a long way: You must create a virtual switch, connect your host and virtual machine to the same virtual switch, and give your virtual machine access to your USB flash drive. I will go through this process step by step in this article.</p>



<h2 class="wp-block-heading">Create Virtual Switch in Hyper-V</h2>



<p>When you create a Virtual Switch in Hyper-V, you will see three types of virtual switches. Each of these switch types has its advantages, so you have to choose the right type of Switch.</p>



<h3 class="wp-block-heading">External Switch</h3>



<p>External Switch provides a connection between virtual machines, hosts, and the physical network. It means that your virtual machine can connect to the internet as well. When you connect your virtual machine to an external switch, your virtual machine will be accessible by the host, physical network and the internet.</p>



<h3 class="wp-block-heading">Internal Switch</h3>



<p>You can use an Internal switch to separate your host network from your virtual network. Your virtual machines can communicate with each other and with the host, using an internal switch. But can not communicate with the physical network.</p>



<h3 class="wp-block-heading">Private Switch</h3>



<p>Virtual machines connected to a private switch can communicate with each other, but can not communicate with the host or physical network.</p>



<p>Now that you have understood virtual switch types follow the steps below to create a virtual switch.</p>



<p><strong>1.</strong> <strong>Open Hyper-V Manager</strong> and click on <strong>Virtual Switch Manager</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter"><img loading="lazy" decoding="async" width="1024" height="709" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-1024x709.jpg" alt="Create a Virtual Switch in Hyper-V from Virtual Switch Manager." class="wp-image-17157" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-1024x709.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-300x208.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1-768x532.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-102937-1.jpg 1074w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Showing Virtual Switch Manager in Hyper-V.</figcaption></figure></div>



<p><strong>2.</strong> Click on the <strong>New virtual network switch</strong> and select <strong>External</strong>, <strong>Internal</strong> or <strong>Private,</strong> then click on <strong>Create Virtual Switch</strong>. To share local resources with a virtual machine in Hyper-V, you must create an external switch or internal Switch because just external and internal switches provide the connection with the host. A Private Switch doesn&#8217;t provide the connection between virtual machines and the host machine.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="909" height="865" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1.jpg" alt="Sharing host local resources with a virtual machine can be done through virtual switch in Hyper-V." class="wp-image-17208" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1.jpg 909w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1-300x285.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-103127-1-768x731.jpg 768w" sizes="(max-width: 909px) 100vw, 909px" /><figcaption>Create Internal or External Virtual Switch from Virtual Switch Manager.</figcaption></figure></div>



<p><strong>3.</strong> Name your virtual Switch; you can see it as you type the name. Choose the Internal network connection type for your virtual Switch, then press <strong>OK</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="912" height="866" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1.png" alt="" class="wp-image-17162" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1.png 912w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1-300x285.png 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-03-11190-0-1-768x729.png 768w" sizes="(max-width: 912px) 100vw, 912px" /><figcaption>Name the new Virtual Switch and choose the connection type.</figcaption></figure></div>



<p>Now that you have created a virtual switch make sure that it has been created appropriately by clicking on <strong>Virtual Switch Manager</strong> in Hyper-V Manager. You can change your switch type easily from <strong>Virtual Switch Manager</strong>. Now let&#8217;s connect the virtual machine to the virtual Switch.</p>



<p>Check out if you want to know how to <a href="https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines" target="_blank" rel="noreferrer noopener nofollow">create a virtual switch by using Windows PowerShell</a>.</p>



<h2 class="wp-block-heading">Connect Virtual Machine to Virtual Switch</h2>



<p>Both the host and the virtual machine must be connected to the same virtual Switch in order to share your host resources with the virtual machine. When you create an external or internal switch in Hyper-V, your host connects automatically to that Switch, but your virtual machine doesn&#8217;t. You have to connect your virtual machine to the virtual switch manually. I explain how to connect the virtual machine to the virtual switch step by step.</p>



<p><strong>1.</strong> Open Hyper-V Manager, right-click on the name of your virtual machine and click on <strong>Settings</strong>. Or, if your virtual machine is running, maximize your virtual machine window and click on the <strong>File </strong>and click on <strong>settings</strong>.</p>



<p><strong>2.</strong> Click on <strong>Add Hardware,</strong> select <strong>Network Adapter</strong> and click on <strong>Add</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="942" height="886" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642.jpg" alt="Add network Adapter to Virtual Machine" class="wp-image-17167" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642.jpg 942w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642-300x282.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-083642-768x722.jpg 768w" sizes="(max-width: 942px) 100vw, 942px" /><figcaption>Add Network Adapter from Add Hardware tab of the Virtual Machine Settings.</figcaption></figure></div>



<p><strong>3.</strong> Select the virtual Switch from the list and click <strong>OK</strong>. You can also remove any virtual switch that is not needed by selecting that virtual Switch and clicking on Remove.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="910" height="866" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826.jpg" alt="Select a Virtual Switch to connect the Virtual Machine" class="wp-image-17168" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826.jpg 910w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826-300x285.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-091826-768x731.jpg 768w" sizes="(max-width: 910px) 100vw, 910px" /><figcaption>Specify the configuration of the network adapter or remove the network adapter.</figcaption></figure></div>



<p><strong>4.</strong> Before you go to share local resources in Hyper-V, make sure that your host is connected to your virtual Switch. Open Control Panel, click on Network and Internet, and then click on Network and Sharing Center.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="587" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-1024x587.jpg" alt="" class="wp-image-17169" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-1024x587.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-300x172.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-768x440.jpg 768w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601-750x430.jpg 750w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-095601.jpg 1051w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>



<p>When creating a virtual switch, make sure it is the right type of Switch that you need. If you want to connect your virtual machine to the internet, create an external switch, and if you&#8217;re going to separate your virtual network from the host network, then create a Private Switch.</p>



<h2 class="wp-block-heading">Configure to Share Host&#8217;s Local Resources With Virtual Machine</h2>



<p>You can share; printers, clipboards, external hard disks, internal disk drives, USB flash drives, and other plug and play devices from the Local Resources. In Hyper-V, if you want to copy a file into your virtual machine, it doesn&#8217;t provide you with the copy and paste option from the host to the virtual machine, so you have to share it via file-sharing or share the disk or USB itself. Follow the steps below to configure resource sharing.</p>



<p><strong>1.</strong> Right-click on the <strong>Virtual Machine</strong> name and click on <strong>Connect</strong>. The following screen appears, then click on <strong>Show Options</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="280" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723.jpg" alt="In Hyper-V this screen appears when you want to connect to a Virtual Machine." class="wp-image-17170" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723.jpg 548w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-100723-300x153.jpg 300w" sizes="(max-width: 548px) 100vw, 548px" /><figcaption>Connect to Virtual Machine screen</figcaption></figure></div>



<p><strong>2.</strong> Click on <strong>Local resources</strong> to see local devices, check the devices you want to share with the virtual machine, and then click on <strong>Connect</strong>. If the resource you want to share is not in the list, click on <strong>More</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="545" height="400" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624.jpg" alt="Check any device that you want to share with Virtual Machine." class="wp-image-17171" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624.jpg 545w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624-300x220.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-103624-86x64.jpg 86w" sizes="(max-width: 545px) 100vw, 545px" /><figcaption>Local Resources like Remote Audio, Printers, and Clipboard. Click <strong>More</strong> to see more devices.</figcaption></figure></div>



<p><strong>3.</strong> The following screen appears, select your resource from that list and click <strong>OK</strong>. I want to share Local drive C and a USB Pendrive which is plugged into my computer.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="548" height="385" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1.jpg" alt="You can select USB, disk drives and other plug and play to share with the Virtual Machine running in Hyper-V." class="wp-image-17175" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1.jpg 548w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-05-125610-1-300x211.jpg 300w" sizes="(max-width: 548px) 100vw, 548px" /><figcaption>Select local devices and resources you want to share with the virtual machine.</figcaption></figure></div>



<p><strong>4.</strong> After your virtual machine is connected, log in with a username and password. Check the File Explorer, drive and devices you shared before will appear under <strong>Redirected drives and folders</strong>.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="847" height="532" src="https://technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206.jpg" alt="The drive C and USB flash drive is shared by Hyper-V host and appears in the virtual machine." class="wp-image-17216" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206.jpg 847w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206-300x188.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-06-120206-768x482.jpg 768w" sizes="(max-width: 847px) 100vw, 847px" /><figcaption>The drive C of the host and a USB flash drive plugged into the host appeared in the virtual machine.</figcaption></figure></div>



<p>Sharing local resources look complicated, but it gets easier when you understand the process well. If you create the correct type of switch, connect your host and virtual machine to the virtual switch properly, so you will not find issues to share local resources with the virtual machine in Hyper-V.</p>



<p>Check out this article to know more about the <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/" target="_blank" rel="noreferrer noopener">installation of Hyper-V on Windows 11 and Windows Server 2022</a>.</p>



<p>Check out this article if you want to know How<a href="https://www.technig.com/connect-hyper-v-machines-to-internet/" target="_blank" rel="noreferrer noopener"> To Connect Hyper-V Machines To Internet?</a></p>
<p>The post <a href="https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/">How to Share Host resources with Virtual Machine in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/share-host-resources-with-virtual-machine-in-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17155</post-id>	</item>
		<item>
		<title>How to Create Virtual Machine Checkpoints in Hyper-V</title>
		<link>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/</link>
					<comments>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 09 Apr 2022 05:17:11 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Hyper-V Manager]]></category>
		<category><![CDATA[Virtual Machine]]></category>
		<category><![CDATA[Windows Server 2019]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=17241</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="935" height="834" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Select a virtual machine and click on Checkpoint to create a checkpoint in Hyper-V Manager." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /></div>
<p>To restore to the previous configuration, you have to create virtual machine checkpoints in Hyper-V. You often make some changes to your virtual machine, but that change doesn&#8217;t go well, and you want to restore it to the previous configuration. Checkpoint Types We have two types of checkpoints in Hyper-V: standard checkpoints and production checkpoints. [&#8230;]</p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/">How to Create Virtual Machine Checkpoints in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="935" height="834" src="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Select a virtual machine and click on Checkpoint to create a checkpoint in Hyper-V Manager." decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /></div>
<p>To restore to the previous configuration, you have to create virtual machine checkpoints in Hyper-V. You often make some changes to your virtual machine, but that change doesn&#8217;t go well, and you want to restore it to the previous configuration. </p>



<h2 class="wp-block-heading">Checkpoint Types</h2>



<p>We have two types of checkpoints in Hyper-V: standard checkpoints and production checkpoints. The production checkpoint is more stable than the standard checkpoint.</p>



<p><strong>Standard Checkpoints:</strong> capture the virtual machine and everything running in virtual machine memory. Formerly it was known as snapshots before windows 10.</p>



<p><strong>Production Checkpoint:</strong> saves the virtual machine state but does not save the information about the running application.</p>



<h2 class="wp-block-heading">Configure Checkpoints in Hyper-V</h2>



<p>Follow the steps below to create virtual machine checkpoints in Hyper-V</p>



<ol class="wp-block-list"><li>Right-click on the virtual machine name and click on <strong>Checkpoint</strong>, or select your virtual machine and click on <strong>Checkpoint</strong> at the right column in <strong>Hyper-V Manager</strong>. When you click on <strong>Checkpoint</strong> by default, it creates a standard checkpoint, but you can configure it to create a production checkpoint.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="935" height="834" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png" alt="Create a virtual machine checkpoint in Hyper-V Manager" class="wp-image-17256" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849.png 935w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-300x268.png 300w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_122849-768x685.png 768w" sizes="(max-width: 935px) 100vw, 935px" /><figcaption>Create a virtual machine checkpoint.</figcaption></figure></div>



<p>To configure checkpoint settings, open <strong>Hyper-V Manager</strong>, click on <strong>Action,</strong> then <strong>settings</strong>. The screen below appears. Click on <strong>Checkpoints</strong> in the left menu, check <strong>Enable checkpoints</strong> and click on <strong>Production checkpoints</strong>.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="906" height="865" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1.jpg" alt="Choose to create a production checkpoint or a standard checkpoint." class="wp-image-17259" srcset="https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1.jpg 906w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1-300x286.jpg 300w, https://www.technig.com/wp-content/uploads/2022/04/Screenshot-2022-04-08-124632-1-768x733.jpg 768w" sizes="(max-width: 906px) 100vw, 906px" /><figcaption>Open the virtual machine settings and click on Checkpoints to switch from standard to production checkpoints.</figcaption></figure></div>



<p>Once your checkpoint is created, select your checkpoint and click on <strong>Apply</strong>. </p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="728" height="478" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420.png" alt="Apply an existing checkpoint in Hyper-V Manager." class="wp-image-17262" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420.png 728w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_214420-300x197.png 300w" sizes="(max-width: 728px) 100vw, 728px" /><figcaption>To apply checkpoint, right-click on checkpoint and select <strong>Apply</strong>.</figcaption></figure></div>



<p>This screen appears. I suggest clicking on <strong>Create Checkpoint and Apply</strong> because it creates a checkpoint on the current state of your virtual machines and then applies the previous checkpoint.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="689" height="197" src="//i0.wp.com/technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512.png" alt="" class="wp-image-17263" srcset="https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512.png 689w, https://www.technig.com/wp-content/uploads/2022/04/screenshot_20220408_215512-300x86.png 300w" sizes="(max-width: 689px) 100vw, 689px" /><figcaption>Confirm to apply the checkpoint by clicking on <strong>Create Checkpoint and Apply</strong> or <strong>Apply</strong>.</figcaption></figure></div>



<p>A checkpoint is a valuable tool in Hyper-V. It helps try the different applications, settings, and configurations without damaging your machine.</p>



<p>To know more about checkpoints, click <a href="https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/user-guide/checkpoints" target="_blank" rel="noreferrer noopener">here</a>.</p>



<p>You may also like <a href="https://www.technig.com/connect-hyper-v-machines-to-internet/">How to connect the virtual machine to the internet?</a></p>
<p>The post <a href="https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/">How to Create Virtual Machine Checkpoints in Hyper-V</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/create-virtual-machine-checkpoints-in-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">17241</post-id>	</item>
		<item>
		<title>Quick installation of Hyper-V on Windows 11 and Windows Server 2022</title>
		<link>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/</link>
					<comments>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[Mashallah Haidarzada]]></dc:creator>
		<pubDate>Sat, 02 Apr 2022 04:26:27 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Hyper-v Configuration]]></category>
		<category><![CDATA[Windows 11]]></category>
		<category><![CDATA[Windows Configuration]]></category>
		<category><![CDATA[Windows Server 2022]]></category>
		<guid isPermaLink="false">https://technig.com/?p=16991</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="installation of Hyper-V on Windows 11 and Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg 1920w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-768x432.jpg 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>Hyper-V is a Microsoft virtualization software, which allows you to run and manage multiple virtual machines on one computer. The number of Virtual Machines that you can create on Hyper-V depends on your hardware resources. A Virtual Machine is a software version of a computer that you can dedicate hardware resources to it, install an [&#8230;]</p>
<p>The post <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/">Quick installation of Hyper-V on Windows 11 and Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="1920" height="1080" src="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="installation of Hyper-V on Windows 11 and Windows Server 2022" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700.jpg 1920w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-300x169.jpg 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1024x576.jpg 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-768x432.jpg 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-31-223700-1536x864.jpg 1536w" sizes="(max-width: 1920px) 100vw, 1920px" /></div>
<p>Hyper-V is a Microsoft virtualization software, which allows you to run and manage multiple virtual machines on one computer. The number of Virtual Machines that you can create on Hyper-V depends on your hardware resources. A Virtual Machine is a software version of a computer that you can dedicate hardware resources to it, install an operating system on it, and do networking. You can use Hyper-V on both desktop operating systems and server operating systems. In this article, I explained the installation of Hyper-V on Windows 11, and then I explained the installation of Hyper-V on Windows Server 2022. Read more about <a href="https://docs.microsoft.com/en-us/windows-server/virtualization/hyper-v/hyper-v-technology-overview" target="_blank" rel="noreferrer noopener nofollow">Hyper-V</a></p>



<h2 class="wp-block-heading">Enable Hyper-V on Windows 11</h2>



<p>Hyper-V is already available on Windows 10 and Windows 11, you just need to enable it. To enable it, search for &#8220;Turn Windows features on or off&#8221; in the Start Menu and click to open it. Or enter the command &#8220;<code>optionalfeatures.exe</code>&#8221; in the run and press OK.</p>



<div class="wp-block-image"><figure class="aligncenter size-full is-resized"><img loading="lazy" decoding="async" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839.png" alt="Executing &quot;optionalfeatures.exe&quot; command in the run." class="wp-image-17013" width="537" height="342" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839.png 537w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-202839-300x191.png 300w" sizes="(max-width: 537px) 100vw, 537px" /><figcaption>Executing the &#8220;optionalfeatures.exe&#8221; command in the run.</figcaption></figure></div>



<p>Once you run that command the following screen appears. Check Hyper-V, make sure the Hyper-V Management Tools and Hyper-V Platform are checked as well, and then click OK.</p>



<div class="wp-block-image is-style-default"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="561" height="523" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1.png" alt="Installation of Hyper-V through Windows Features on Windows 11." class="wp-image-17049" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1.png 561w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-204107-1-300x280.png 300w" sizes="(max-width: 561px) 100vw, 561px" /><figcaption>The Windows Features screen, turning on Hyper-V feature.</figcaption></figure></div>



<p>You will see the screen below if your configuration is successful. Restart your computer to apply the changes.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="770" height="637" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054.png" alt="Windows Features screen shows that Hyper-V installation was successful on Windows 11." class="wp-image-17016" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054.png 770w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054-300x248.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-29-205054-768x635.png 768w" sizes="(max-width: 770px) 100vw, 770px" /><figcaption>Windows completed the requested changes.</figcaption></figure></div>



<p>After you restart your computer, you can configure your Hyper-V manager and create Virtual Machines.</p>



<p>Check this article for <a href="https://www.technig.com/essential-hyper-v-configuration/" target="_blank" rel="noreferrer noopener">Hyper-V configuration.</a></p>



<p>Before going to explain how to add the Hyper-V role on Windows Server, it is good to know about Nested Virtualization. </p>



<h3 class="wp-block-heading">Nested Virtualization</h3>



<p> Nested Virtualization is a technology that makes you capable of installing Hyper-V on a virtual machine that is already running on Hyper-V. It is mostly used in the test environment, where you need multiple hosts or you want to create a Virtual Machine inside another Virtual Machine.</p>



<p>If you want to add the Hyper-V role on Windows Server that is running on a virtual machine, you need to enable Nested Virtualization. To enable Nested Virtualization, turn off the virtual machines, and run the following command in the PowerShell on the host operating system. PowerShell should be run as administrator.</p>



<p>Set-VMProcessor -VMName [Virtual Machine Name] -ExposeVirtualizationExtensions $true</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="283" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-1024x283.png" alt="Windows PowerShell executing a command to enable Nested Virtualization." class="wp-image-17051" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-1024x283.png 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-300x83.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1-768x212.png 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-212220-1.png 1399w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Windows PowerShell executing a command to enable Nested Virtualization.</figcaption></figure></div>



<p>Now, turn on your Virtual Machine and follow the steps below to add the Hyper-V role on the windows server.</p>



<h2 class="wp-block-heading">Add Hyper-V role on Windows Server 2022</h2>



<ol class="wp-block-list"><li>Open Server Manager, click on Dashboard and click on Add roles and features.</li></ol>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="984" height="420" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Capture-10.png" alt="Hyper-V installation on Windows Server 2022" class="wp-image-17038" srcset="https://www.technig.com/wp-content/uploads/2022/03/Capture-10.png 984w, https://www.technig.com/wp-content/uploads/2022/03/Capture-10-300x128.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Capture-10-768x328.png 768w" sizes="(max-width: 984px) 100vw, 984px" /><figcaption>Server Manager of Windows Server 2022. </figcaption></figure></div>



<p><strong>2</strong>. Click Next, choose the Installation Type Role-based or feature-based installation, and click next.</p>



<p><strong>3.</strong> Select your server pool and click next.</p>



<p>4. On the <strong>Server Role</strong>, check the <strong>Hyper-V</strong> then click Next.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="985" height="702" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723.png" alt="Doing the installation of Hyper-V on Windows Server 2022." class="wp-image-17044" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723.png 985w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-135723-768x547.png 768w" sizes="(max-width: 985px) 100vw, 985px" /><figcaption>Add Roles And Features Wizard. </figcaption></figure></div>



<p>5. Leave everything to default, and continue clicking next until you get to the confirmation window. You can configure them later according to your need. Check the &#8220;Restart the destination server automatically if required&#8221; if you want your computer to restart automatically, then click install.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="985" height="702" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211.png" alt="Confirm Installation Selection of whether to restart the server after successfully installation of Hyper-V or not." class="wp-image-17045" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211.png 985w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211-300x214.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-140211-768x547.png 768w" sizes="(max-width: 985px) 100vw, 985px" /><figcaption>Add Roles And Features Wizard window Confirmation tab.</figcaption></figure></div>



<p>You will see the following screen, after the successful installation of Hyper-V on Windows Server.</p>



<div class="wp-block-image"><figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="993" height="711" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328.png" alt="See the installation progress of Hyper-V role and related features." class="wp-image-17052" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328.png 993w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328-300x215.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-214328-768x550.png 768w" sizes="(max-width: 993px) 100vw, 993px" /><figcaption>Showing the installation progress.</figcaption></figure></div>



<p>Restart your machine, when your machine is loaded up back, go to Tools and click on Hyper-V Manager.</p>



<div class="wp-block-image"><figure class="aligncenter size-large"><img loading="lazy" decoding="async" width="1024" height="635" src="//i0.wp.com/technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-1024x635.png" alt="" class="wp-image-17054" srcset="https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-1024x635.png 1024w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-300x186.png 300w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1-768x477.png 768w, https://www.technig.com/wp-content/uploads/2022/03/Screenshot-2022-03-30-222445-1.png 1407w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Tools on Server Manager.</figcaption></figure></div>



<p>Now you can configure Hyper-V Manager, and create Virtual Machines and operating systems on the Virtual Machines.</p>



<p></p>



<p></p>
<p>The post <a href="https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/">Quick installation of Hyper-V on Windows 11 and Windows Server 2022</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/installation-of-hyper-v-on-windows-11-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">16991</post-id>	</item>
	</channel>
</rss>
