Go to Start / All Programs / Accessories. Right Click the ‘Command Prompt’ item and click the ‘Run As Administrator’ option. In the Command Prompt window, Paste the following command. REGSVR32 %SYSTEMROOT%\SYSTEM32\WUAUENG.DLL Press ENTER. You should see a popup that says the command succeeded. Exit the command prompt and try Windows Update again.
– Due to the following error, the DFS Replication reporting mechanism cannot access the WMI (Windows Management Instrumentation) namespace to retrieve certain reporting information. Error ID: 0x80041002. – DFS Replication cannot replicate with partner <server name> for replication group <domain>\<name space>\<share>. The partner did not recognize the connection or the replication group configuration. The DFS Replication […]
Managing public folders in Exchange Server 2007 SP1 still requires the use of PowerShell cmdlets snap-in exposed in the Exchange Management Shell. This practical example illustrates how to resolve common issues around public folder access rights. Scenario A: Outlook shows public folder as “Access Denied”(you do not have permissions to …) [PS] C:\Windows\System32>Get-PublicFolderClientPermission -Identity “\folder\sharedItems” […]
<QueryList> <Query Id=”0″ Path=”Security”> <Select Path=”Security”>*[EventData[Data and (Data=”swilkinson”)]]</Select> </Query> </QueryList> Here are examples of simple custom filters in Windows Event Log: Select all events in the Security Event Log where the account name involved (TargetUserName) is “AUser” <QueryList><Query Id=”0″ Path=”Security”><Select Path=”Security”>*[EventData[Data[@Name=”TargetUserName”] and (Data=”AUser”)]]</Select></Query></QueryList> Select all events in the Security Event Log where the string “AUser” […]
Reset Machine Account Passwords using Netdom.exe netdom resetpwd /s:server /ud:domain\User /pd:* The /s:server is the name of another domain controller in which the KDC service is running. That server will be used for setting the machine account password. The other two parameters are simply the user name and password for a domain administrator account. You will need to install […]
How to use Diskpart.exe to extend a data volume in Windows Server 2003, in Windows XP, and in Windows 2000 You can use the Diskpart.exe utility to manage disks, partitions, and volumes from a command-line interface. You can use Diskpart.exe on both Basic disks and Dynamic disks. If an NTFS volume resides on a hardware […]
Version: 6.0 and higher Network Topology: Two firewall interfaces configured in untrust zone. One for each internet service provider. Description: You can setup a second internet service as a configured backup line for use during failure on the primary line. This utilizes interface backup and the track-ip features of ScreenOS 6. This will automatically do […]
Using the device status LEDs: 1. Locate the Reset (or Reset Config) pinhole on the device. Using a thin wire (such as a straightened paperclip), push the pinhole button for four to six seconds. The Status LED blinks red. NOTE: If you do not follow the complete sequence, the reset process cancels without any configuration […]
A – PREWORK: Install R2 of Windows 2008 64 Bit on a new box and run Microsoft Update to patch it to whatever is current. If the server is not already a Domain Controller, you need to run DCPROMO to make it so, assuming you are going to fully decommision your old single server, if […]
Part – 1 Introduction For the purposes of this article, I am assuming that the SBS server will be decommissioned at the end of the process, leaving a windows 2003 server Native Domain with a separate dedicated Domain Controller (DC) and separate server box running Exchange 2003 Standard. You could in-fact keep the SBS server […]