Rog*_*nce 5 variables powershell quoting string-interpolation
$computer = gc env:computername
# Argument /RU '$computer'\admin isn't working.
SchTasks /create /SC Daily /tn "Image Verification" /ST 18:00:00 /TR C:\bdr\ImageVerification\ImageVerification.exe /RU '$computer'\admin /RP password
Run Code Online (Sandbox Code Playgroud)
基本上我需要在计划任务中提供计算机名称...
先感谢您!
Kei*_*ill 11
单引号字符串不会在PowerShell中扩展变量.尝试双引号字符串,例如:
"$computer\admin"
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
14389 次 |
| 最近记录: |