Search This Blog
Delete Right Click Menu Items in Internet Explorer
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\MenuExt
Account Management Event ID 642 Anonymous Logon
There are more one one DCs (DC1 and DC2, DC1 is the PDC Emulator) in a domain. An administrator changes an AD user account attribute, e.g. changing password/unlocking account, on DC2.
On DC2, two security events (628 (for password reset) and 642) are logged with the administrator user id. On DC1 (the PDC emulator), only one event (642) is logged with NT Authority\Anonymous Logon.
I agree the event ID 642 on DC1 is created by the replication of the changes to the DC holding the PDC Emulator role. Sometimes, I also see this happened on a non PDC Emulator DC.
Delete File Name Includes An Invalid Name
http://support.microsoft.com/kb/320081
del "\\?\c:\path_to_file_that contains a trailing space.txt "
subinacl /onlyfile "\\?\c:\path_to_problem_file" /setowner=domain\administrator /grant=domain\administrator=F
Or
rmdir /s <drive:><path>
Install SQL 2008 RTM on Windows Server 2008 R2
- Install SQL 2008 SP1 (this will only install the SQL setup support file)
- Install .NET Framework 3.5.1 feature through Server Manager, Features, Add Features
- Install SQL 2008
- Install SQL 2008 SP1
Use WinSCP to Transfer Files in vCSA 6.7
This is a quick update on my previous post “ Use WinSCP to Transfer Files in vCSA 6.5 ”. When I try the same SFTP server setting in vCSA 6.7...
-
Recently, we created a new child domain in the existing AD forest with two new Windows Server 2012 R2 domain controllers. The AD authenticat...
-
find out the name of vSphere host running the stuck task if possible SSH to the vCenter Server server appliance service vmware-vpxd resta...
-
Updated on 07/13/2016. See the update this post, I might find the ultimate solution, even I am still not sure what the cause of the issue. ...