Exporting users of a group to CSV file
csvde -f c:\Export.csv -r "(memberof="CN="Group",OU="Security Groups",DC=Domain,DC=com")"
Monday, March 25, 2013
Friday, March 22, 2013
Fixing the Volume Shadow Copy service DHCP
Found this artical on Link
After installing DHCP on Windows Server 2008 R2, you may start to see the following error message in the event logs :
Volume Shadow Copy Service error: Unexpected error calling routine RegOpenKeyExW(-2147483646,SYSTEM\CurrentControlSet\Services\VSS\Diag,…). hr = 0×80070005, Access is denied.
Inspection of the detailed tab of the event log entry will show information about the process that generated the error. Take note of the user mentioned after the “- User: Name:” portion of the bytes. To resolve this error, simply give that user full permission to the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\VSS registry key.
Monday, February 4, 2013
Subscribe to:
Posts (Atom)