AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / server / 问题 / 108053
Accepted
Parsa
Parsa
Asked: 2010-02-01 06:40:18 +0800 CST2010-02-01 06:40:18 +0800 CST 2010-02-01 06:40:18 +0800 CST

在未加入域的计算机上通过 powershell 远程管理 DC

  • 772

应该做什么?可能吗?

powershell active-directory remote-access
  • 1 1 个回答
  • 522 Views

1 个回答

  • Voted
  1. Best Answer
    Helvick
    2010-02-01T07:11:57+08:002010-02-01T07:11:57+08:00

    尽管我不能 100% 确定您是否可以指定一个不是 DC 域成员的受信任主机,但您也许可以执行此操作。

    从about_remote_troubleshooting

    当本地计算机不在域中时,远程处理需要以下过程。

    1. Configure the computer for HTTPS transport or add the names of the
       remote computers to the TrustedHosts list on the local computer.
       For instructions, see "How to Add a Computer to the TrustedHosts
       List" below.
    
    2. Verify that a password is set on the workgroup-based computer. If a
       password is not set or the password value is empty, you cannot run
       remote commands.
       To set password for your user account, use User Accounts in Control
       Panel. 
    
    3. Use the Credential parameter in all remote commands.
       This is required even when you are submitting the credentials
       of the current user.
    

    和

    要查看受信任主机的列表,请使用以下命令:

    get-item wsman:\localhost\Client\TrustedHosts
    
    To add the names of particular computers to the list of trusted hosts,
    use the following command format:
    
    set-item wsman:\localhost\Client\TrustedHosts -value <ComputerName>
    
    • 3

相关问题

  • 在登录期间打开 URL 的现代方法是什么?

  • 如何授予对 Exchange 2007 中每个人的日历的访问权限?

  • 从多个位置保护远程服务器/工具访问的最佳方法是什么?

  • 最好的 Windows 远程支持/屏幕共享工具?

  • Vanilla Powershell 是否足以成为 Windows 和 DB 服务器管理员的语言?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    新安装后 postgres 的默认超级用户用户名/密码是什么?

    • 5 个回答
  • Marko Smith

    SFTP 使用什么端口?

    • 6 个回答
  • Marko Smith

    从 IP 地址解析主机名

    • 8 个回答
  • Marko Smith

    如何按大小对 du -h 输出进行排序

    • 30 个回答
  • Marko Smith

    命令行列出 Windows Active Directory 组中的用户?

    • 9 个回答
  • Marko Smith

    什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同?

    • 3 个回答
  • Marko Smith

    如何确定bash变量是否为空?

    • 15 个回答
  • Martin Hope
    MikeN 在 Nginx 中,如何在维护子域的同时将所有 http 请求重写为 https? 2009-09-22 06:04:43 +0800 CST
  • Martin Hope
    Tom Feiner 如何按大小对 du -h 输出进行排序 2009-02-26 05:42:42 +0800 CST
  • Martin Hope
    0x89 bash中的双方括号和单方括号有什么区别? 2009-08-10 13:11:51 +0800 CST
  • Martin Hope
    Kyle Brandt IPv4 子网如何工作? 2009-08-05 06:05:31 +0800 CST
  • Martin Hope
    Noah Goodrich 什么是 Pem 文件,它与其他 OpenSSL 生成的密钥文件格式有何不同? 2009-05-19 18:24:42 +0800 CST
  • Martin Hope
    Brent 如何确定bash变量是否为空? 2009-05-13 09:54:48 +0800 CST
  • Martin Hope
    cletus 您如何找到在 Windows 中打开文件的进程? 2009-05-01 16:47:16 +0800 CST

热门标签

linux nginx windows networking ubuntu domain-name-system amazon-web-services active-directory apache-2.4 ssh

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve