Monthly Archives: December 2009

Create Lab AD – Part 5 (Changed)

I have been doing some changes to the last part. All of my scripts are under constantly changes. So before I post the next part of the script I want to post this change. I have been doing some changes … Continue reading

Posted in PowerShell Blogs | Tagged , , , | Leave a comment

Create Lab AD – part 5

It’s time to take our information and create the AD. First of all we need to setup the lab structure in our AD. I use my lab active directory named poweradmin.local # Name of the AD $labDomain = [ADSI]"LDAP://dc=poweradmin,dc=local" And … Continue reading

Posted in PowerShell Blogs | Tagged , , , , , | 4 Comments

Get-DotNetInfo function

I made this function back in 2007. But I did only published It in Swedish then. This function helps me a lot when I’m working with PowerShell and Dot Net classes. When I have the Dot Net Class that I … Continue reading

Posted in PowerShell Blogs | Tagged , , , , | Leave a comment

Competition 1 – Christmas Geek 2009

DXter and I love Christmas and we love Geek stuff. We feel that we are not entirely alone on this. So we are launching a little contest.   The contest have been open for Swedish people for a couple of … Continue reading

Posted in Fun | Tagged , , , , | Leave a comment

Function of the day – Move UserFolders

This function Is a Function on demand And will be todays function gift to you all! I wrote this right now for a friend of mine,Stefan Schörling. He needed a script that will moveold users folders to another folder based … Continue reading

Posted in PowerShell Blogs | Tagged , | 5 Comments

Create Lab AD – part 4

We have: Real names User Names (samAccountNames) with employee numbers OU names Country Names If you have missed them, look in my older posts about Create Lab AD. In this part we will do: Mail addresses Telephone numbers User Description … Continue reading

Posted in PowerShell Blogs | Tagged , , | 3 Comments

Create Lab AD – part 3

We have: Real names User Names (samAccountNames) with employee numbers In this part we will do stuff for the Lab OUs and we will also pick Country for the users. We will not create anything until we have what we … Continue reading

Posted in PowerShell Blogs | Tagged , , , | 3 Comments

Create Lab AD (continue)

In my last post I did show you how to take names from the internet to make “real” names. I know that these are Swedish names and I will post2 similar functions with US names later on. Now when we … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

Create Lab AD Functions (Updated)

I wrote a script some years back in VBScript that madeActive Directory Users with “Real Swedish” names. It’s took Firstname from one text file and Lastname fromanother text file, randomly. And made random Passwords as well. So instead of getting … Continue reading

Posted in PowerShell Blogs | Tagged , , | 4 Comments

Tävling nr 1 – Christmas Geek 2009

DXter och jag gillar julen och vi älskar Geekiga saker. Vi känner att vi inte är helt ensamma i Sverige om detta. Så vi utlyser en liten tävling. Skicka in din/dina bästa Geekbilder till oss och ha chansen ett vinna … Continue reading

Posted in News | Tagged , , , , | 3 Comments