{"id":2016,"date":"2024-08-25T21:17:08","date_gmt":"2024-08-26T02:17:08","guid":{"rendered":"https:\/\/techlensfocus.com\/?p=2016"},"modified":"2024-08-26T23:10:13","modified_gmt":"2024-08-27T04:10:13","slug":"creating-an-smb-share-in-windows-server-a-quick-guide","status":"publish","type":"post","link":"https:\/\/techlensfocus.com\/index.php\/2024\/08\/25\/creating-an-smb-share-in-windows-server-a-quick-guide\/","title":{"rendered":"Creating an SMB Share in Windows Server-A Quick Guide"},"content":{"rendered":"\n<div class=\"wp-block-ideabox-toc ib-block-toc\" data-anchors='h2,h3,h4,h5,h6' data-collapsable='true' ><div class=\"ib-toc-container ib-toc-list-style-numbers ib-toc-hierarchical ib-toc-expanded\"><div class=\"ib-toc-header\"><div class=\"ib-toc-header-title\">Table of Contents<\/div><div class=\"ib-toc-header-right\"><span class=\"ib-toc-icon-collapse\"><span class=\"dashicon dashicons dashicons-minus\"><\/span><\/span><span class=\"ib-toc-icon-expand\"><span class=\"dashicon dashicons dashicons-plus\"><\/span><\/span><\/div><\/div><div class=\"ib-toc-separator\" style=\"height:2px\"><\/div><div class=\"ib-toc-body\"><ol class=\"ib-toc-anchors\"><\/ol><\/div><\/div><\/div>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Introduction<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>In Windows or Windows Server environment, SMB (Server Message Block) shares are essential for seamless network file sharing, allowing users and applications to access files remotely. This post explores several methods to create an SMB share, including using Server Manager, File Explorer, PowerShell, and Computer Management. <\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Understanding Permissions<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>When creating an SMB share in Windows Server, understanding how permissions work is crucial for securing access to your shared resources. Windows Server uses two types of permissions: NTFS permissions and Share permissions. These permissions control what actions users can perform on the files and folders, both locally and over the network.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">NTFS Permissions<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>NTFS (New Technology File System) permissions are applied directly to the files and folders on the disk and determine what users can do when accessing the folder locally or over the network.<\/p>\n\n\n\n<p>The permissions can be ranked from least restrictive (most permissive) to most restrictive (least permissive) based on the level of access they grant to files and folders. In other words:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>More Actions Allowed = Less Restrictive<\/strong>: The more actions a permission allows, the less restrictive it is.<\/li>\n\n\n\n<li><strong>Fewer Actions Allowed = More Restrictive<\/strong>: The fewer actions a permission allows, the more restrictive it is.<\/li>\n<\/ul>\n\n\n\n<p>Here&#8217;s the order from least restrictive to most restrictive:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Full Control<\/strong>: Allows users to do everything, including modifying permissions and taking ownership.<\/li>\n\n\n\n<li><strong>Modify<\/strong>: Users can read, write, and delete files, but cannot manage permissions.<\/li>\n\n\n\n<li><strong>Read &amp; Execute<\/strong>: Users can view and execute files, but cannot modify them.<\/li>\n\n\n\n<li><strong>Read<\/strong>: Users can only view the contents of the folder.<\/li>\n\n\n\n<li><strong>Write<\/strong>: Users can create and modify files, but cannot delete them.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Share Permissions<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Share permissions control what users can do when they access the folder over the network. Unlike NTFS permissions, these are applied only when the folder is accessed as a network share.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Combining NTFS and Share Permissions<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Windows Server determines a user\u2019s effective permissions by combining NTFS and Share permissions, with the most restrictive permission applying. For example, if a user has &#8220;Read&#8221; permission on the Share level but &#8220;Modify&#8221; permission on the NTFS level, their effective permission will be &#8220;Read&#8221; when accessing the folder over the network.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Methods to Create an SMB Share<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>Windows Server provides multiple methods for creating an SMB share, each offering different advantages depending on your administrative needs. Below, we\u2019ll walk through some common approaches:<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Server Manager<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Server Manager is a powerful tool that simplifies the process of managing server roles and features, including creating SMB shares. Here is the step by step guide: <\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Make sure you have &#8220;<strong>File and iSCSI Services<\/strong>&#8221; Role installed first.<\/li>\n\n\n\n<li>Open Server Manager and navigate to \u201c<strong>File and Storage Services.<\/strong>\u201d<\/li>\n\n\n\n<li>Select \u201c<strong>Shares<\/strong>,\u201d then click on the \u201c<strong>Tasks<\/strong>\u201d menu and choose \u201c<strong>New Share<\/strong>.\u201d<\/li>\n\n\n\n<li>On the&nbsp;<strong>New Share Wizard&nbsp;<\/strong>window,&nbsp;under <strong>File share profile&nbsp;<\/strong>section, select&nbsp;&#8220;<strong>SMB Share &#8211; Quick&#8221;<\/strong>. Then click &#8220;<strong>Next&#8221;<\/strong>.<\/li>\n\n\n\n<li>Under the&nbsp;<strong>Share location&nbsp;<\/strong>section, choose the volume you want, in this case, we choose &#8220;<strong>D&#8221;<\/strong> volume. Click &#8220;<strong>Next&#8221;<\/strong>.<\/li>\n\n\n\n<li>Under<strong> Share Name<\/strong>, give it a name, the&nbsp;&#8220;<strong>Local path to share&#8221;&nbsp;<\/strong>and&nbsp;&#8220;<strong>Remote path to share&#8221;&nbsp;<\/strong>text boxes will automatically filled. Click &#8220;<strong>Next&#8221;<\/strong>.<\/li>\n\n\n\n<li>Under <strong>Other Settings<\/strong> , select&nbsp;&#8220;<strong>Enable access-based enumeration<\/strong>&#8221; checkbox. Click &#8220;<strong>Next&#8221;<\/strong>.<\/li>\n\n\n\n<li>Under <strong>Permission<\/strong>, keep things as default. Click &#8220;<strong>Next&#8221;<\/strong>.<\/li>\n\n\n\n<li>Under <strong>Confirmation<\/strong>, review and click &#8220;<strong>Create&#8221;<\/strong>.<\/li>\n<\/ul>\n\n\n\n<p>See screenshots of all the steps below: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"487\" height=\"219\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.ServerManager-1.png\" alt=\"\" class=\"wp-image-2022\" style=\"width:456px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.ServerManager-1.png 487w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/01.ServerManager-1-300x135.png 300w\" sizes=\"auto, (max-width: 487px) 100vw, 487px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"834\" height=\"317\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.NewShare.png\" alt=\"\" class=\"wp-image-2024\" style=\"width:681px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.NewShare.png 834w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.NewShare-300x114.png 300w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/02.NewShare-768x292.png 768w\" sizes=\"auto, (max-width: 834px) 100vw, 834px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"451\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.QuickShare.png\" alt=\"\" class=\"wp-image-2026\" style=\"width:518px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.QuickShare.png 620w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/03.QuickShare-300x218.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"613\" height=\"452\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.SelectVolume.png\" alt=\"\" class=\"wp-image-2027\" style=\"width:518px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.SelectVolume.png 613w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/04.SelectVolume-300x221.png 300w\" sizes=\"auto, (max-width: 613px) 100vw, 613px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"619\" height=\"453\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.ShareName.png\" alt=\"\" class=\"wp-image-2031\" style=\"width:518px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.ShareName.png 619w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/05.ShareName-300x220.png 300w\" sizes=\"auto, (max-width: 619px) 100vw, 619px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"617\" height=\"449\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.OtherSettings.png\" alt=\"\" class=\"wp-image-2033\" style=\"width:521px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.OtherSettings.png 617w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/06.OtherSettings-300x218.png 300w\" sizes=\"auto, (max-width: 617px) 100vw, 617px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"620\" height=\"451\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/07.Permissions.png\" alt=\"\" class=\"wp-image-2036\" style=\"width:518px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/07.Permissions.png 620w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/07.Permissions-300x218.png 300w\" sizes=\"auto, (max-width: 620px) 100vw, 620px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"615\" height=\"452\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/08.Create.png\" alt=\"\" class=\"wp-image-2037\" style=\"width:520px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/08.Create.png 615w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/08.Create-300x220.png 300w\" sizes=\"auto, (max-width: 615px) 100vw, 615px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"610\" height=\"254\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/09.Result.png\" alt=\"\" class=\"wp-image-2040\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/09.Result.png 610w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/09.Result-300x125.png 300w\" sizes=\"auto, (max-width: 610px) 100vw, 610px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using File Explore<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>File Explorer offers a quick and straightforward way to create an SMB share, making it accessible even for those with minimal server management experience:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Right-click on the folder you want to share and select \u201c<strong>Properties<\/strong>.\u201d<\/li>\n\n\n\n<li>Go to the \u201c<strong>Sharing<\/strong>\u201d tab and click \u201c<strong>Advanced Sharing<\/strong>.\u201d<\/li>\n\n\n\n<li>Check \u201c<strong>Share this folder<\/strong>,\u201d set the share name, and configure permissions as needed.<\/li>\n<\/ul>\n\n\n\n<p>See screenshots below: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"249\" height=\"358\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/10.FileExplore-Properties.png\" alt=\"\" class=\"wp-image-2042\" style=\"width:230px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/10.FileExplore-Properties.png 249w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/10.FileExplore-Properties-209x300.png 209w\" sizes=\"auto, (max-width: 249px) 100vw, 249px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"322\" height=\"415\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/11.Advanced-Sharing.png\" alt=\"\" class=\"wp-image-2044\" style=\"width:258px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/11.Advanced-Sharing.png 322w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/11.Advanced-Sharing-233x300.png 233w\" sizes=\"auto, (max-width: 322px) 100vw, 322px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"329\" height=\"418\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/12.Share-this-folder.png\" alt=\"\" class=\"wp-image-2046\" style=\"width:272px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/12.Share-this-folder.png 329w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/12.Share-this-folder-236x300.png 236w\" sizes=\"auto, (max-width: 329px) 100vw, 329px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using PowerShell<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>PowerShell provides a versatile and scriptable method to create and manage SMB shares, perfect for automation or bulk operations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open PowerShell with administrative privileges.<\/li>\n\n\n\n<li>Use the <code><strong>New-SmbShare<\/strong><\/code> cmdlet to create the share. For example:<\/li>\n<\/ul>\n\n\n\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"false\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">New-SmbShare -Name \"MyShare\" -Path \"D:\\Share\\MyShare\" -Read \"Everyone\"<\/pre>\n\n\n\n<p>PowerShell is excellent for administrators who need to automate tasks or manage shares across multiple servers.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using Computer Management<\/h3>\n\n\n\n<p><\/p>\n\n\n\n<p>Computer Management is a versatile console that allows you to manage system tools, including shared folders, from a single interface. Here are the steps:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Open Computer Management and navigate to \u201c<strong>Shared Folders<\/strong>\u201d &gt; \u201c<strong>Shares<\/strong>.\u201d<\/li>\n\n\n\n<li>Right-click on \u201c<strong>Shares<\/strong>\u201d and select \u201c<strong>New Share<\/strong>.\u201d<\/li>\n\n\n\n<li>On the <strong>Create a Shared Folder Wizard<\/strong>, Click &#8220;<strong>Next<\/strong>&#8220;.<\/li>\n\n\n\n<li>Choose the path for the folder under &#8220;<strong>Folder path<\/strong>&#8220;. Click &#8220;<strong>Next<\/strong>&#8220;.<\/li>\n\n\n\n<li>Next you will specify Name, and Description for the share folder. We keep it as default for this case. Click &#8220;<strong>Next<\/strong>&#8220;.<\/li>\n\n\n\n<li>On the <strong>Shared Folder Permissions<\/strong>. We choose &#8220;<strong>All users have read-only access<\/strong>&#8220;. Click &#8220;<strong>Finish<\/strong>&#8220;.<\/li>\n<\/ul>\n\n\n\n<p>This method is useful for managing existing shares as well as creating new ones.<\/p>\n\n\n\n<p>See screenshots below: <\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"608\" height=\"318\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/13.NewShare.png\" alt=\"\" class=\"wp-image-2054\" style=\"width:570px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/13.NewShare.png 608w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/13.NewShare-300x157.png 300w\" sizes=\"auto, (max-width: 608px) 100vw, 608px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"401\" height=\"313\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/14.Share_.png\" alt=\"\" class=\"wp-image-2056\" style=\"width:383px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/14.Share_.png 401w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/14.Share_-300x234.png 300w\" sizes=\"auto, (max-width: 401px) 100vw, 401px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"313\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/15.SharePath.png\" alt=\"\" class=\"wp-image-2057\" style=\"width:387px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/15.SharePath.png 402w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/15.SharePath-300x234.png 300w\" sizes=\"auto, (max-width: 402px) 100vw, 402px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"403\" height=\"313\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/16.ShareDescription.png\" alt=\"\" class=\"wp-image-2060\" style=\"width:388px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/16.ShareDescription.png 403w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/16.ShareDescription-300x233.png 300w\" sizes=\"auto, (max-width: 403px) 100vw, 403px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"402\" height=\"315\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/17.ShareFinish.png\" alt=\"\" class=\"wp-image-2064\" style=\"width:392px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/17.ShareFinish.png 402w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/17.ShareFinish-300x235.png 300w\" sizes=\"auto, (max-width: 402px) 100vw, 402px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"515\" height=\"198\" src=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/18.ShareResult.png\" alt=\"\" class=\"wp-image-2065\" style=\"width:494px;height:auto\" srcset=\"https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/18.ShareResult.png 515w, https:\/\/techlensfocus.com\/wp-content\/uploads\/2024\/08\/18.ShareResult-300x115.png 300w\" sizes=\"auto, (max-width: 515px) 100vw, 515px\" \/><\/figure><\/div>\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Conclusion<\/h2>\n\n\n\n<p><\/p>\n\n\n\n<p>To sum up, creating and managing SMB shares in Windows Server can be done through various methods, each suited to different administrative needs. Whether you prefer the GUI of Server Manager or the automation capabilities of PowerShell, understanding the interplay between NTFS and Share permissions is key to ensuring your shared resources are both accessible and secure.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Explore the various methods to create an SMB share in Windows Server, from using Server Manager to scripting with PowerShell. <\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"footnotes":""},"categories":[6,18],"tags":[78,27],"class_list":["post-2016","post","type-post","status-publish","format-standard","hentry","category-it","category-windowserver","tag-smb-share","tag-windows-server"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/2016","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/comments?post=2016"}],"version-history":[{"count":36,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/2016\/revisions"}],"predecessor-version":[{"id":2079,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/posts\/2016\/revisions\/2079"}],"wp:attachment":[{"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/media?parent=2016"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/categories?post=2016"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/techlensfocus.com\/index.php\/wp-json\/wp\/v2\/tags?post=2016"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}