单项选择题
您下载一个 Windows PowerShell 管理单元。您需要确保打开一个新PowerShell 会话时,会自动导入该管理单元。您应该怎么做?()
A.修改 PowerShell 执行策略
B.创建一个新 PowerShell 清单文件。更新 PowerShell 快捷方式并指定 –file 选项
C.创建一个新 PowerShell 控制台文件。更新 PowerShell 快捷方式并指定 –psconsolefile 选项
D.创建一个新 PowerShell 格式化和类型文件。将该文件复制到%SystemRoot%\system3\WindowsPowerShell\v1.0 文件夹中
点击查看答案
相关考题
-
单项选择题
您需要为一个管理员提供查看您当前的登录会话并与之互动的权限。您应该怎么做()?
A.在命令提示符处,运行 Psr.exe
B.在命令提示符处,运行 Winrm.exe quickconfig
C.从“开始”菜单中,打开“远程桌面连接”
D.从“开始”菜单中,打开“Windows 远程协助” -
单项选择题
您有三台运行Windows7的计算机。您使用WindowsPowerShell在所有三台计算机上执行远程管理任务。您需要通过使用PowerShell来远程管理所有三台计算机。您应该使用哪个PowerShellcmdlet?()
A.EnablePSRemoting
B.EnablePSSessionConfiguration
C.NewPSDrive
D.NewPSSession -
单项选择题
您有两台运行Windows7的名为Computer1和Computer2的计算机。您需要确保可以从Computer1上对Computer2远程执行命令。您应该怎么办?()
A.在 Computer1 上,运行 Winrm quickconfig
B.在 Computer2 上,运行 Winrm quickconfig
C.通过 Computer1 上的 Windows 防火墙启用 Windows 远程管理 (WinRM)
D.通过 Computer2 上的 Windows 防火墙启用 Windows 远程管理 (WinRM)
