Info

You are currently browsing the Abussi Technical Blog weblog archives for the day 25/02/2009.

Calendar
February 2009
M T W T F S S
« Sep   Mar »
 1
2345678
9101112131415
16171819202122
232425262728  

Archive for 25/02/2009

Manually Configure a 3rd Party Router for O2’s ADSL2+ Service

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

How to find and remove inactive computer accounts from active-directory

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

Citrix Access Essentials - AV recommended settings

If you look after a CAE system there are some important setup changes to AV setup -

http://support.citrix.com/article/CTX114522

|