我们正在使用 Windows Server 2019 上的文件服务器资源管理器来监控所有网络共享,以防止勒索软件攻击。最初,我们使用黑名单,但现在我想使用 powershell 命令将其切换为白名单。
这是我用来创建模板的命令(FileGroup 之前已创建):
$ntf_action = New-FsrmAction -Type Command -Command "C:\WINDOWS\system32\WindowsPowerShell\v1.0\powershell.exe" -CommandParameters "c:\admin-skripte\block-ransomware\block-ransomware.ps1 '[Source Io Owner]' '[Source File Path]' '[Server]'"
New-FsrmFileScreenTemplate -Name "testing" -IncludeGroup "Whitelist" -Notification $ntf_action
失败并显示错误New-FsrmFileScreenTemplate : 0x80070057, The parameter is incorrect.
(或0x80070057, Falscher Parameter.
德语)