powershell 重命名远程Windows计算机

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了powershell 重命名远程Windows计算机相关的知识,希望对你有一定的参考价值。

Rename-Computer -ComputerName OldName -NewName NewName -DomainCredential domain\admin –PassThru
Rename-Computer -NewName NewName -LocalCredential admin –PassThru

以上是关于powershell 重命名远程Windows计算机的主要内容,如果未能解决你的问题,请参考以下文章

Powershell-批量重命名替换文件名

使用 PowerShell 重命名 FTP 上的文件

在Windows中重命名多个文件

从远程计算机访问 SQL - WMI 命名空间

Powershell 文件重命名语法

如何在 PowerShell 中使用条件语句重命名文件