server2012如何設(shè)置用戶權(quán)限 win server2012怎么設(shè)置域用戶擁有本地管理員的權(quán)限?
win server2012怎么設(shè)置域用戶擁有本地管理員的權(quán)限?1只需將域用戶添加到本地管理員組。當(dāng)計(jì)算機(jī)加入域時(shí),系統(tǒng)會(huì)自動(dòng)將域管理員組加入本地管理員組。三。您可以嘗試從本地Administrato
win server2012怎么設(shè)置域用戶擁有本地管理員的權(quán)限?
1只需將域用戶添加到本地管理員組。當(dāng)計(jì)算機(jī)加入域時(shí),系統(tǒng)會(huì)自動(dòng)將域管理員組加入本地管理員組。三。您可以嘗試從本地Administrators組中刪除域Administrators組domainadmins,域Administrators將對(duì)成員計(jì)算機(jī)沒有管理員權(quán)限。如果要自動(dòng)添加,可以編寫vbs腳本,將其設(shè)置為本地計(jì)算機(jī)的啟動(dòng)腳本或域控件上系統(tǒng)管理員的登錄腳本。設(shè)置網(wǎng)絡(luò)=WScript.CreateObject(" WScript.網(wǎng)絡(luò))strComputer=WshNetwork.ComputerNamelocalgroupname=“Poweruser”domaingroup=“WinNT://domain name/domainusers”setlocalgroup=GetObject(“WinNT://”&strcomputer&“//”&slocalgroupname&”,組“)IflocalGroup.IsMember成員(域組)然后單擊newscript.QuitElseLocalGroup.AdddomaingroupEndIf