Sign In
Little more than out of the box development
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ASP.NET
LCS
PowerShell
SharePoint
XML
Archive
Archives
July 2009
(1)
March 2009
(1)
February 2009
(1)
July 2008
(4)
May 2008
(1)
April 2008
(1)
February 2008
(1)
December 2007
(1)
September 2007
(1)
July 2007
(2)
June 2007
(1)
March 2007
(1)
February 2007
(1)
January 2007
(1)
November 2006
(1)
August 2006
(1)
July 2006
(3)
July, 2008
MSDN Blogs
>
Little more than out of the box development
>
July, 2008
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Little more than out of the box development
Working with Active Directory and PowerShell (part 2) – Creating a user
Posted
over 4 years ago
by
BomBom
2
Comments
To create a user in our Organizational Unit we need the following LDAP string: $LDAPStringUsers = "LDAP://OU=Demo Users, DC=contoso,DC=com" And run the following command to connect to AD: $usersOU = [ADSI] $LDAPStringUsers To create a user run this...
Little more than out of the box development
Building your own MemberShipProvider in ASP.NET and use it in SharePoint
Posted
over 4 years ago
by
BomBom
2
Comments
The last screencast (I think) from me about Authentication in SharePoint. You can find it over at Channel9 here: http://channel9.msdn.com/posts/BomBom/Building-your-own-MemberShipProvider-in-ASPNET-20-and-use-it-in-SharePoint/ In this screencast...
Little more than out of the box development
Working with Active Directory and PowerShell (part 1) - Creating an Organizational Unit
Posted
over 4 years ago
by
BomBom
0
Comments
Next on the agenda for building this demo environment was to create users in Active Directory. I can honestly say that I didn't have a clue on how to do this, so I went to http://www.live.com and found this site: http://thelazyadmin.com/blogs/thelazyadmin...
Little more than out of the box development
Using PowerShell to read xml-files
Posted
over 4 years ago
by
BomBom
2
Comments
A couple of months ago a colleague and I decided to try to build a demo-environment for SharePoint. We wanted to be able to take a new fresh installed Windows 2003 (or 2008) server, and just run a PowerShell script and then the environment should be up...
Page 1 of 1 (4 items)