You are currently browsing the Abussi Technical Blog weblog archives for the day 25/02/2009.
- Apps and Tools (3)
- Citrix (2)
- Data Recovery (3)
- Exchange (6)
- Internet (1)
- IT Management (3)
- Malware (2)
- Microsoft Partner / SBSC (1)
- News (3)
- Office 2007 (2)
- Outlook (3)
- Remote & Mobile Working (6)
- Security (1)
- Server Tips (17)
- Sharepoint (9)
- Training (3)
- Uncategorised (2)
- Vista (3)
- WDS (1)
- Web Hosting (1)
- Windows 7 (2)
- 17/06/2009: Troubleshoot Logon Delays
- 24/04/2009: Recovering missing LMI Backup Sets
- 19/04/2009: How To Test SMTP Services Manually using Telnet
- 26/03/2009: Save disk time by disabling Java Quick Start
- 18/03/2009: UBitMenu adds classic menu to Microsoft Office 2007
- 16/03/2009: Windows 7: RDP changes improve remote desktop performance
- 12/03/2009: Recover Deleted Files with Free Software
- 25/02/2009: Manually Configure a 3rd Party Router for O2's ADSL2+ Service
- 25/02/2009: How to find and remove inactive computer accounts from active-directory
- 25/02/2009: Citrix Access Essentials - AV recommended settings
Archive for 25/02/2009
Manually Configure a 3rd Party Router for O2’s ADSL2+ Service
25/02/2009 by Paul.
If you want to use a better / different router than O2 supplies you may be disapointed to find that the service isn’t a standard ADSL (PPPoA) connection.
Due to some troubleshooting work recently we have been given the following details for using an alternative router - our old onsite router wasn’t able to connect up - but I thought I would post these anyway incase it helps anyone else
Connection Type Multiplex LLC
VPI / VCI 0/110
IP Address : Dynamic from Provider
DNS 87.194.0.51 / 52
Posted in Internet | Print | 1 Comment »
How to find and remove inactive computer accounts from active-directory
25/02/2009 by Paul.
First the Adminpak for Windows Server must be installed - the latest can be found here:
http://www.microsoft.com/downloads/details.aspx?familyid=e487f885-f0c7-436a-a392-25793a25bad7&displaylang=en
Now check for computer that haven’t logged in in a period of time - the example below uses 8 weeks - from the command line enter:
dsquery computer -inactive 8 -limit 0
After reviewing this list to make sure these computers no longer exist on your network you can use the following command to find and delete them:
dsquery computer -inactive 8 -limit 0 | dsrm -noprompt
Posted in Server Tips | Print | No Comments »
Citrix Access Essentials - AV recommended settings
25/02/2009 by Paul.
If you look after a CAE system there are some important setup changes to AV setup -
http://support.citrix.com/article/CTX114522
Posted in Citrix | Print | No Comments »