Click here to Skip to main content
15,887,485 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA9-Sep-16 2:56
professionalJANAZA9-Sep-16 2:56 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming9-Sep-16 3:02
mveRichard Deeming9-Sep-16 3:02 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA9-Sep-16 3:17
professionalJANAZA9-Sep-16 3:17 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming9-Sep-16 3:23
mveRichard Deeming9-Sep-16 3:23 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA9-Sep-16 3:45
professionalJANAZA9-Sep-16 3:45 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming9-Sep-16 4:11
mveRichard Deeming9-Sep-16 4:11 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA9-Sep-16 4:27
professionalJANAZA9-Sep-16 4:27 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming9-Sep-16 4:35
mveRichard Deeming9-Sep-16 4:35 
That's annoying.

Try the constructor that doesn't take the username and password as arguments:
VB.NET
Using user As New UserPrincipal(context)
    user.SamAccountName = UserName
    user.Name = UserName
    user.Enabled = True
    ...
    user.Save()
    user.SetPassword(Password)
    user.Save()
    ...




"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA9-Sep-16 8:08
professionalJANAZA9-Sep-16 8:08 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA11-Sep-16 19:52
professionalJANAZA11-Sep-16 19:52 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA11-Sep-16 22:37
professionalJANAZA11-Sep-16 22:37 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming12-Sep-16 1:55
mveRichard Deeming12-Sep-16 1:55 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA12-Sep-16 2:23
professionalJANAZA12-Sep-16 2:23 
GeneralRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
Richard Deeming12-Sep-16 2:29
mveRichard Deeming12-Sep-16 2:29 
PraiseRe: Active Directory : User account options, Homefolder drive and directory and memberof group Pin
JANAZA12-Sep-16 3:01
professionalJANAZA12-Sep-16 3:01 
Questionfinal year project Pin
Member 127233156-Sep-16 6:07
Member 127233156-Sep-16 6:07 
AnswerRe: final year project Pin
OriginalGriff6-Sep-16 6:10
mveOriginalGriff6-Sep-16 6:10 
AnswerRe: final year project Pin
#realJSOP7-Sep-16 1:24
mve#realJSOP7-Sep-16 1:24 
QuestionASP.Net MVC File upload Pin
Dani_el1-Sep-16 4:01
Dani_el1-Sep-16 4:01 
AnswerRe: ASP.Net MVC File upload Pin
NotPolitcallyCorrect1-Sep-16 4:11
NotPolitcallyCorrect1-Sep-16 4:11 
GeneralRe: ASP.Net MVC File upload Pin
Dani_el1-Sep-16 4:16
Dani_el1-Sep-16 4:16 
GeneralRe: ASP.Net MVC File upload Pin
Simon_Whale1-Sep-16 4:21
Simon_Whale1-Sep-16 4:21 
GeneralRe: ASP.Net MVC File upload Pin
NotPolitcallyCorrect1-Sep-16 4:34
NotPolitcallyCorrect1-Sep-16 4:34 
QuestionInvoking GetIPGlobalProperties from Unmanaged Application Pin
Derek Tortonian29-Aug-16 12:28
Derek Tortonian29-Aug-16 12:28 
AnswerRe: Invoking GetIPGlobalProperties from Unmanaged Application Pin
#realJSOP31-Aug-16 3:22
mve#realJSOP31-Aug-16 3:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.