PowerShell共享文件夹的权限

时间:2017-08-15 08:19:16

标签: powershell sharing

我需要在共享文件夹上使用PowerShell将“所有人”的权限设置为更改读取。我不知道怎么做,你能帮助我吗?

  • 我正在运行Windows Server 2008

enter image description here

以下代码在Windows Server 2012上运行正常。我需要在Windows Server 2008上运行它:

perl -wnE'print if /start ([A-Za-z0-9_:]+)/ ... /end $1/' intput.txt

2 个答案:

答案 0 :(得分:1)

我找到的工作答案是:

NullPointerException

答案 1 :(得分:0)

查看SmbShare cmdlet:

Import-Module SmbShare
Get-Command -Noun Smb*

对于现有共享,您可以使用Grand-SmbShareAccess,您可以使用Get-Help获取如何使用它的示例。

Get-Help Grant-SmbShareAccess -Examples