2015年10月14日 星期三

使用指令查詢及修改Windows使用者權限

假設所有Domain Users在本機都擁有『Administrators』權限,若要將所有Domain Users都降至Local 『Users』權限,可在DC的『NETLOGON』批次檔新增下列的命令,讓User登入網域時自動執行,進到而達到自動變更權限的目的。

net localgroup "Administrators" /delete domain\%username%
net localgroup "Users" /add domain\%username%

備註:
01.第一行指令:移除該Domain User的Local Administrator權限
02.第二行指令:將該Domain User加入Local Users群組
03.以上的『domain』套用實際環境的網域名稱

轉至
http://ctwivan.blogspot.tw/2010/10/windows_24.html

2015年9月22日 星期二

Windows 7 error 10 wmi

下載補丁安裝
參考文章
https://support.microsoft.com/en-us/kb/2545227

Windows 7: The driver \Driver\WUDFRd failed to load for the device... error

WindowsDriver Foundation - User-mode Driver Framework 服務改為啟用

參考文章
http://www.sevenforums.com/drivers/268212-driver-driver-wudfrd-failed-load-device-error.html

2015年9月18日 星期五

ACL, DACL, SACL and the ACE

DACLs and ACEs
參考文章technet
https://msdn.microsoft.com/zh-tw/library/windows/desktop/aa446597(v=vs.85).aspx

ACL, DACL, SACL and the ACE
https://secureidentity.se/acl-dacl-sacl-and-the-ace/

2015年9月9日 星期三

User Profile Service; Event ID: 1530

用戶端出現User Profile Service; Event ID: 1530 錯誤訊息
disable "Program Compatibility Assistant Service" system service,This error will disappear.
可以解決問題

參考文章
http://answers.microsoft.com/en-us/windows/forum/windows_8-performance/user-profile-service-event-id-1530/f4d28f40-0df2-4d1b-8add-14653913a5f6?auth=1

2015年9月3日 星期四

nltest commamd

nltest /dsgetdc:<DomainName> /force
nltest /SC_RESET:<DomainName>\<PDCServerName>
Nltest 可用來重新建立用戶端與 DC 之間的安全通道,可以不用退出網域再重新加入

2015年8月28日 星期五