Question: How do you execute an external command or program in PowerShell?Answer: Use the 'Invoke-Expression' cmdlet or call the program directly.Example:
|
保存以便复习
收藏此条目、标记为困难题,或将其加入复习集合。
这有帮助吗? 是 否
用户评价最有帮助的内容:
WithoutBook 将分主题面试题、在线练习测试、教程和对比指南整合到一个响应式学习空间中。
Question: How do you execute an external command or program in PowerShell?Answer: Use the 'Invoke-Expression' cmdlet or call the program directly.Example:
|
收藏此条目、标记为困难题,或将其加入复习集合。
用户评价最有帮助的内容: