Share Windows Folder using PowerShell

This blog article shows you how to share a folder in Windows using PowerShell.

Here’s a complete PowerShell script to share the folder C:\shared on Windows Server 2022 (or Windows 10/11) with read-only permissions for the built-in group Everyone.

Run this script as Administrator

Also: Bulk Users Creation using PowerShell Windows

What This Script Does

  • Ensures the C:\shared folder exists (creates it if missing).
  • Creates a network share named shared.
  • Grants read-only access to Everyone.
  • Gives full control to Administrators (recommended so admins can still manage files).
  • Overwrites any existing share with the same name.

Source code download: https://github.com/chanmmn/powershell/tree/main/2025/sharefolder?WT.mc_id=DP-MVP-36769

Reference:  https://learn.microsoft.com/en-us/powershell/module/smbshare/get-smbshare?view=windowsserver2025-ps?WT.mc_id=DP-MVP-36769

Unknown's avatar

About chanmingman

Since March 2011 Microsoft Live Spaces migrated to Wordpress (http://www.pcworld.com/article/206455/Microsoft_Live_Spaces_Moves_to_WordPress_An_FAQ.html) till now, I have is over 1 million viewers. This blog is about more than 50% telling you how to resolve error messages, especial for Microsoft products. The blog also has a lot of guidance teaching you how to get stated certain Microsoft technologies. The blog also uses as a help to keep my memory. The blog is never meant to give people consulting services or silver bullet solutions. It is a contribution to the community. Thanks for your support over the years. Ming Man is Microsoft MVP since year 2006. He is a software development manager for a multinational company. With 25 years of experience in the IT field, he has developed system using Clipper, COBOL, VB5, VB6, VB.NET, Java and C #. He has been using Visual Studio (.NET) since the Beta back in year 2000. He and the team have developed many projects using .NET platform such as SCM, and HR based applications. He is familiar with the N-Tier design of business application and is also an expert with database experience in MS SQL, Oracle and AS 400.
This entry was posted in .Net, Cloud, Community, Computers and Internet, Operating System, programming and tagged , , , , , . Bookmark the permalink.

1 Response to Share Windows Folder using PowerShell

  1. Pingback: Stop Share Windows Folder using PowerShell | Chanmingman's Blog

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.