我正在尝试编写一行简单的代码,用于从 C 盘中为各种服务器删除各种用户文件。如何与 PowerShell 连接以获取到服务器的路径?
例如,这就是我想要做的,但 PowerShell 没有将+
符号识别为我认为的串联:
remove-item "\\$server" + '\C$\Documents and Settings\a409126' -force -recurse -whatif
我收到一条错误消息:
Remove-Item : A positional parameter cannot be found that accepts argument '+'.