PROBLEM: If i right click computer and select “Manage” it hangs If i right click network connection and select “Network and Sharing center” it hangs If i go to device manager, it hangs SOLUTION: Exchange services were failing to start and kept holding the services on starting that hold up the server. Found that after enabling IPv6 and rebooting the […]
I recently had my server out of order and I could only access to files. I manage to backup my MySQL files (ibdata, ib_logfile1, ib_logfile2, and the tables *.frm files). No sql dump to be imported into a new MySQL installation. I setup new Server with same version of MySql installed simply replacing the “data” directory inside […]
Site to Site VPN with Netscreen 5GT and Netgear DG834G I purchased my parents a new router/modem/wireless device the other day. It is a Netgear DG834G, great value for money. Anyway the Netgear supports VPN termination, so I decided to setup a VPN between their house and mine. This allows me to run voip over the […]
I found folder permissions to be the only problem when configuring folder redirection on windows 7. Dont forget to enforce the policy on client PC by goign to cmd and typing “gpupdate /force” and reloging. This is a user policy so you dont need to boot your PC, just log off and on to test […]
Outline I will be covering the installation and initial configuration of Blackberry Express Server 5.0.3 on both Windows 2008 Server SP2 and Windows 2008 Server R2. This particular scenario covers the installation of Blackberry Express Server 5.0.3 on the same server that hosts your Exchange 2010 installation, however depending on the size of your environment […]
Install BES 5.0.1 MR1 or higher in an Exchange 2010 Environment Note: In an Exchange 2010 environment BlackBerry Enterprise Server should NOT be installed on the mail server. Also before installing BES you MUST have public folders enabled and have an Offline Address book configured in Exchange 2010. STEP 1 On the server you have […]
To assign the disk-drive device name E: to the Letters shared directory on the \\Fin server, type: net use e: \\fin\letters To assign (map) the disk-drive device name M: to the directory Mike within the Letters volume on the \\Fin NetWare server, type: net use m: \\fin\letters\mike To connect the user identifier Dan as if […]
How do you find these X largest files? With PowerShell Use a PowerShell script to find the 32 or 9 largest files and determine how many gigabytes they add up to. I am actually going to present you with three PowerShell scripts. Each is useful on its own; however, number 3 is the most useful. […]
Open a range of ports on Windows Firewall Needed to open a big range of ports on Windows Firewall on one of my web boxes. Via the GUI you can only do one port at a time. But run this at the command prompt to add a range: FOR /L %I IN (3001,1,4001) DO netsh […]
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 […]