Dev

Random Project Thoughts

MS Office Project coordination:
Having the Office applications keeping track of what projects certain elements belong to and display those elements in a project context.
Ex: Outlook shows a "Project View" where all defined projects are listed together with their mail, tasks & appointments. Perhaps also together with the office documents belonging to that project (NTFS metadata?

Scripting for Windows Sysadmins

in

This is a work in progress...
This page as well as the articles are early drafts. They will change over time.

Intro to scripting
An introduction to what scripting is and how it can help.

VBScript - Introduction
A dive into VBScripting on Windows.

WSH - Windows Scripting Host
An explanation of WSH. What it provides and how it is used.

IE6 Extensions

Here are a couple of extensions to Internet Explorer 6 based on (and including) some extensions for IE 5 downloaded from Microsoft and modified to work in IE6. They're basically very simple so I don't think I need to explain them further.

AD login script snippets

These are a few VBScript functions and subprocedures that I've used in login scripts, their descriptions and what's needed to use them.

GetUserObject()
DeleteNetworkDrives()
MapADDrive()
MapNTDrive()
IfMember()
DistributeFile()

Syndicate content