Category Archives: Scripting

Self-sign your Powershell scripts

Creating my first Powershell script, I came up against code execution issues. Rather than take the easy (sketchy) way out and simply enable execution of unsigned code, I went and figured out how to sign my scripts using my internal … Continue reading

Posted in Scripting, SysAdmin | Leave a comment

VBScript – Check if current user is a member of a certain group

I found some code to do this out on the net the other day. I’ve modified it a little, and added the part that checks environment variables. It probably isn’t too efficient, as it creates a new object and then … Continue reading

Posted in Scripting, SysAdmin, Windows | 2 Comments

Windows XP Print-Mapping Automation

Found a useful feature in Windows XP the other week when stuffing around with print-mapping scripts. Instead of using the old con2prt feature to connect to printers, you can use Windows’ inbuilt printing APIs to map printers, add new drivers … Continue reading

Posted in Scripting, Windows | 3 Comments

Microsoft Identity Integration Feature Pack (IIFP)

When looking for a solution on how to synchronise our Exchange GALs between two seperate forests, I came across this Microsoft feature pack – which is freely available to download from their website. What IIFP does according to Microsoft: “Identity … Continue reading

Posted in Scripting | Leave a comment