本文介绍了用于编辑共享文件夹权限的PowerShell脚本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

我正在寻找PowerShell脚本来编辑共享文件夹的权限。例如,如果我有一个共享给一组个人的文件夹,那么我想在查看列表后添加或删除这些人。此外,我想通过PowerShell脚本共享文件夹

I am looking for a PowerShell script to edit the permissions on the Shared Folder. for example if I have a folder shared to a set of individuals then I will like to add or remove the people after reviewing the list. Also I would like to share the Folder through the PowerShell Script.

请帮助我。

谢谢,V

Vaman Salkar

Vaman Salkar

推荐答案


这篇关于用于编辑共享文件夹权限的PowerShell脚本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-24 15:39