<?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 Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/windows-server/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 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 view shared folders in Windows Server 2019/2016</title>
		<link>https://www.osradar.com/how-to-view-shared-folders-in-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/how-to-view-shared-folders-in-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Fri, 18 Dec 2020 19:10:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Shared Folder]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26710</guid>

					<description><![CDATA[<p>Hello! Windows Server users need to manage objects and users. In fact, this system is designed to manage roles and services. In that sense, one of the most important tasks is to be able to share elements. That is, folders and files to be edited by several users. Well, today we will see how to [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-view-shared-folders-in-windows-server-2019-2016/">How to view shared folders in Windows Server 2019/2016</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! Windows Server users need to manage objects and users. In fact, this system is designed to manage roles and services. In that sense, one of the most important tasks is to be able to share elements. That is, folders and files to be edited by several users. Well, today we will see how to see shared folders in <a href="https://www.microsoft.com/en-us/windows-server" target="_blank" rel="noreferrer noopener">Windows Server</a> 2019/2016.</p>



<h2>How to create a shared folder in Windows Server 2019/2016</h2>



<p>The first thing you have to do is right-click on the folder. Then go to <strong>Properties.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="790" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh-1024x790.png" alt="Please go to Properties" class="wp-image-26713" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh-1024x790.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/sh-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh-696x537.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/sh-1068x824.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/sh.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please go to Properties</figcaption></figure>



<p>Then, click on <strong>Advanced Sharing.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="363" height="481" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh2.png" alt="" class="wp-image-26715" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh2.png 363w, https://www.osradar.com/wp-content/uploads/2020/12/sh2-226x300.png 226w" sizes="(max-width: 363px) 100vw, 363px" /></figure>



<p>Then check the <em>Share this folder</em> box and assign a name for the resource. You can also limit the number of users who can access the folder.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="347" height="364" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh3.png" alt="Sharing the folder" class="wp-image-26718" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh3.png 347w, https://www.osradar.com/wp-content/uploads/2020/12/sh3-286x300.png 286w" sizes="(max-width: 347px) 100vw, 347px" /><figcaption>Sharing the folder</figcaption></figure>



<h2>How to view shared folders in Windows Server 2019/2016. Using the file explorer.</h2>



<p>Through the file explorer it is possible to access multiple resources. It is also possible to access shared folders. However, before doing so it is necessary to make a configuration. With this intention it follows the following path: <strong>Control Panel>Network and Internet>Network and Sharing Center>Advanced Sharing Center</strong>. Once there, you must check two boxes: <em>Turn on network detection</em> and <em>Turn on file and printer sharing.</em></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh4-1024x787.png" alt="Activate both options" class="wp-image-26720" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/sh4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/sh4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/sh4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Activate both options</figcaption></figure>



<p>Now you must go to the file browser. Now you only have to click on Network. And then, you will have access to the shared resources.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="183" height="460" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh5.png" alt="View the shared folders from the file manager." class="wp-image-26721" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh5.png 183w, https://www.osradar.com/wp-content/uploads/2020/12/sh5-119x300.png 119w" sizes="(max-width: 183px) 100vw, 183px" /><figcaption>View the shared folders from the file manager.</figcaption></figure>



<h2>How to view shared folders using the Run command.</h2>



<p>Using this command it is possible to access various server settings. To view the shared folders, please press the Win+R combination and run the following command:</p>



<pre class="wp-block-preformatted">fsmgmt.msc</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="399" height="206" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh6.png" alt="" class="wp-image-26725" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh6.png 399w, https://www.osradar.com/wp-content/uploads/2020/12/sh6-300x155.png 300w" sizes="(max-width: 399px) 100vw, 399px" /></figure>



<p>Pressing enter will open an MMC console. Once there, a series of important information is displayed. For example, name, location and type of share. In addition to active connections and their description.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh7-1024x787.png" alt="Viewing shared folders " class="wp-image-26726" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh7-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/sh7-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh7-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh7-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/sh7-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/sh7.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Viewing shared folders</figcaption></figure>



<h2>How to view shared folders on Windows Server using CMD.</h2>



<p>It is also possible to access the CMD console to view shared folders. Once the command prompt is displayed, please run the following command:</p>



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



<figure class="wp-block-image size-large"><img loading="lazy" width="979" height="512" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh8.png" alt="Viewing shared folders from the command prompt. " class="wp-image-26728" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh8.png 979w, https://www.osradar.com/wp-content/uploads/2020/12/sh8-300x157.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh8-768x402.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh8-696x364.png 696w" sizes="(max-width: 979px) 100vw, 979px" /><figcaption>Viewing shared folders from the command prompt.</figcaption></figure>



<p>As you can see, we will get the name of the share on the server. In addition to the path and description assigned. On the other hand, to remotely access a shared folder, please use the following syntax:</p>



<pre class="wp-block-preformatted">net view \\computer /all</pre>



<h2>How to view shared folders using Windows PowerShell in Windows Server 2019/2016.</h2>



<p>It is also possible to access these resources from PowerShell. With this intention, run the following command:</p>



<pre class="wp-block-preformatted">Get-WmiObject -class Win32_Share</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="859" height="732" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh9.png" alt="Viewing shared folders from PowerShell" class="wp-image-26731" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh9.png 859w, https://www.osradar.com/wp-content/uploads/2020/12/sh9-300x256.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh9-768x654.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh9-696x593.png 696w" sizes="(max-width: 859px) 100vw, 859px" /><figcaption>Viewing shared folders from PowerShell</figcaption></figure>



<p>To view the shared resources of a computer on the domain network, please run the following syntax:</p>



<pre class="wp-block-preformatted">Get-WmiObject -class Win32_Share -computer <em>COMPUTERNAME</em></pre>



<h2>How to view shared folders using Server Manager.</h2>



<p>This is a central administrator that allows you to manage multiple aspects of the server. To see the shared folders please click on <em>File and Storage Services.</em></p>



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



<p>Then click on <strong>Shared</strong>. There you will see the shared folders on the server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/sh11-1024x787.png" alt="Viewing shared folders from Server Manager. " class="wp-image-26736" srcset="https://www.osradar.com/wp-content/uploads/2020/12/sh11-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/sh11-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/sh11-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/sh11-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/sh11-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/sh11.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Viewing shared folders from Server Manager.</figcaption></figure>



<p>In this way we have analyzed how to view shared folders in <a href="https://www.osradar.com/?s=windows+server" target="_blank" rel="noreferrer noopener">Windows Server </a>2019/2016. In addition, there are several methods at your convenience. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-view-shared-folders-in-windows-server-2019-2016/">How to view shared folders in Windows Server 2019/2016</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-view-shared-folders-in-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Configure password expiration policy local or domain mode in Windows Server 2019/2016</title>
		<link>https://www.osradar.com/configure-password-expiration-policy-local-or-domain-mode-in-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/configure-password-expiration-policy-local-or-domain-mode-in-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 13 Dec 2020 22:32:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[password expiration policy]]></category>
		<category><![CDATA[users windows server]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2016]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26584</guid>

					<description><![CDATA[<p>Hello! User management in Windows Server is a fundamental issue. Mostly for security and privacy issues. Indeed, some users should not access certain aspects of the organization. Likewise, it is convenient to limit the duration of passwords. That is why we will address this topic today. Stay with us to see how to configure password [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-password-expiration-policy-local-or-domain-mode-in-windows-server-2019-2016/">Configure password expiration policy local or domain mode in Windows Server 2019/2016</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! User management in <a href="https://docs.microsoft.com/en-us/windows-server/" target="_blank" rel="noreferrer noopener">Windows Server</a> is a fundamental issue. Mostly for security and privacy issues. Indeed, some users should not access certain aspects of the organization. Likewise, it is convenient to limit the duration of passwords. That is why we will address this topic today. Stay with us to see how to configure password expiration policy local or domain mode in <a href="https://www.osradar.com/?s=windows+server" target="_blank" rel="noreferrer noopener">Windows Server</a> 2019/2016.</p>



<h2>Reasons to set password expiration policies.</h2>



<p>There are several reasons to set up password expiration policies on Windows Server:</p>



<ul><li>Temporary users.</li><li>Users who are doing study practices in the company.</li><li>Users whose contract expires. Consequently, the administration orders the deactivation of the account in a determined period of time.</li><li>Test users.</li><li>Security controls</li></ul>



<h2>Edit password expiration policies with local policies in Windows Server.</h2>



<p>The first method we will see is to edit the local directives. With this intention press the Win+R combination and run the following command:</p>



<pre class="wp-block-preformatted">gpedit.msc</pre>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="399" height="206" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol.png" alt="" data-id="26585" data-link="https://www.osradar.com/?attachment_id=26585" class="wp-image-26585" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol.png 399w, https://www.osradar.com/wp-content/uploads/2020/12/pol-300x155.png 300w" sizes="(max-width: 399px) 100vw, 399px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol2-1024x787.png" alt="" data-id="26586" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol2.png" data-link="https://www.osradar.com/?attachment_id=26586" class="wp-image-26586" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/pol2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/pol2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/pol2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/pol2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/pol2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul></figure>



<p>Consequently, it follows the following path: <strong>Local Computer Policy>Computer Configuration>Windows Settings>Security Settings>Account Policy>Password Policy.</strong></p>



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



<p>Once there, several configuration parameters are displayed:</p>



<ul><li><strong>Enforce password history:</strong> This parameter allows you to determine how many new passwords are related to a user. Consequently, it avoids assigning a previous password again.</li><li><strong>Maximum password age: </strong>Through this option you define the number of days of use of a password. Even before Windows Server requests the change.</li><li><strong>Minimum password age: </strong>With this alternative it is possible to define the number of days of duration of the password. Before being modified by the user.</li><li><strong>Minimum password length</strong>: It allows you to define the minimum number of characters in the password.</li><li><strong>Minimum password length</strong>: It allows you to define the minimum number of characters the password will contain.</li><li><strong>Password must meet complexity requirements: </strong>Determines how passwords should be set with complexity parameters. For example, combination of symbols, numbers, capital letters, etc.</li><li><strong>Storage passwords using reversible encryption: </strong>This configuration is related to certain applications. In fact, these are protocols that require knowledge of the user&#8217;s password for authentication purposes.</li></ul>



<h2>Edit password expiration policies with domain policies in Windows Server.</h2>



<p>With this in mind, it is necessary to login to the server manager. Once there, please go to the <strong>Tools</strong> menu. Then click on <strong>Group Policy Management</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="790" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol4-1024x790.png" alt="Entering the Group Policy Editor" class="wp-image-26590" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol4-1024x790.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/pol4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/pol4-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/pol4-696x537.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/pol4-1068x824.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/pol4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Entering the Group Policy Editor</figcaption></figure>



<p>The following menu will be displayed immediately.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol5-1024x787.png" alt="Group Policy Management" class="wp-image-26591" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol5-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/pol5-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/pol5-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/pol5-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/pol5-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/pol5.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Group Policy Management</figcaption></figure>



<p>Please display the forest, and then the domain. Once there, right click on <strong>Default Domain Policy.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="807" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol6-1024x807.png" alt="Editing Default Domain Policy" class="wp-image-26594" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol6-1024x807.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/pol6-300x236.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/pol6-768x605.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/pol6-696x549.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/pol6-1068x842.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/pol6.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Editing Default Domain Policy</figcaption></figure>



<p>This window will then be displayed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="787" height="565" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol7.png" alt="" class="wp-image-26596" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol7.png 787w, https://www.osradar.com/wp-content/uploads/2020/12/pol7-300x215.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/pol7-768x551.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/pol7-696x500.png 696w" sizes="(max-width: 787px) 100vw, 787px" /></figure>



<p>Please follow the path below: <strong>Default Domain Policy>Computer Configuration>Policies>Windows Settings>Security Settings>Account Policies>Password Policies</strong>. As you can see, there are the same options as in the local directives. However, the most important difference is the scope of application. That is, by making changes locally, you can&#8217;t modify the domain&#8217;s directives. On the contrary, from a computer in a domain it is possible to modify the policies. With this intention, double-click on <strong>Maximum Password age.</strong></p>



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



<p>You can see that for security reasons it is set at 42 days. On the contrary, if you set it to 0 then the password will never expire.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="417" height="507" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/pol10.png" alt="Setting the duration of the password" class="wp-image-26600" srcset="https://www.osradar.com/wp-content/uploads/2020/12/pol10.png 417w, https://www.osradar.com/wp-content/uploads/2020/12/pol10-247x300.png 247w" sizes="(max-width: 417px) 100vw, 417px" /><figcaption>Setting the duration of the password</figcaption></figure>



<p>In this way we have seen how to configure password expiration policy local or domain mode in Windows Server 2019/2016. This way you increase the security of the system. All right, that&#8217;s it for now. Please keep an eye out for updates on Windows Server. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/configure-password-expiration-policy-local-or-domain-mode-in-windows-server-2019-2016/">Configure password expiration policy local or domain mode in Windows Server 2019/2016</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/configure-password-expiration-policy-local-or-domain-mode-in-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>I cannot change the network adapter options in Windows Server 2019/2016. How to fix it.</title>
		<link>https://www.osradar.com/i-cannot-change-the-network-adapter-options-in-windows-server-2019-2016-how-to-fix-it/</link>
					<comments>https://www.osradar.com/i-cannot-change-the-network-adapter-options-in-windows-server-2019-2016-how-to-fix-it/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 10 Dec 2020 22:25:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[change network adapter options]]></category>
		<category><![CDATA[dns server on windows server]]></category>
		<category><![CDATA[IP address]]></category>
		<category><![CDATA[manage windows server connection]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[windows server network]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=26541</guid>

					<description><![CDATA[<p>Hello! Windows Server is a safe and comprehensive operating system. In fact, it is full of roles and functions that facilitate administration. However, some configurations must be stable. In that category enter the network configurations. Logically, from this section files and resources are shared for users. However, if the IP address is changed, then the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/i-cannot-change-the-network-adapter-options-in-windows-server-2019-2016-how-to-fix-it/">I cannot change the network adapter options in Windows Server 2019/2016. How to fix it.</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! <a href="https://www.microsoft.com/en-us/windows-server/trial" target="_blank" rel="noreferrer noopener">Windows Serve</a>r is a safe and comprehensive operating system. In fact, it is full of roles and functions that facilitate administration. However, some configurations must be stable. In that category enter the network configurations. Logically, from this section files and resources are shared for users. However, if the IP address is changed, then the network configuration of the server changes. As a result, network management services are disabled. Under those circumstances, the action of the server administrator is necessary. In fact, only with these privileges is it possible to check the current status of the connection. In addition to other tasks such as setting the static IP address and adjusting DNS. However, access to the resource is likely to be limited. Then the user cannot change the network adapter options in <a href="https://www.osradar.com/?s=windows+server" target="_blank" rel="noreferrer noopener">Windows Server </a>2019/2016. Don&#8217;t worry, we&#8217;ll tell you how to fix it!</p>



<h2>Entering the network adapter configuration.</h2>



<p>Recently my server connection started to show flaws. As a result, there was a change in the IP address. This resulted in limited access to the network. For that reason, I started trying to solve the problem. Consequently, I wanted to go in and check the network properties. But when trying to modify the properties of the adapter, the following error message jumped.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="789" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix-1024x789.png" alt="The User cannot access the properties of the network adapter." class="wp-image-26543" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix-1024x789.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix-1068x823.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>The User cannot access the properties of the network adapter.</figcaption></figure>



<p>After several minutes of research, I was able to find the solution. In the first place, click on <strong>Network and Sharing Center</strong>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix2-1024x787.png" alt="Please click on Network and Sharing Center." class="wp-image-26545" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix2-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix2-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix2-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix2-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix2-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please click on <strong>Network and Sharing Center</strong>.</figcaption></figure>



<p>A section of the Control Panel will be immediately displayed. Please click on <strong>Change Adapter Settings.</strong></p>



<figure class="wp-block-image size-large is-resized"><img loading="lazy" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix3-1024x787.png" alt="Please click on Change Adapter Settings." class="wp-image-26546" width="669" height="514" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix3-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix3-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix3-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix3-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix3-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix3.png 1280w" sizes="(max-width: 669px) 100vw, 669px" /><figcaption>Please click on <strong>Change Adapter Settings.</strong></figcaption></figure>



<p>From there it is possible to access the properties of the adapter. And as a consequence, carry out the management tasks. However, the ideal is to open this option directly using the first step mentioned.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix4-1024x787.png" alt="Changing the properties of the network adapter. " class="wp-image-26548" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Changing the properties of the network adapter.</figcaption></figure>



<h2>How to change network adapter properties in Windows Server 2019/2016</h2>



<p>To enable this control definitively, we will use the Windows Server policy editor. With this in mind, press the Win+Q combination and type in the following:</p>



<pre class="wp-block-preformatted">gpedit.msc</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="842" height="692" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix5.png" alt="Opening the server's group policy editor " class="wp-image-26551" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix5.png 842w, https://www.osradar.com/wp-content/uploads/2020/12/fix5-300x247.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix5-768x631.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix5-696x572.png 696w" sizes="(max-width: 842px) 100vw, 842px" /><figcaption>Opening the server&#8217;s group policy editor</figcaption></figure>



<p>Once there, please follow the next path: <strong>Computer Configuration&gt;Windows Settings&gt;Security Settings&gt;Security Options</strong>. Now, please scroll down to get the so-called policy: <em>User Cccount Control: Admin Approval Mode for Built-In  Administrator</em> <em>Account</em>. Then double-click on it to edit it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix6-1024x787.png" alt="Please edit the policy" class="wp-image-26553" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix6-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix6-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix6-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix6-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix6-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix6.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please edit the policy</figcaption></figure>



<p>As you can see, the policy is disabled. Consequently, you only have to enable it.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="417" height="507" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix7.png" alt="Enabling policy." class="wp-image-26555" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix7.png 417w, https://www.osradar.com/wp-content/uploads/2020/12/fix7-247x300.png 247w" sizes="(max-width: 417px) 100vw, 417px" /><figcaption>Enabling policy.</figcaption></figure>



<p>Then, you just have to restart the server to set the changes. After that, you can access the properties of the adapter directly.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="788" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/12/fix8-1024x788.png" alt="Finally, it is available the access to the properties of the network adapter in Window server" class="wp-image-26557" srcset="https://www.osradar.com/wp-content/uploads/2020/12/fix8-1024x788.png 1024w, https://www.osradar.com/wp-content/uploads/2020/12/fix8-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/12/fix8-768x591.png 768w, https://www.osradar.com/wp-content/uploads/2020/12/fix8-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2020/12/fix8-1068x822.png 1068w, https://www.osradar.com/wp-content/uploads/2020/12/fix8.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Finally it is available the access to the properties of the network adapter in Window server</figcaption></figure>



<p>Ultimately we have been able to resolve the error <em>I cannot change network adapter options</em> in Windows Server 2019/2016. This speeds up the management of the server. Please note that it should be as smooth and stable as possible. All right, that&#8217;s it for now. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/i-cannot-change-the-network-adapter-options-in-windows-server-2019-2016-how-to-fix-it/">I cannot change the network adapter options in Windows Server 2019/2016. How to fix it.</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/i-cannot-change-the-network-adapter-options-in-windows-server-2019-2016-how-to-fix-it/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</title>
		<link>https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/</link>
					<comments>https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 11 Oct 2020 21:19:00 +0000</pubDate>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[hyper v]]></category>
		<category><![CDATA[ubuntu 20.04.1]]></category>
		<category><![CDATA[ubuntu on windows]]></category>
		<category><![CDATA[virtual machine]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24376</guid>

					<description><![CDATA[<p>Hello, how are you? Today we will see how the practical use of the Hyper-V platform. In fact, in previous posts we have seen how to enable this feature. Both in Windows 10 and Windows Server. Please remember that Hyper-V is Microsoft&#8217;s bet to virtualize systems. Therefore, it is possible to enable it on Windows [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/">How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</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, how are you? Today we will see how the practical use of the Hyper-V platform. In fact, in previous posts we have seen how to enable this feature. Both in Windows 10 and Windows Server. Please remember that Hyper-V is Microsoft&#8217;s bet to virtualize systems. Therefore, it is possible to enable it on <a href="https://www.osradar.com/how-to-install-hyper-v-on-windows-server-2019/" target="_blank" rel="noreferrer noopener">Windows Server</a> and some versions of <a href="https://www.osradar.com/how-to-enable-and-use-hyper-v-on-windows-10/" target="_blank" rel="noreferrer noopener">Windows 10</a>. Well, today we will detail how to use it to virtualize systems. Specifically Ubuntu 20.04.1 LTS. This GNU/Linux operating system developed by Canonical comes with a support of 05 years. So today we will see how to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</p>



<h2>The importance of a virtualization platform like Hyper-V</h2>



<p>We have previously highlighted the importance of using a virtualization environment. Indeed, at the level of Windows Server it represents a great advantage. It allows you to test systems and apps in a secure environment. Since any failure or error would not represent a threat to the system or its users. Within a corporate environment, it is a great security measure. Likewise, domestic and professional users can test new systems. Or even polish apps without fear of damaging the main system. Well, in this post we will use Hyper-V from Windows Server 2019. However, the process is very similar in Windows 10. Therefore, you can use the steps for both systems.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="682" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/matrix-2502954_1280-1024x682.jpg" alt="" class="wp-image-24381" srcset="https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-1024x682.jpg 1024w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-300x200.jpg 300w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-768x512.jpg 768w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-696x464.jpg 696w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280-1068x712.jpg 1068w, https://www.osradar.com/wp-content/uploads/2020/10/matrix-2502954_1280.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Installing Ubuntu on Windows Server using Hyper-V</h2>



<p>In today&#8217;s post we will see how to install Ubuntu in a virtual machine step by step. In the first place you must download the image from this <a href="https://ubuntu.com/download/desktop" target="_blank" rel="noreferrer noopener">link.</a> Then press Win+Q and type Hyper-V to launch the manager.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="831" height="693" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu.png" alt="Launching Hyper-V manager" class="wp-image-24384" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu.png 831w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-300x250.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-768x640.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu-696x580.png 696w" sizes="(max-width: 831px) 100vw, 831px" /><figcaption>Launching Hyper-V manager</figcaption></figure>



<p>As this is the first time the tool is launched, you can see that there are no virtual machines created. Therefore, we are going to create the first one. With this in mind, select the server or machine. <strong>Next New&gt;Virtual Machine</strong></p>



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



<h2>Configuring the virtual machine.</h2>



<p>An assistant will be launched immediately. You can press <strong>Finish</strong> to create a virtual machine with default values. Or you can press Next to customize the settings. In this case, press <strong>Next </strong>to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu3.png" alt="" class="wp-image-24388" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu3.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu3-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu3-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /></figure>



<p>It is then time to specify the name of the new virtual machine. It is also possible to set the location of the virtual machine. When you are ready, press Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu4.png" alt="" class="wp-image-24389" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu4.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu4-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu4-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Please specify the name and location of the virtual machine.</figcaption></figure>



<p>Hyper-V offers two generations of virtual machine configuration. Generation 1 is for older installations. Generation 2 offers features for more modern machines. You can choose any of them according to your needs.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu5.png" alt="Please select the generation to create the virtual machine for Ubuntu" class="wp-image-24391" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu5.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu5-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu5-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Please select the generation to create the virtual machine for Ubuntu</figcaption></figure>



<h2>Assigning Ubuntu installation values in Hyper-V.</h2>



<p>Now it is time to specify the amount of ram memory intended for the virtual machine. By default, the wizard assigns the recommended minimum to run the system. However, it is recommended to assign a little more so that everything flows smoothly. On the other hand, this amount will also depend on the amount of physical ram memory the computer has. In addition, the platform provides the option of using dynamic ram memory. That is, beyond the assigned memory, Hyper-V assigns memory according to the needs of the virtual machine.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu6.png" alt="Assigning ram memory for the Ubuntu virtual machine" class="wp-image-24393" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu6.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu6-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu6-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Assigning ram memory for the Ubuntu virtual machine</figcaption></figure>



<p>Then configure the network connectivity. That is, if you want to enable the Internet connection, please enable the physical network device to act as a switch.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu7.png" alt="" class="wp-image-24395" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu7.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu7-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu7-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Configuring the network connection</figcaption></figure>



<p>Now it&#8217;s time to configure the virtual hard disk. The wizard offers 3 options. The first one is to create a new disk with its assigned size. Besides that you can use a previously created virtual hard disk. Finally, you have an option to assign a virtual disk later.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu8.png" alt="" class="wp-image-24396" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu8.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu8-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu8-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Configuring a virtual disk for Ubuntu installation</figcaption></figure>



<p>This point you have to configure the values for the Ubuntu installation. That is, the source to boot the system. In this case, we will use the previously downloaded ISO.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu9.png" alt="Select the downloaded ISO to load Ubuntu. " class="wp-image-24398" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu9.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu9-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu9-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Select the downloaded ISO to load Ubuntu.</figcaption></figure>



<p>Finally, a summary of the installation is shown. If you are satisfied with all the elements, then press Finish to begin the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="704" height="533" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu10.png" alt="Summary of Ubuntu installation in Hyper-V" class="wp-image-24400" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu10.png 704w, https://www.osradar.com/wp-content/uploads/2020/10/ubu10-300x227.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu10-696x527.png 696w" sizes="(max-width: 704px) 100vw, 704px" /><figcaption>Summary of Ubuntu installation in Hyper-V</figcaption></figure>



<h2>Running Ubuntu 20.04.1 in Hyper-V</h2>



<p>Once the installation is finished, it is time to run Ubuntu 20.04.1 for the first time. This process is composed of two steps. In the first place you must turn on the virtual machine, and then click on connect.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu11-1024x787.png" alt="" data-id="24407" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu11.png" data-link="https://www.osradar.com/?attachment_id=24407" class="wp-image-24407" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu11-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/ubu11.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu13-1024x787.png" alt="" data-id="24408" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/ubu13.png" data-link="https://www.osradar.com/?attachment_id=24408" class="wp-image-24408" srcset="https://www.osradar.com/wp-content/uploads/2020/10/ubu13-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/ubu13.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Starting up the virtual machine for Ubuntu</figcaption></figure>



<p>Finally, the process is over. In this way we have seen how to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V. It is a good addition to our domestic system or business environment. See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-install-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/">How to install Ubuntu 20.04.1 on Windows Server/10 using Hyper-V.</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-ubuntu-20-04-1-on-windows-server-10-using-hyper-v/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to enable BitLocker in Windows Server 2019/2016</title>
		<link>https://www.osradar.com/how-to-enable-bitlocker-in-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/how-to-enable-bitlocker-in-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Thu, 08 Oct 2020 21:49:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[BitLocker]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[encryption tool]]></category>
		<category><![CDATA[Windows server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24176</guid>

					<description><![CDATA[<p>The confidentiality and protection of the user&#8217;s data is fundamental in any system. In addition, this section is very important when working with Windows Server. Since the fall of sensitive files into the wrong hands can cause serious damage. For this reason, it is highly recommended encrypting the data present on the hard disk. Fortunately, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-bitlocker-in-windows-server-2019-2016/">How to enable BitLocker in Windows Server 2019/2016</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 confidentiality and protection of the user&#8217;s data is fundamental in any system. In addition, this section is very important when working with Windows Server. Since the fall of sensitive files into the wrong hands can cause serious damage. For this reason, it is highly recommended encrypting the data present on the hard disk. Fortunately, Windows Server has its own data encryption infrastructure. This technology is called BitLocker, BDE-BitLocker Drive Encryption. Consequently, it is possible to encrypt entire volumes. This way, if you lose access to the device, the data will remain encrypted. For this reason, today we will see how to enable BitLocker in Windows Server 2019/2016.</p>



<h2>BitLocker. The Windows Encryption Technology.</h2>



<p>BitLocker makes use of the Reliable Platform Module technology which allows for greater security in case of an external attack. It is used to validate the booting of the server. In addition, it guarantees that the hard disk is in optimal security and operation conditions. BitLocker uses 5 operational modes in its operation:</p>



<ul><li><strong>TPM + PIN + Password</strong>: The system encrypts the information with TPM. Additionally, the administrator must enter his or her PIN and password to gain access.</li><li><strong>TPM+Password</strong>: The system encrypts the information with TPM and the administrator must provide a password.</li><li><strong>TPM + PIN</strong>: The system encrypts the information with TPM and the administrator must provide his access ID.</li><li><strong>Password: </strong>The administrator must provide the password to access management.</li><li><strong>TPM: </strong>No action is required from the administrator.</li></ul>



<h2>How to Install BitLocker on Windows Server 2019/2016</h2>



<p>The first thing you have to do is open the Server Manager. Once there, click on <strong>add roles and features.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit-1024x787.png" alt="" class="wp-image-24181" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/bit-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/bit-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/bit.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please add roles and features</figcaption></figure>



<p>Then select <strong>Role-based and features-based installation</strong>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit2.png" alt="" class="wp-image-24182" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit2.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit2-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit2-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit2-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Please select the type of installation</figcaption></figure>



<p>As usual in this type of installation, select the server.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit3.png" alt="Select the server for the installation." class="wp-image-24183" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit3.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit3-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit3-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit3-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Select the server for the installation.</figcaption></figure>



<p>Please skip the window referring to Roles. Then, in the Features window, scroll down to get <strong>BitLocker Drive Encryption</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit4.png" alt="Select BitLocker Drive Encryption" class="wp-image-24185" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit4.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit4-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit4-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit4-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Select BitLocker Drive Encryption</figcaption></figure>



<p>When you click on the corresponding box, a window with the necessary features for the installation will be displayed.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="416" height="436" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit5.png" alt="" class="wp-image-24188" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit5.png 416w, https://www.osradar.com/wp-content/uploads/2020/10/bit5-286x300.png 286w" sizes="(max-width: 416px) 100vw, 416px" /></figure>



<p>Back to the previous window, press next to continue the installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit6.png" alt="Pres Next to continue the installation" class="wp-image-24189" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit6.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit6-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit6-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit6-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Pres Next to continue the installation</figcaption></figure>



<p>Below you will see a summary of the installation. Please press <strong>Install.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit7.png" alt="" class="wp-image-24191" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit7.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit7-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit7-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit7-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure>



<p>After a few moments, the installation will be completed. Please note that you must reboot the server to complete the process.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit8.png" alt="" data-id="24192" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit8.png" data-link="https://www.osradar.com/?attachment_id=24192" class="wp-image-24192" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit8.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit8-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit8-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit8-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit9.png" alt="" data-id="24193" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bit9.png" data-link="https://www.osradar.com/?attachment_id=24193" class="wp-image-24193" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bit9.png 786w, https://www.osradar.com/wp-content/uploads/2020/10/bit9-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bit9-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bit9-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure></li></ul></figure>



<p>Finally, in this simple way we have seen how to enable BitLocker in Windows Server 2019/2016. In addition, it is our intention to increase the security of your server. All right, that&#8217;s it for today. I can&#8217;t say goodbye without inviting you to see our post about <a href="https://www.osradar.com/how-to-import-or-export-local-security-policy-in-windows-10-server-2019/" target="_blank" rel="noreferrer noopener">importing and exporting</a> the security policy in <a href="https://docs.microsoft.com/en-us/windows-server/" target="_blank" rel="noreferrer noopener">Windows Server</a> 2019/2016. Goodbye</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-enable-bitlocker-in-windows-server-2019-2016/">How to enable BitLocker in Windows Server 2019/2016</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-bitlocker-in-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to backup Windows Server 2019/2016</title>
		<link>https://www.osradar.com/how-to-backup-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/how-to-backup-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Wed, 07 Oct 2020 21:35:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<category><![CDATA[windows server backup]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24133</guid>

					<description><![CDATA[<p>Hello! A fundamental task of the information technology department is to keep the system up to date. In addition, it is necessary to maintain the backup of the server. In case of failure, it can cause loss of time and money. Some of these failures can be: power cuts, hardware damage, mishandling of the configuration, [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-windows-server-2019-2016/">How to backup Windows Server 2019/2016</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! A fundamental task of the information technology department is to keep the system up to date. In addition, it is necessary to maintain the backup of the server. In case of failure, it can cause loss of time and money. Some of these failures can be: power cuts, hardware damage, mishandling of the configuration, virus or malware, etc. Consequently, it is highly recommended having a backup in case of emergency. For that reason, in this post we will see how to backup Windows Server 2019/2016.</p>



<h2>How to enable the feature from Windows Server Manager</h2>



<p>As mentioned, it is necessary to go to the Windows Server. Once there, click on <strong>Add Roles and Features.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck-1024x787.png" alt="Adding Roles and Features" class="wp-image-24134" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/bck-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/bck-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/bck.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Adding Roles and Features</figcaption></figure>



<p>In the following screen, click on Next.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck2.png" alt="" class="wp-image-24136" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck2.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck2-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck2-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck2-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure>



<p>In the type of installation, please click on role-based installation.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck3.png" alt="Select the type of installation" class="wp-image-24138" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck3.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck3-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck3-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck3-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Select the type of installation</figcaption></figure>



<p>Then select the server from the list.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck4.png" alt="Please select the server. " class="wp-image-24140" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck4.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck4-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck4-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck4-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Please select the server.</figcaption></figure>



<p>Please skip the Server Roles screen. Then under <strong>Features</strong> click on <strong>Windows Server Backup</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck5.png" alt="Check the box for Windows Server Backup" class="wp-image-24142" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck5.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck5-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck5-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck5-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Check the box for Windows Server Backup</figcaption></figure>



<p>Now, confirm the installation of the feature.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck6.png" alt="Please confirm the installation" class="wp-image-24145" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck6.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck6-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck6-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck6-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /><figcaption>Please confirm the installation</figcaption></figure>



<p>Finally, wait a few moments while installing Windows Server Backup</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck7-1.png" alt="" data-id="24147" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck7-1.png" data-link="https://www.osradar.com/?attachment_id=24147" class="wp-image-24147" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck7-1.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck7-1-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck7-1-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck7-1-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="786" height="560" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck8.png" alt="" data-id="24148" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck8.png" data-link="https://www.osradar.com/?attachment_id=24148" class="wp-image-24148" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck8.png 786w, https://www.osradar.com/wp-content/uploads/2020/09/bck8-300x214.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck8-768x547.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck8-696x496.png 696w" sizes="(max-width: 786px) 100vw, 786px" /></figure></li></ul></figure>



<h2>How to backup Windows Server 2019/2016</h2>



<p>Once the feature is enabled, it is time to perform the first backup of the server. With this in mind, from the Windows Server, open the <strong>Tools</strong> menu and click on <strong>Windows Server Backup</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="788" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck9-1-1024x788.png" alt="Launching Windows Server Backup" class="wp-image-24152" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck9-1-1024x788.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/bck9-1-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck9-1-768x591.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck9-1-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/bck9-1-1068x822.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/bck9-1.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Launching Windows Server Backup</figcaption></figure>



<p>Immediately the Windows Server Backup manager will be deployed. In addition, it has 3 backup options. That is, you can schedule the backup, backup once or restore a copy. This time select the <strong>Backup Once</strong> option</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck10-1024x787.png" alt="Please select the option to back up once. " class="wp-image-24153" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck10-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/bck10-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/bck10-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/bck10-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/bck10-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/bck10.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Please select the option to back up once.</figcaption></figure>



<p>Then click on Next to continue.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck11.png" alt="" class="wp-image-24155" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck11.png 672w, https://www.osradar.com/wp-content/uploads/2020/09/bck11-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /></figure>



<p>The wizard then offers two types of support. A complete backup of the server and a customized backup of the items to be saved. For added security, select a full server backup.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck12.png" alt="Please select the type of backup. " class="wp-image-24157" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck12.png 672w, https://www.osradar.com/wp-content/uploads/2020/09/bck12-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Please select the type of backup.</figcaption></figure>



<p>Now please choose the type of backup. That is to say, local backup or in a remote folder</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck13.png" alt="" class="wp-image-24159" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck13.png 672w, https://www.osradar.com/wp-content/uploads/2020/09/bck13-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Select the destination type</figcaption></figure>



<p>Now it is time to select the location where the backup will be stored.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/bck14.png" alt="" class="wp-image-24160" srcset="https://www.osradar.com/wp-content/uploads/2020/09/bck14.png 672w, https://www.osradar.com/wp-content/uploads/2020/09/bck14-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption><em>Select the location where the windows server backup will be stored.</em></figcaption></figure>



<p>Finally, you will see a confirmation message. Please check all parameters. Then, click on <strong>Backup </strong>to start the process.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck15.png" alt="" class="wp-image-24161" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck15.png 672w, https://www.osradar.com/wp-content/uploads/2020/10/bck15-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /><figcaption>Press Backup to start the task</figcaption></figure>



<p>Please note that the process may take a while, depending on the size of the backing.</p>



<figure class="wp-block-gallery columns-2 is-cropped"><ul class="blocks-gallery-grid"><li class="blocks-gallery-item"><figure><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck16-2.png" alt="" data-id="24168" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck16-2.png" data-link="https://www.osradar.com/?attachment_id=24168" class="wp-image-24168" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck16-2.png 672w, https://www.osradar.com/wp-content/uploads/2020/10/bck16-2-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="672" height="557" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck17-1.png" alt="" data-id="24169" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck17-1.png" data-link="https://www.osradar.com/?attachment_id=24169" class="wp-image-24169" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck17-1.png 672w, https://www.osradar.com/wp-content/uploads/2020/10/bck17-1-300x249.png 300w" sizes="(max-width: 672px) 100vw, 672px" /></figure></li></ul><figcaption class="blocks-gallery-caption">Completing the Windows Server backup process</figcaption></figure>



<p>Now, if there is any problem with the server, just click on the backup. Then just follow the wizard&#8217;s instructions to restore the system.</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="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck20-1024x787.png" alt="" data-id="24170" data-link="https://www.osradar.com/?attachment_id=24170" class="wp-image-24170" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck20-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/10/bck20-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bck20-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/10/bck20-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/10/bck20-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/10/bck20.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="742" height="580" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck18.png" alt="" data-id="24171" data-link="https://www.osradar.com/?attachment_id=24171" class="wp-image-24171" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck18.png 742w, https://www.osradar.com/wp-content/uploads/2020/10/bck18-300x235.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bck18-696x544.png 696w" sizes="(max-width: 742px) 100vw, 742px" /></figure></li><li class="blocks-gallery-item"><figure><img loading="lazy" width="742" height="580" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck19.png" alt="" data-id="24172" data-full-url="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/10/bck19.png" data-link="https://www.osradar.com/?attachment_id=24172" class="wp-image-24172" srcset="https://www.osradar.com/wp-content/uploads/2020/10/bck19.png 742w, https://www.osradar.com/wp-content/uploads/2020/10/bck19-300x235.png 300w, https://www.osradar.com/wp-content/uploads/2020/10/bck19-696x544.png 696w" sizes="(max-width: 742px) 100vw, 742px" /></figure></li></ul></figure>



<p>In the final analysis we have seen how to backup <a href="https://docs.microsoft.com/en-us/windows-server/" target="_blank" rel="noreferrer noopener">Windows Server</a> 2019/2016. Please note that system stability is essential. Therefore, it is always advisable to maintain a backup in case of general failure. Okay, that&#8217;s it for now. Before I say goodbye I invite you to see our post about <a href="https://www.osradar.com/edex-ui-a-cross-platform-terminal-with-a-cool-graphic-interface/" target="_blank" rel="noreferrer noopener">EDEX-UI.</a> Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-backup-windows-server-2019-2016/">How to backup Windows Server 2019/2016</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-backup-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to prevent access to the Control Panel using GPO in Windows Server 2019/2016</title>
		<link>https://www.osradar.com/how-to-prevent-access-to-the-control-panel-using-gpo-in-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/how-to-prevent-access-to-the-control-panel-using-gpo-in-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Tue, 06 Oct 2020 21:15:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[GPO]]></category>
		<category><![CDATA[prohibit control panel gpo]]></category>
		<category><![CDATA[Windows server]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24095</guid>

					<description><![CDATA[<p>The administrator of a server has multiple obligations. Indeed, one of them is to prohibit users from accessing or not accessing apps within the system. Since this way the security of the system is improved. As far as Windows Server is concerned, there are components that are very sensitive to its operation. For example, the [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-prevent-access-to-the-control-panel-using-gpo-in-windows-server-2019-2016/">How to prevent access to the Control Panel using GPO in Windows Server 2019/2016</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 administrator of a server has multiple obligations. Indeed, one of them is to prohibit users from accessing or not accessing apps within the system. Since this way the security of the system is improved. As far as Windows Server is concerned, there are components that are very sensitive to its operation. For example, the <a href="https://www.osradar.com/disable-firewall-in-windows-server-2019-2016/" target="_blank" rel="noreferrer noopener">Firewall.</a> Additionally, the control panel is of paramount importance within the system. Inasmuch as, from there you can manage essential parameters and configurations for the computer. Consequently, its erroneous manipulation can compromise the operation of the system. For this reason, today we will see how to prevent access to the Control Panel using GPO in Windows Server 2019/2016.</p>



<h2>Setting up a new GPO to prevent access to the control panel.</h2>



<p>The first thing you have to do is open the Group Policy Manager. With this in mind, press the Win+R combination and run the following command:</p>



<pre class="wp-block-preformatted">gpmc.msc</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="413" height="229" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control.png" alt="Launching the Group Policy Manager" class="wp-image-24096" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control.png 413w, https://www.osradar.com/wp-content/uploads/2020/09/control-300x166.png 300w" sizes="(max-width: 413px) 100vw, 413px" /><figcaption>Launching the Group Policy Manager</figcaption></figure>



<p>Before continuing, it is important to make a clarification. When creating a group policy, there are two areas of application. In the first place you can create a group policy at a general level for all users. To do this, select the Default Domain Policy option. On the other hand, you can create a policy for a certain group of users. With this in mind, select the particular organizational unit. This time we will create the policy for the organizational unit. With this in mind, right click on it. Then click on <em>Create a GPO in this domain, and Link it here</em>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="786" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control2-1024x786.png" alt="Creating a new policy" class="wp-image-24098" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control2-1024x786.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/control2-300x230.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/control2-768x589.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/control2-696x534.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/control2-1068x819.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/control2-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/control2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating a new policy</figcaption></figure>



<p>Then assign the name to the new policy.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="386" height="204" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control3.png" alt="Assigning the name to the new policy" class="wp-image-24100" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control3.png 386w, https://www.osradar.com/wp-content/uploads/2020/09/control3-300x159.png 300w" sizes="(max-width: 386px) 100vw, 386px" /><figcaption>Assigning the name to the new policy</figcaption></figure>



<p>Back to the previous screen, you can see the new policy already created.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control4-1024x787.png" alt="" class="wp-image-24102" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/control4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/control4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/control4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/control4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/control4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/control4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2>Editing the policy values.</h2>



<p>After creating the policy it is time to edit it so that it meets the objectives. With this in mind, right click on it and then on Edit.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="789" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control5-1024x789.png" alt="Editing the policy" class="wp-image-24103" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control5-1024x789.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/control5-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/control5-768x592.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/control5-696x536.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/control5-1068x823.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/control5.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Editing the policy</figcaption></figure>



<p>Then select the next route: <strong>User configuration&gt;Policies&gt;Administrative Templates&gt;Control Panel. </strong>Once there, double-click on <em>Prohibit access to the Control Panel and PC settings</em>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control6-1024x787.png" alt="Select the rule regarding access to the control panel" class="wp-image-24105" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control6-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/control6-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/control6-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/control6-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/control6-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/control6-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/control6.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Select the rule regarding access to the control panel</figcaption></figure>



<p>You must then enable it to enforce the ban.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="686" height="636" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/control7.png" alt="Please enable the rule. " class="wp-image-24107" srcset="https://www.osradar.com/wp-content/uploads/2020/09/control7.png 686w, https://www.osradar.com/wp-content/uploads/2020/09/control7-300x278.png 300w" sizes="(max-width: 686px) 100vw, 686px" /><figcaption>Please enable the rule.</figcaption></figure>



<p>Back to the editor, you can see the rule actually enabled.</p>



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



<p>At the end of the day we learned how to prevent access to the Control Panel using GPO in <a href="https://docs.microsoft.com/en-us/windows-server/" target="_blank" rel="noreferrer noopener">Windows Server</a> 2019/2016. In this way it is possible to increase control over the safety of the system. I hope I have dispelled your doubts. Stay tuned for the latest news and technology tutorials. Bye!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-prevent-access-to-the-control-panel-using-gpo-in-windows-server-2019-2016/">How to prevent access to the Control Panel using GPO in Windows Server 2019/2016</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-prevent-access-to-the-control-panel-using-gpo-in-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to create Active Directory Groups in Windows Server 2019/2016.</title>
		<link>https://www.osradar.com/how-to-create-active-directory-groups-in-windows-server-2019-2016/</link>
					<comments>https://www.osradar.com/how-to-create-active-directory-groups-in-windows-server-2019-2016/#respond</comments>
		
		<dc:creator><![CDATA[roger]]></dc:creator>
		<pubDate>Sun, 04 Oct 2020 21:22:00 +0000</pubDate>
				<category><![CDATA[Servers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[active directory groups]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[group policy manager]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[Windows server]]></category>
		<category><![CDATA[Windows server 2016]]></category>
		<category><![CDATA[Windows server 2019]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=24050</guid>

					<description><![CDATA[<p>Today we will talk a bit about the organizational structure in Windows Server. Specifically, about the Active Directory Groups in the Domain. Previously we saw how to create a user in the domain controller. However, today we will go further and see how to create Groups. This allows you to group several users within a [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-create-active-directory-groups-in-windows-server-2019-2016/">How to create Active Directory Groups in Windows Server 2019/2016.</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Today we will talk a bit about the organizational structure in Windows Server. Specifically, about the Active Directory Groups in the Domain. Previously we saw how to create a user in the domain controller. However, today we will go further and see how to create Groups. This allows you to group several users within a single unit. Consequently, it is easier to manage the permissions and rules assigned. For this reason, today we will see how to  create Active Directory Groups in Windows Server 2019/2016.</p>



<h2>How to create Active Directory Group in Windows Server 2019</h2>



<p>For better administration, Windows Server classifies the groups as follows:</p>



<ul><li>Distribution groups. Used to create e-mail distribution lists</li><li>Security groups. Implemented to assign permissions to shared resources in the domain</li></ul>



<p>As for the scope of location, Windows Server classifies the groups in:</p>



<ul><li>Universal: Applies to both local and external connections</li><li>Global: Applies to all computers and servers in the domain</li><li>Domain local: This applies only to the local server with Windows Server 2019</li></ul>



<p>Before starting to create the group it is advisable to create an organizational unit, as I show you <a href="https://www.osradar.com/how-to-create-a-user-in-windows-server-2019-2016-domain-controller/" target="_blank" rel="noreferrer noopener">here.</a> The first thing you have to do is go to the Server Manager. Then, from the Tools menu please select <strong>Active Directory Users and Computer</strong>:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="786" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group-1024x786.png" alt="Open Active Directory Users and Computers" class="wp-image-24051" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group-1024x786.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/group-300x230.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/group-768x589.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/group-696x534.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/group-1068x819.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/group-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/group.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Open Active Directory Users and Computers</figcaption></figure>



<p>Then right-click on the organizational unit. Then select <strong>New>Group</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="786" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group2-1024x786.png" alt="Creating a new group within the organizational unit " class="wp-image-24053" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group2-1024x786.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/group2-300x230.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/group2-768x589.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/group2-696x534.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/group2-1068x819.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/group2-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/group2.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>Creating a new group within the organizational unit</figcaption></figure>



<p>A wizard will immediately be displayed to assign the group name and manage other aspects. Such as the scope and type of the group.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="437" height="378" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group3.png" alt="Setting the parameters of the new group." class="wp-image-24055" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group3.png 437w, https://www.osradar.com/wp-content/uploads/2020/09/group3-300x259.png 300w" sizes="(max-width: 437px) 100vw, 437px" /><figcaption>Setting the parameters of the new group.</figcaption></figure>



<p>Finally, you can see the successfully created group:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="787" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group4-1024x787.png" alt="" class="wp-image-24056" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group4-1024x787.png 1024w, https://www.osradar.com/wp-content/uploads/2020/09/group4-300x231.png 300w, https://www.osradar.com/wp-content/uploads/2020/09/group4-768x590.png 768w, https://www.osradar.com/wp-content/uploads/2020/09/group4-696x535.png 696w, https://www.osradar.com/wp-content/uploads/2020/09/group4-1068x821.png 1068w, https://www.osradar.com/wp-content/uploads/2020/09/group4-80x60.png 80w, https://www.osradar.com/wp-content/uploads/2020/09/group4.png 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>New group created</figcaption></figure>



<h2>How to add members to a group in Windows Server</h2>



<p>There are a couple of methods to add users to a group on Windows Server. The first is through the properties of the group itself. To do this, double-click on the group and then click on the <strong>Members</strong> tab. Then click on <strong>Add.</strong></p>



<figure class="wp-block-image size-large"><img loading="lazy" width="400" height="455" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group5.png" alt="" class="wp-image-24058" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group5.png 400w, https://www.osradar.com/wp-content/uploads/2020/09/group5-264x300.png 264w" sizes="(max-width: 400px) 100vw, 400px" /><figcaption>Adding a new user to the group</figcaption></figure>



<p>Then enter the name of the user you want to add to the group. It is also necessary to check the name to verify the existence of the user.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="457" height="251" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group6-1.png" alt="Checking the user's name" class="wp-image-24061" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group6-1.png 457w, https://www.osradar.com/wp-content/uploads/2020/09/group6-1-300x165.png 300w" sizes="(max-width: 457px) 100vw, 457px" /><figcaption>Checking the user&#8217;s name</figcaption></figure>



<p>Back to the previous screen you can see that the user has been added successfully. Please press <strong>OK </strong>to save the changes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="400" height="455" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group7.png" alt="" class="wp-image-24063" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group7.png 400w, https://www.osradar.com/wp-content/uploads/2020/09/group7-264x300.png 264w" sizes="(max-width: 400px) 100vw, 400px" /></figure>



<p>The other way to add a user to a group is through the user&#8217;s own properties. With this in mind, double-click on it and then select the <strong>Membe</strong>r of tab</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="411" height="538" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group8.png" alt="Adding the user to a new group" class="wp-image-24065" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group8.png 411w, https://www.osradar.com/wp-content/uploads/2020/09/group8-229x300.png 229w" sizes="(max-width: 411px) 100vw, 411px" /><figcaption>Adding the user to a new group</figcaption></figure>



<p>Once again, add the name of the group and check to verify its existence:</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="457" height="251" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group9.png" alt="Check the name of the group." class="wp-image-24066" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group9.png 457w, https://www.osradar.com/wp-content/uploads/2020/09/group9-300x165.png 300w" sizes="(max-width: 457px) 100vw, 457px" /><figcaption>Check the name of the group.</figcaption></figure>



<p>Back to the previous window, you can see the new group added. Please click OK to save the changes.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="411" height="538" src="//1081754738.rsc.cdn77.org/wp-content/uploads/2020/09/group10.png" alt="" class="wp-image-24068" srcset="https://www.osradar.com/wp-content/uploads/2020/09/group10.png 411w, https://www.osradar.com/wp-content/uploads/2020/09/group10-229x300.png 229w" sizes="(max-width: 411px) 100vw, 411px" /><figcaption>User added to new group</figcaption></figure>



<h2>Conclusion</h2>



<p>At the end of the day we have seen how to create Active Directory Groups in Windows Server 2019/2016. Therefore, user management tasks are greatly facilitated. All right, that&#8217;s it for now. Stay tuned for more info on <a href="https://docs.microsoft.com/en-us/windows-server/" target="_blank" rel="noreferrer noopener">Windows Server. </a>See you later!</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/how-to-create-active-directory-groups-in-windows-server-2019-2016/">How to create Active Directory Groups in Windows Server 2019/2016.</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-create-active-directory-groups-in-windows-server-2019-2016/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
