AdminClub – Nächstes Treffen am 27.03.08

March 18th, 2008 Add comment

Das nächste Treffen des AdminClub’s ist am 27.03.08 (nächsten Donnerstag). Weitere Infos zum Treffen und auch zum AdminClub selbst gibt es auf AdminClub.net.

Viel Spass

Categories: Blogroll, Common Tags:

Akismet aktiviert!

December 27th, 2007 Add comment

Heute war es so weit,

ich bin endlich dazu gekommen das Askimet Plug-In zu aktivieren, und es greift schon mächtig ein. Das wird endlich den Spam der sich auf meinem Blog immer einnisten will, etwas eindämmen.

Categories: Wordpress Tags:

Easily transfer FSMO Roles vom one DC to a another

December 12th, 2007 1 comment

I’ve wrote a nice batch script how you can transfer FSMO Roles from one domaincontroller to a another. With some simple choices you can move roles between domaincontrollers in a AD environment.

Therefor i use the NTDSUTIL.EXE of the Windows Server Support Tools wich is installed by default on a Windows Domaincontroller.

Before you can use the script: Look if the path to NTDSUTIL.EXE is in the %PATH% variable, to call it globally. Or copy NTDSUTIL.EXE into the script directory. CHOICE.EXE is used to handle the choosable options in the script.

Script call: FSMOtransfer.bat [DNSDOMAIN]

Where [DNSDOMAIN] Must be a Fully Qualified Domain name (FQDN) of a existing Microsoft Active Directory Domain. The script works only if you are logged on as a administrator

Download: FSMORolesTransferScript

Happy Coding!

Visio Paradies (jede menge Visio Objekte)

July 17th, 2007 Add comment

Das was ich hier gefunden habe ist einfach besser als visiocafe.com

Eine Page aus Russland, bietet tausende von Visio-Objekten zum download an. Hier findet man wirklich alles was man braucht :-) Ein Wahes Visio Paradies

Page: http://www.nag.ru/visio/1_9.html/

Stoppt die Vorratsdatenspeicherung

June 29th, 2007 Add comment

www.vorratsdatenspeicherung.de

Stoppt die Vorratsdatenspeicherung - www.vorratsdatenspeicherung.de

Gefunden über PC-Feak.de [Blog] – eine Saubere Aktion

Categories: Common Tags:

Spanning-Tree topology explained

June 29th, 2007 Add comment

On the cisco website i found a nice presentation (i converted to PDF) about the layer 2 redundancy protocol “Spanning-Tree”. In the document there is explained, how spanning-tree works and how to protect your spanning-tree configuration in your LAN.

This is a document wich every network administrator should read :-)

Download file: Chapter 10 – protrecting the Spanning-Tree topology

Categories: Cisco, Networking Tags: , ,

Backup Tool for Cisco Devices

June 5th, 2007 5 comments

Because i have a lot to do with cisco network environments, i searched for a tool, wich i can use, to backup a amount of cisco network devices quick and easy through TFTP. But i didn’t find any good tool, wich provides this feature. After a lot of research work, i deceided to write my own “Cisco Device Backup Tool”.

The basics on my tool based on a simple theory. One unique username must be configured on all cisco devices, and an easy configurable .ini file wehre i can do the main configuration and backup settings.

For my tool i used the scripting language AutoIT Script. A powerful development kit where you easily can create GUI’s, fuctions and much more things. Since version 3.2.x AutoIt even supports commands to control the Windows TCP stack.

The function of my tool is very simple. Read more…

Categories: AutoIT, Cisco, Tools, Windows Tags: , , ,

BinTEC Router: Ping zu einem Remote-Host durch einen VPN-Tunnel senden

May 25th, 2007 Add comment

Wenn man sich auf der Konsole eines BinTEC Routers eingeloggt hat, moechte man sicher mal gerne von diesem Punkt aus pruefen, ob die Remotehosts über einen VPN Tunnel erreichbar sind.

Ein Standard ICMP (ping) Kommando wird von einem BinTEC Router immer mit dem WAN-Interface weggeschickt. Read more…

Categories: Networking Tags: ,

Befehl “ip default-gateway” unwirksam sobald Layer 3 Routing / HSRP / OSPF auf Cisco Core Switchen (3700, 6000 Series…)

May 25th, 2007 Add comment

Sobald auf einem Cisco Core Switch mit Layer 3 IP-Routing funktionalitaeten eingeschaltet werden, funktioniert das Command: ip default-gateway 12.13.14.15 nicht mehr richtig.

Es kann zu Komplikationen Read more…

Categories: Cisco Tags:

Fehlersuche/Troubleanalyse mit dem EventLog und seinen Tools

May 25th, 2007 Add comment

Folgende Commandline-Tools sind zur Fehleranalyse unter Windows 2000 | XP | 2003 geeignet:

Das mit cscript startende VB-Script: EventQuery.vbs (ist beim Windows Server 2k3 im Resource Kit mit dabei) und Read more…