Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > OU Creation Scripts active directory

Reply
Thread Tools Display Modes

OU Creation Scripts active directory

 
 
Ganesan Kuppuswamy
Guest
Posts: n/a

 
      04-14-2011
Dear Team,

I have posted a article, how to create a OU in active
directory through vb script with a video example. rate the article..
please..


http://serveradministrators.blogspot...in-active.html

To Subscribe My blog,

http://feedburner.google.com/fb/a/ma...Administrators


Thanks and Regards,

Ganesan K
 
Reply With Quote
 
 
 
 
Al Dunbar
Guest
Posts: n/a

 
      04-14-2011
not very instructive - what's the point?

"Ganesan Kuppuswamy" <> wrote in message
news:32fb6482-020b-4cbb-baa4-...
> Dear Team,
>
> I have posted a article, how to create a OU in active
> directory through vb script with a video example. rate the article..
> please..
>
>
> http://serveradministrators.blogspot...in-active.html
>
> To Subscribe My blog,
>
> http://feedburner.google.com/fb/a/ma...Administrators
>
>
> Thanks and Regards,
>
> Ganesan K


 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      04-15-2011
From: "Al Dunbar" <>

> not very instructive - what's the point?
>


Just a Google Grouper trying to increase Blog hits for click revenue.



--
Dave
Multi-AV Scanning Tool - http://www.pctipp.ch/downloads/dl/35905.asp


 
Reply With Quote
 
Ganesan Kuppuswamy
Guest
Posts: n/a

 
      04-15-2011
On Apr 15, 8:18*am, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
wrote:
> From: "Al Dunbar" <aland...@hotmail.com>
>
> > not very instructive - what's the point?

>
> Just a Google Grouper trying to increase Blog hits for click revenue.
>
> --
> Dave
> Multi-AV Scanning Tool -http://www.pctipp.ch/downloads/dl/35905.asp


Hi Lipman,

My aim is only to tell the different things to all, not
revenue... anyway thanks for your comments
 
Reply With Quote
 
David H. Lipman
Guest
Posts: n/a

 
      04-15-2011
From: "Ganesan Kuppuswamy" <>

> On Apr 15, 8:18 am, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
> wrote:
>> From: "Al Dunbar" <aland...@hotmail.com>
>>
>>> not very instructive - what's the point?

>>
>> Just a Google Grouper trying to increase Blog hits for click revenue.
>>
>> --
>> Dave
>> Multi-AV Scanning Tool -http://www.pctipp.ch/downloads/dl/35905.asp

>
> Hi Lipman,
>
> My aim is only to tell the different things to all, not
> revenue... anyway thanks for your comments


Then you don't need that Amazon sh!t do 'ya!

Don't tell me the below simple snippet is the best you can do and you have to blog it ?

Set objDomain = GetObject("LDAP://DC=test, DC=com")
Set objOU = objDomain.Create("organizationalUnit", "OU=North_Bay")
objOU.SetInfo

In other words... If someone ASKS for the information then provide it.
Don't spam it !

--
Dave
Multi-AV Scanning Tool - http://www.pctipp.ch/downloads/dl/35905.asp


 
Reply With Quote
 
Al Dunbar
Guest
Posts: n/a

 
      04-15-2011


"David H. Lipman" <DLipman~nospam~@Verizon.Net> wrote in message
news:...
> From: "Ganesan Kuppuswamy" <>
>
>> On Apr 15, 8:18 am, "David H. Lipman" <DLipman~nosp...@Verizon.Net>
>> wrote:
>>> From: "Al Dunbar" <aland...@hotmail.com>
>>>
>>>> not very instructive - what's the point?
>>>
>>> Just a Google Grouper trying to increase Blog hits for click revenue.
>>>
>>> --
>>> Dave
>>> Multi-AV Scanning Tool -http://www.pctipp.ch/downloads/dl/35905.asp

>>
>> Hi Lipman,
>>
>> My aim is only to tell the different things to all, not
>> revenue... anyway thanks for your comments

>
> Then you don't need that Amazon sh!t do 'ya!
>
> Don't tell me the below simple snippet is the best you can do and you have
> to blog it ?
>
> Set objDomain = GetObject("LDAP://DC=test, DC=com")
> Set objOU = objDomain.Create("organizationalUnit", "OU=North_Bay")
> objOU.SetInfo
>
> In other words... If someone ASKS for the information then provide it.
> Don't spam it !


I agree. But blogging is one thing. Posting a video of you typing (with
mistakes and corrections, yet)... can't he see how non-interesting that is?

/Al


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to firewall Active Directory (sbcore shuts me down) noad Windows Server 10 03-21-2011 12:17 PM
Reintegrating a failed FSMO server into Active Directory Glen Miller Active Directory 8 03-07-2010 01:27 AM
Active Directory , Windows 2003 SBS to Windows 2008 SBS Tim Ververs Windows Small Business Server 5 02-18-2010 06:45 PM
Active Directory performance JeffH Active Directory 7 02-11-2010 06:14 PM
How to restore Active directory in safe mode Raj2win Active Directory 3 01-11-2010 04:50 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59