UserAccount.UserAccountCollection userAccounts = UserAccount.GetInstances("Name='ASPNET'"); foreach ( UserAccount userAccount in userAccounts) { MessageBox.Show("Name : "+userAccount.Name +" FullName : "+userAccount.FullName); }