<?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>windows server 2022 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/windows-server-2022/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Wed, 24 Feb 2021 01:06:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>How to enable Telnet on Windows Server 2022.</title>
		<link>https://www.osradar.com/how-to-enable-telnet-on-windows-server-2022/</link>
					<comments>https://www.osradar.com/how-to-enable-telnet-on-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 28 Feb 2021 22:06:00 +0000</pubDate>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[windows server 2022]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28664</guid>

					<description><![CDATA[<p>The use of protocols has always been present in the systems. They allow administrators and users to access extra content. Consequently, they improve both internal and external communication. Well, one of those protocols is Telnet (Teletype Network). It makes use of the Transmission Control Protocol (TCP). This protocol allows the connection to transmit data with [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-telnet-on-windows-server-2022/">How to enable Telnet on Windows Server 2022.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>The use of protocols has always been present in the systems. They allow administrators and users to access extra content. Consequently, they improve both internal and external communication. Well, one of those protocols is Telnet (Teletype Network). It makes use of the Transmission Control Protocol (TCP). This protocol allows the connection to transmit data with Telnet control interleaved between devices. However, this tool is disabled by default. Therefore, today we will see how to enable Telnet in <a href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver" target="_blank" rel="noreferrer noopener">Windows Server 2022.</a></p>



<h2>Enabling Telnet on Windows Server 2022.</h2>



<p>As mentioned, this protocol is very useful. Indeed, some of its connections are:</p>



<ul><li>Centrally manage networks and servers</li><li>Manage databases</li><li>Acting with programs and applications on other computers and servers</li></ul>



<p>Well, let&#8217;s see how to activate it. The first thing you have to do is to validate if the protocol is enabled. With this in mind, open a CMD and run the following command:</p>



<pre class="wp-block-preformatted">telnet google.com :80</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="980" height="513" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel.png" alt="" class="wp-image-28670" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel.png 980w, https://www.osradar.com/wp-content/uploads/2021/02/tel-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel-696x364.png 696w" sizes="(max-width: 980px) 100vw, 980px" /></figure>



<p>You can see that Telnet is not recognized as a command on the server. Next, you need to open a PowerShell with administrator privileges. With this in mind, press the Win+X combination and select the corresponding option.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="347" height="637" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel2.png" alt="Opening a PowerShell with administrator privileges. " class="wp-image-28671" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel2.png 347w, https://www.osradar.com/wp-content/uploads/2021/02/tel2-163x300.png 163w" sizes="(max-width: 347px) 100vw, 347px" /><figcaption>Opening a PowerShell with administrator privileges.</figcaption></figure>



<p>Then run the following command:</p>



<pre class="wp-block-preformatted">Install-WindowsFeature -name Telnet-Client</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="774" height="418" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel3.png" alt="" class="wp-image-28672" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel3.png 774w, https://www.osradar.com/wp-content/uploads/2021/02/tel3-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel3-768x415.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel3-696x376.png 696w" sizes="(max-width: 774px) 100vw, 774px" /></figure>



<p>Finally, the console will look like this.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="773" height="373" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel4.png" alt="" class="wp-image-28673" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel4.png 773w, https://www.osradar.com/wp-content/uploads/2021/02/tel4-300x145.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel4-768x371.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel4-696x336.png 696w" sizes="(max-width: 773px) 100vw, 773px" /></figure>



<h2>Validating Telnet installation.</h2>



<p>Next, we will check if the protocol was correctly enabled. With this intention, open the <strong>Server Manager</strong>. Once there, click on <strong>Add roles and features.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="788" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel5-1024x788.png" alt="" class="wp-image-28674" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel5-1024x788.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/tel5-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel5-768x591.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel5-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/tel5-1068x822.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/tel5.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>On the next screen, please click next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="786" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel6-1024x786.png" alt="" class="wp-image-28675" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel6-1024x786.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/tel6-300x230.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel6-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel6-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/tel6-1068x820.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/tel6.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>It is time to select the type of installation. Therefore, select the Role-based installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="785" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel7-1024x785.png" alt="" class="wp-image-28676" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel7-1024x785.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/tel7-300x230.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel7-768x589.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel7-696x533.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/tel7-1068x819.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/tel7.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Next select the server where you will install the role.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="818" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel8-1-1024x818.png" alt="" class="wp-image-28682" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel8-1-1024x818.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/tel8-1-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel8-1-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel8-1-696x556.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/tel8-1-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/tel8-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>We will certainly not install Server Roles. Therefore, you can skip this window and click on Next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="788" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel9-1024x788.png" alt="" class="wp-image-28678" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel9-1024x788.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/tel9-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel9-768x591.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel9-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/tel9-1068x822.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/tel9.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Next, the Server Features window is displayed. Please scroll down to Telnet Client. Make sure that the box is checked. This means that the feature was successfully added. If not, please check to complete the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="781" height="549" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel12.png" alt="" class="wp-image-28722" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel12.png 781w, https://www.osradar.com/wp-content/uploads/2021/02/tel12-300x211.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel12-768x540.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel12-696x489.png 696w" sizes="(max-width: 781px) 100vw, 781px" /></figure>



<p>To complete the verification, please open the command prompt. Then run the following command:</p>



<pre class="wp-block-preformatted">telnet</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="829" height="447" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/tel11.png" alt="" class="wp-image-28680" srcset="https://www.osradar.com/wp-content/uploads/2021/02/tel11.png 829w, https://www.osradar.com/wp-content/uploads/2021/02/tel11-300x162.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/tel11-768x414.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/tel11-696x375.png 696w" sizes="(max-width: 829px) 100vw, 829px" /></figure>



<p>Finally, we have seen how to enable Telnet in <a href="https://www.osradar.com/category/windows/" target="_blank" rel="noreferrer noopener">Windows</a> Server 2022. As a result, it will be possible to manage connections as needed. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-telnet-on-windows-server-2022/">How to enable Telnet on Windows Server 2022.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-enable-telnet-on-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to shutdown and reboot Windows Server 2022 with commands.</title>
		<link>https://www.osradar.com/how-to-shutdown-and-reboot-windows-server-2022-with-commands/</link>
					<comments>https://www.osradar.com/how-to-shutdown-and-reboot-windows-server-2022-with-commands/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sat, 27 Feb 2021 22:57:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[cmd]]></category>
		<category><![CDATA[Command line]]></category>
		<category><![CDATA[command prompt]]></category>
		<category><![CDATA[windows server 2022]]></category>
		<category><![CDATA[windows server shutdown]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28712</guid>

					<description><![CDATA[<p>We continue to explore the features of Windows Server 2022. It is well known that this is Microsoft&#8217;s next solution for enterprise environments. Well, like its predecessors, this version has variants with and without a graphical environment. In addition, it is well known that a common task is to shut down or restart the server. [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-shutdown-and-reboot-windows-server-2022-with-commands/">How to shutdown and reboot Windows Server 2022 with commands.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>We continue to explore the features of <a href="https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/" target="_blank" rel="noreferrer noopener">Windows Server 2022</a>. It is well known that this is Microsoft&#8217;s next solution for enterprise environments. Well, like its predecessors, this version has variants with and without a graphical environment. In addition, it is well known that a common task is to shut down or restart the server. Therefore, this can be done from the start menu. However, in environments without a graphical plug-in, then we can do it from the command line. Read on to find out How to shutdown and reboot <a href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver" target="_blank" rel="noreferrer noopener">Windows Server 2022 </a>with commands.</p>



<h2>How to restart Windows Server 2022</h2>



<p>The first thing you have to do is to open a CMD as administrator. Then use the following syntax:</p>



<pre class="wp-block-preformatted">shutdown /r /t <em>time</em></pre>



<p>Please replace <em>Time </em>with the time you want to wait for the server to restart.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="511" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/re.png" alt="Scheduling Windows Server 2022 reboot" class="wp-image-28713" srcset="https://www.osradar.com/wp-content/uploads/2021/02/re.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/re-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/re-768x401.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/re-696x363.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Scheduling Windows Server 2022 reboot</figcaption></figure>



<p>This means that after 200 seconds, the server will be restarted. On the other hand, it is possible to add a message at restart time. For this purpose, just add the <strong>-c</strong> parameter:</p>



<pre class="wp-block-preformatted">shutdown /r /t time -c  <em>message</em></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="510" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/re2.png" alt="" class="wp-image-28714" srcset="https://www.osradar.com/wp-content/uploads/2021/02/re2.png 979w, https://www.osradar.com/wp-content/uploads/2021/02/re2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/re2-768x400.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/re2-696x363.png 696w" sizes="(max-width: 979px) 100vw, 979px" /></figure>



<p>The server will restart after the timeout period has elapsed. On the other hand, sometimes there are open programs that prevent a restart. In such a case it is possible to force a shutdown using the following command:</p>



<pre class="wp-block-preformatted">shutdown /r /f</pre>



<p>It is even possible to schedule this task for a remote computer. With this in mind, use the following syntax:</p>



<pre class="wp-block-preformatted">shutdown /r /f /m \\Computer</pre>



<h2>How to shutdown Windows Server 2022 with commands</h2>



<p>The commands for shutting down the server are very similar to that for restarting it. In fact, only the first element changes. So use the following syntax:</p>



<pre class="wp-block-preformatted">shutdown /s /t time</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="978" height="513" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/re3.png" alt="Scheduling server shutdown after 400 seconds" class="wp-image-28715" srcset="https://www.osradar.com/wp-content/uploads/2021/02/re3.png 978w, https://www.osradar.com/wp-content/uploads/2021/02/re3-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/re3-768x403.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/re3-696x365.png 696w" sizes="(max-width: 978px) 100vw, 978px" /><figcaption>Scheduling server shutdown after 400 seconds</figcaption></figure>



<p>To add a message we use the -c parameter as follows:</p>



<pre class="wp-block-preformatted">shutdown /s /t time -c message</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="972" height="505" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/re4-2.png" alt="" class="wp-image-28718" srcset="https://www.osradar.com/wp-content/uploads/2021/02/re4-2.png 972w, https://www.osradar.com/wp-content/uploads/2021/02/re4-2-300x156.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/re4-2-768x399.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/re4-2-696x362.png 696w" sizes="(max-width: 972px) 100vw, 972px" /></figure>



<p>To force applications to close we run:</p>



<pre class="wp-block-preformatted">shutdown /s /f</pre>



<p>It is also possible to use it with remote computers:</p>



<pre class="wp-block-preformatted">shutdown /s /f /m \\COMPUTER</pre>



<p>Ultimately, we have seen how to shutdown and reboot Windows Server 2022 with commands. Consequently, we have an expeditious way to manage these tasks on the server. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-shutdown-and-reboot-windows-server-2022-with-commands/">How to shutdown and reboot Windows Server 2022 with commands.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-shutdown-and-reboot-windows-server-2022-with-commands/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable WiFi in Windows Server 2022.</title>
		<link>https://www.osradar.com/how-to-enable-wifi-in-windows-server-2022/</link>
					<comments>https://www.osradar.com/how-to-enable-wifi-in-windows-server-2022/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 19 Feb 2021 22:44:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[wifi on windows server]]></category>
		<category><![CDATA[wifi on windows server 2022]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[windows server 2022]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28534</guid>

					<description><![CDATA[<p>Hello! Today we will continue talking about Windows Server 2022. Which is the next Microsoft system focused on servers. It is well known that these systems require a LAN connection and a static IP address to work properly. This is a consequence of the types of roles and services that Windows Server provides. Therefore, connecting [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-wifi-in-windows-server-2022/">How to enable WiFi in Windows Server 2022.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello! Today we will continue talking about <a href="https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/" target="_blank" rel="noreferrer noopener">Windows Server 2022.</a> Which is the next Microsoft system focused on servers. It is well known that these systems require a LAN connection and a static IP address to work properly. This is a consequence of the types of roles and services that Windows Server provides. Therefore, connecting the server to a WiFi signal is not recommended. In fact, this option is disabled by default. However, at some point, you may need to use this type of connection. Read on to find out how to enable WiFi in <a href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver" target="_blank" rel="noreferrer noopener">Windows Server 2022.</a></p>



<h2>How to activate WiFi in Windows Server 2022.</h2>



<p>For this task, it is necessary to use the Windows Server 2022 administrator. Once there, you must click on <strong>Add roles and features.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="819" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi-1-1024x819.png" alt="Adding a new role" class="wp-image-28540" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi-1-1024x819.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/wifi-1-300x240.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi-1-768x614.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi-1-696x557.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/wifi-1-1068x854.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/wifi-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Adding a new role</figcaption></figure>



<p>The welcome screen will be displayed immediately. Consequently, you must click on the<strong> Wizard to add new roles and features.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="782" height="564" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi2.jpg" alt="Starting the wizard" class="wp-image-28542" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi2.jpg 782w, https://www.osradar.com/wp-content/uploads/2021/02/wifi2-300x216.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi2-768x554.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi2-696x502.jpg 696w" sizes="(max-width: 782px) 100vw, 782px" /><figcaption>Starting the wizard</figcaption></figure>



<p>Next you must select the type of installation. Therefore, please select the <strong>role-based installation.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="787" height="555" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi3.png" alt="Setting the type of installation" class="wp-image-28543" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi3.png 787w, https://www.osradar.com/wp-content/uploads/2021/02/wifi3-300x212.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi3-768x542.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi3-696x491.png 696w" sizes="(max-width: 787px) 100vw, 787px" /><figcaption>Setting the type of installation</figcaption></figure>



<p>Next, select the server where you will do the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="790" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi4.jpg" alt="Selecting the server. " class="wp-image-28544" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi4.jpg 790w, https://www.osradar.com/wp-content/uploads/2021/02/wifi4-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi4-768x544.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi4-696x493.jpg 696w" sizes="(max-width: 790px) 100vw, 790px" /><figcaption>Selecting the server.</figcaption></figure>



<p>We will install features. Therefore, in this screen you must click next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="559" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi5.jpg" alt="" class="wp-image-28546" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi5.jpg 786w, https://www.osradar.com/wp-content/uploads/2021/02/wifi5-300x213.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi5-768x546.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi5-696x495.jpg 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure>



<p>The list of available features will be displayed immediately. Thus, scroll down to <strong>Wireless LAN Service.</strong> Please check the box</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="792" height="558" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi6-1.jpg" alt="Check the box for Wireless LAN Service" class="wp-image-28548" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi6-1.jpg 792w, https://www.osradar.com/wp-content/uploads/2021/02/wifi6-1-300x211.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi6-1-768x541.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi6-1-696x490.jpg 696w" sizes="(max-width: 792px) 100vw, 792px" /><figcaption>Check the box for Wireless LAN Service</figcaption></figure>



<p>Below is the confirmation window. Accordingly, please verify the installation of the feature.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="779" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi7.png" alt="Confirming installation. " class="wp-image-28549" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi7.png 779w, https://www.osradar.com/wp-content/uploads/2021/02/wifi7-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi7-768x549.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi7-696x498.png 696w" sizes="(max-width: 779px) 100vw, 779px" /><figcaption>Confirming installation.</figcaption></figure>



<p>Please wait a few moments while the new features are installed. Also, when the installation is finished, it is necessary to restart the server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="784" height="558" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi8.png" alt="" class="wp-image-28551" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi8.png 784w, https://www.osradar.com/wp-content/uploads/2021/02/wifi8-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi8-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/wifi8-696x495.png 696w" sizes="(max-width: 784px) 100vw, 784px" /></figure>



<p>After restarting the server, it is necessary to start the Wireless Internet service. To do so, open a PowerShell as administrator. Once there, execute the following command:</p>



<pre class="wp-block-preformatted">net start WlanSvc</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="751" height="320" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi9.png" alt="Starting the WiFi service" class="wp-image-28553" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi9.png 751w, https://www.osradar.com/wp-content/uploads/2021/02/wifi9-300x128.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/wifi9-696x297.png 696w" sizes="(max-width: 751px) 100vw, 751px" /><figcaption>Starting the WiFi service</figcaption></figure>



<p>Note: Depending on your computer model, you may need to manually update the wireless device driver. Finally, you will see the available wireless connections.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="361" height="623" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/wifi10.png" alt="" class="wp-image-28555" srcset="https://www.osradar.com/wp-content/uploads/2021/02/wifi10.png 361w, https://www.osradar.com/wp-content/uploads/2021/02/wifi10-174x300.png 174w" sizes="(max-width: 361px) 100vw, 361px" /></figure>



<p>Ultimately, we have seen how to enable WiFi in Windows Server 2022. As mentioned, it is not a secure connection. However, it can be useful on certain occasions. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-wifi-in-windows-server-2022/">How to enable WiFi in Windows Server 2022.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-enable-wifi-in-windows-server-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Windows Server 2022 on VMware</title>
		<link>https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/</link>
					<comments>https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 12 Feb 2021 22:01:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware workstation player]]></category>
		<category><![CDATA[windows server 2022]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28406</guid>

					<description><![CDATA[<p>Microsoft is preparing the arrival of the new version of Windows Server. Naturally, it will be full of new features and special functions for users and administrators. The final version is not yet available. However, it is possible to access a preview from the Windows Insider program. In the following lines, we will see how [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/">How to install Windows Server 2022 on VMware</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Microsoft is preparing the arrival of the new version of Windows Server. Naturally, it will be full of new features and special functions for users and administrators. The final version is not yet available. However, it is possible to access a preview from the Windows Insider program. In the following lines, we will see how to install Windows Server 2022 on VMware.</p>



<h2>Some features of Windows Server 2022</h2>



<ul><li>SMB Direct protocol over RMDA networks supports AES-256 encryption</li><li>SMB 3.1.1 protocol adds enhanced security and performance capabilities</li><li>AES-256-GCM and AES-256-CCM cryptographic suites are supported for all SMB encryption-related issues</li><li>It is possible to copy files to SMB using compression with the Robocopy, compress, and Xcopy/compress commands.</li><li>In this edition, the SMB Direct protocol over RMDA networks supports AES-256 encryption.</li><li>Native management with Windows Admin Center</li><li>AFS Tiering support preview function has been added. Therefore, it will help SMS with data migration tasks to a server configured with Azure File Sync.</li></ul>



<h2>Prerequisites</h2>



<p>As mentioned, Windows Server 2022 is still in the testing phase. Consequently, it is possible to access it through the insider program. With this in mind, go to this <a href="https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver?wa=wsignin1.0" target="_blank" rel="noreferrer noopener">link.</a></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware28-1024x787.png" alt="Downloading Windows Server 2022." class="wp-image-28407" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware28-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware28-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware28-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware28-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware28-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware28.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Downloading Windows Server 2022.</figcaption></figure>



<p>Please note that you need to register for the Windows Insider program. Don&#8217;t worry, it&#8217;s a simple and free process. You just need a <a href="https://account.microsoft.com/account?lang=en-us" target="_blank" rel="noreferrer noopener">Microsoft account.</a> On the other hand, these versions are not yet stable enough to be used in a production environment. Therefore, it is advisable to use a <a href="https://www.osradar.com/how-to-install-and-use-vmware-on-windows-10/" target="_blank" rel="noreferrer noopener">virtualization</a> program. In this opportunity <a href="https://my.vmware.com/en/web/vmware/downloads/info/slug/desktop_end_user_computing/vmware_workstation_player/16_0" target="_blank" rel="noreferrer noopener">VMware</a> Workstation Player.</p>



<h2>Installing Windows Server 2022 on VMware.</h2>



<h3>Creating the new virtual machine.</h3>



<p>VMware is a very intuitive and easy to use program. Check out our <a href="https://www.osradar.com/how-to-install-and-use-vmware-on-windows-10/" target="_blank" rel="noreferrer noopener">tutorial.</a> The first thing you have to do is click on <em>Create a new virtual machine.</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware-1024x794.png" alt="Creating a new virtual machine" class="wp-image-28411" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating a new virtual machine</figcaption></figure>



<p>A wizard will be displayed immediately. Consequently, you must click on the ISO option. Next, browse to select the image.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware2.png" alt="" class="wp-image-28413" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware2.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware2-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware2-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /></figure>



<p>As mentioned, it is necessary to locate the Windows Server 2022 ISO.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="626" height="505" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware3.png" alt="Selecting the ISO" class="wp-image-28414" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware3.png 626w, https://www.osradar.com/wp-content/uploads/2021/02/ware3-300x242.png 300w" sizes="(max-width: 626px) 100vw, 626px" /><figcaption>Selecting the ISO</figcaption></figure>



<p>When you are ready, press Next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware4.png" alt="" class="wp-image-28416" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware4.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware4-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware4-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /></figure>



<p>In the next window, you have to set the operating system type. Accordingly, select Microsoft Windows Server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware5.png" alt="" class="wp-image-28419" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware5.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware5-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware5-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /></figure>



<p>Next, assign a name to the virtual machine. Also, set the location of it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware6-1.png" alt="Setting the virtual machine name." class="wp-image-28420" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware6-1.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware6-1-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware6-1-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /><figcaption>Setting the virtual machine name.</figcaption></figure>



<p>At this point, it is necessary to assign a virtual hard disk size.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware7-1.png" alt="Configuring the hard disk" class="wp-image-28421" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware7-1.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware7-1-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware7-1-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /><figcaption>Configuring the hard disk</figcaption></figure>



<p>Finally, the wizard provides a summary of the installation. In any case, you can customize the configuration:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware8.png" alt="" class="wp-image-28423" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware8.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware8-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware8-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /></figure>



<p>Once there, you can customize several aspects. For example, the RAM memory allocated to the system.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="750" height="716" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware9.png" alt="Modifying the amount of RAM memory. " class="wp-image-28424" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware9.png 750w, https://www.osradar.com/wp-content/uploads/2021/02/ware9-300x286.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware9-696x664.png 696w" sizes="(max-width: 750px) 100vw, 750px" /><figcaption>Modifying the amount of RAM memory.</figcaption></figure>



<p>If you are sure, press Finish to create the new virtual machine.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="428" height="430" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware10.png" alt="" class="wp-image-28426" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware10.png 428w, https://www.osradar.com/wp-content/uploads/2021/02/ware10-300x300.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware10-150x150.png 150w" sizes="(max-width: 428px) 100vw, 428px" /></figure>



<h3>Running Windows Server 2022 virtual machine.</h3>



<p>From the application menu, click on Play virtual machine.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware11-1024x794.png" alt="Running the new virtual machine. " class="wp-image-28428" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware11-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware11-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware11-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware11-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware11-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware11.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Running the new virtual machine.</figcaption></figure>



<p>Please press a key to boot from the ISO. Then the system installation will start.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="790" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware13-1024x790.png" alt="" class="wp-image-28430" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware13-1024x790.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware13-300x232.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware13-768x593.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware13-696x537.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware13-1068x824.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware13.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>In the next screen you set the installation parameters. I.e. language, time format and input method.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware14-1024x794.png" alt="Configuring Windows Server settings" class="wp-image-28433" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware14-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware14-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware14-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware14-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware14-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware14.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Configuring Windows Server settings</figcaption></figure>



<p>Then press Install to start the process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware15-1024x794.png" alt="" class="wp-image-28434" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware15-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware15-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware15-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware15-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware15-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware15.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Next, you need to enter a code to activate Windows Server. However, you can skip this step. It is possible to activate the system at a later time.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware17-1024x794.png" alt="Entering the activation key" class="wp-image-28435" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware17-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware17-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware17-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware17-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware17-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware17.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Entering the activation key</figcaption></figure>



<p>Next, select the version to install. It is recommended to choose a version with graphical environment.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware18-1024x794.png" alt="Choosing the version of Windows Server 2022 to install" class="wp-image-28437" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware18-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware18-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware18-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware18-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware18-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware18.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Choosing the version of Windows Server 2022 to install</figcaption></figure>



<p>Then, please accept the license terms.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware19-1024x794.png" alt="" class="wp-image-28438" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware19-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware19-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware19-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware19-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware19-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware19.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>Now please select the Windows installation option.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware20-1024x794.png" alt="" class="wp-image-28439" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware20-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware20-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware20-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware20-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware20-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware20.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>At this point, you must select the hard disk where you will install the system.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware21-1024x794.png" alt="Selecting the hard disk intended for installation" class="wp-image-28440" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware21-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware21-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware21-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware21-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware21-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware21.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Selecting the hard disk intended for installation</figcaption></figure>



<p>Finally, the installation will start. Therefore, you must wait while the necessary files are loaded. In addition, the services also start to be configured:</p>



<figure class="wp-block-gallery columns-3 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware22-1024x794.png" alt="" data-id="28442" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware22.png" data-link="https://www.osradar.com/?attachment_id=28442" class="wp-image-28442" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware22-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware22-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware22-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware22-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware22-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware22.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware23-1024x794.png" alt="" data-id="28443" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware23.png" data-link="https://www.osradar.com/?attachment_id=28443" class="wp-image-28443" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware23-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware23-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware23-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware23-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware23-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware23.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware24-1024x794.png" alt="" data-id="28444" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware24.png" data-link="https://www.osradar.com/?attachment_id=28444" class="wp-image-28444" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware24-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware24-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware24-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware24-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware24-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware24.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>After a few moments, the wizard will prompt you to create an administrator password.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware25-1024x794.png" alt="Creating the administrator password. " class="wp-image-28445" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware25-1024x794.png 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware25-300x233.png 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware25-768x595.png 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware25-696x539.png 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware25-1068x828.png 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware25.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating the administrator password.</figcaption></figure>



<p>Now, enter the newly created password.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware26-1024x794.jpg" alt="" class="wp-image-28447" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware26-1024x794.jpg 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware26-300x233.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware26-768x595.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware26-696x539.jpg 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware26-1068x828.jpg 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware26.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<p>After a few seconds, we will see Windows Server 2022 correctly installed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="794" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2021/02/ware27-1024x794.jpg" alt="Windows Server running successfully on VMware. " class="wp-image-28448" srcset="https://www.osradar.com/wp-content/uploads/2021/02/ware27-1024x794.jpg 1024w, https://www.osradar.com/wp-content/uploads/2021/02/ware27-300x233.jpg 300w, https://www.osradar.com/wp-content/uploads/2021/02/ware27-768x595.jpg 768w, https://www.osradar.com/wp-content/uploads/2021/02/ware27-696x539.jpg 696w, https://www.osradar.com/wp-content/uploads/2021/02/ware27-1068x828.jpg 1068w, https://www.osradar.com/wp-content/uploads/2021/02/ware27.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Windows Server running successfully on VMware.</figcaption></figure>



<p>All right, we have finally seen how to install Windows Server 2022 on VMware. In subsequent installments we will see more tutorials on this operating system. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/">How to install Windows Server 2022 on VMware</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/how-to-install-windows-server-2022-on-vmware/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
