我的第一篇博客分享,写这个代码的用途是在公司Ghost完系统之后去修改本地计算机名称及IP 地址,用Powershell实现. 1. 代码第一部分,检查Powershell是否已管理员权限执行,如果不是的话,强制以管理员权限开启一个powershell窗口. #region Key code: force to run with administrator rights $currentWi = [Security.Principal.WindowsIdentity]::GetCurrent()…