我有两台机器,一台有 DFSN(如 Get-DfsnFolderTarget 等功能),而另一台没有。
我似乎无法在网上找到有关安装它的任何信息,而且我不是 powershell 专家。我找到了对 powerhsell 命令 Install-Module 的引用,但运行它时Install-Module DFSN
出现错误No match was found for the specified search criteria and module name 'DFSN'. Try Get-PSRepository to see all available registered module repositories.
我在任何地方都找不到手动安装。
拥有该模块的系统是 Windows 10 Pro 1903 Build 18362,缺少该模块的系统是较新的系统 - Windows 10 Pro 20H2 Build 19042
答案1
事实证明您无法直接通过 powershell 安装它,而是您必须启用“可选 Windows 功能”。
对我来说,解决方法是进入开始菜单并搜索“管理可选功能”,单击“添加功能”,然后安装“RSAT:文件服务工具”。
之后,所有 DFSN 和 DFSR 命令均开始在 powershell 中运行。