Hi Which versions of Vista can join a Windows Active Directory domain? Thanks
Hi Which versions of Vista can join a Windows Active Directory domain? Thanks
1.What are "active directory domain services"?
What are "active directory domain services"? Received message when trying to print on my "in home" network.
2."The Active Directory Domain Service"
I am using a HP Laptop with wireless networking. When i go to Office 2007 and click on "Print" and then "Find a Printer", it pops up with a message saying "The active directory domain services is currently unavailible." Can anyone help me because i have been trying to print a document at my school but this keeps stopping me. Please help!!
3.Membership of user in Active Directory
Hi, I am asking this question in this forum partly it is active directory related and security related. Hope I am in the correct forum. Otherwise pls advise. I installed Norton Antivirus on my local workstation, I can only do so when I log in as administrator. Well fine. After installation, I login to the DOMAIN with my own username. While trying to run live update (Norton Antivirus) on this workstation, I was unable to do so due to I was assigned "domain user" in active directory. But when I was assigned "Domain Admin" or any other administrators rights in the active directory, I was able to perform liveupdate sucessfully. Also, if I login as Administrator locally, I am able to do so as well. My question is wouldn't it be cumbersome for someone to login as administrator locally to perform liveupdate then login back to his/her own profile ? Also, doesn't it defeats the purpose of security whereby one needs to be assigned "administrator" rights or login locally as administrator to just perform a liveupdate ? BTW, I did try to add myself (domain user) in the security properties and set to full control and propagate throughout the entire drive C:, but still it does not help. Also, I am unable to add myself(domain user) as a member of the local computer administrator. Can anyone please advise on this as I have been searching the answer for months on this until I finally post this here. Thanks very much.. :(
4.Active Directory Users with Group Membership Export to Excel
Hi, can someone help me here. I'm not that great at scripting....... Here's what I am looking to do.... I need to enumerate ALL active directory users THAT ARE NOT DISABLED, into a spreadsheet with a list of their groups. For example, column A and B on the spreadsheet is the first and last name, column C is the groups that the user is a member of. I need to also make sure NOT to list any accounts that are disabled. The excel order is like: John Doe Domain User Accounting Any other Group Jane Doe Domain Users Accounting Randy Top Domain Users I have sort of been working on a script that I found that pulls the first and last name into a spreadsheet, but I need help getting the rest........... ANY HELP IS GREATLY APPRECIATED!!!!!!!!!!!! THANKS!!!!!!!!!!!!!!! Here is the scirpt I've been working with... _____________________________________________________________________________ Dim ObjWb Dim ObjExcel Dim x, zz Const ADS_UF_ACCOUNTDISABLE = 2 Set objRoot = GetObject("LDAP://RootDSE") strDNC = objRoot.Get("DefaultNamingContext") Set objDomain = GetObject("LDAP://" & strDNC) ' Bind to the top of the Domain using LDAP using ROotDSE Call ExcelSetup("Sheet1") ' Sub to make Excel Document x = 1 Call enummembers(objDomain) Sub enumMembers(objDomain) On Error Resume Next Dim Secondary(20) ' Variable to store the Array of 2ndary email alias's For Each objMember In objDomain ' go through the collection If ObjMember.Class = "user" Then ' if not User object, move on. x = x + 1 ' counter used to increment the cells in Excel FirstName = objMember.GivenName LastName = objMember.sn Manager = ObjMember.Manager AdsPath = Objmember.Adspath zz = 1 ' Counter for array of 2ndary email addresses For each email in ObjMember.proxyAddresses If Left (email,5) = "SMTP:" Then Primary = Mid (email,6) ' if SMTP is all caps, then it's the Primary ElseIf Left (email,5) = "smtp:" Then Secondary(zz) = Mid (email,6) ' load the list of 2ndary SMTP emails into Array. zz = zz + 1 End If Next ' Write the values to Excel, using the X counter to increment the rows. objwb.Cells(x, 1).Value = FirstName objwb.Cells(x, 2).Value = LastName objwb.Cells(x, 3).Value = Manager objwb.Cells(x, 4).Value = AdsPath ' Write out the Array for the 2ndary email addresses. For ll = 1 To 20 objwb.Cells(x,26+ll).Value = Secondary(ll) Next ' Blank out Variables in case the next object doesn't have a value for the property FirstName = "-" LastName = "-" Manager = "-" For ll = 1 To 20 Secondary(ll) = "" Next End If ' If the AD enumeration runs into an OU object, call the Sub again to itinerate If objMember.Class = "organizationalUnit" or OBjMember.Class = "container" Then enumMembers (objMember) End If Next End Sub Sub ExcelSetup(shtName) ' This sub creates an Excel worksheet and adds Column heads to the 1st row Set objExcel = CreateObject("Excel.Application") Set objwb = objExcel.Workbooks.Add Set objwb = objExcel.ActiveWorkbook.Worksheets(shtName) Objwb.Name = "Active Directory Users" ' name the sheet objwb.Activate objExcel.Visible = True objwb.Cells(1, 1).Value = "FirstName" objwb.Cells(1, 2).Value = "LastName" objwb.Cells(1, 3).Value = "Manager" objwb.Cells(1, 4).Value = "Adspath" End Sub MsgBox "Done" ' show that script is complete _____________________________________________________________________________
5.Active Directory Group Membership Change Monitoring
I need Active Directory Group Membership Change Monitoring. I can find when a group was changed but not who changed it.
6. Active Directory and SQL Membership Provider Based Authentication and DMZ
Users browsing this forum: No registered users and 8 guest