|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
profilepath - User ProfileWorking with an extremely large active directory population and we are
trying to identify certain user object types. We thought those included
all objects that did not have a profilepath. However we noticed that we
were capturing objects we did not want.
Can somebody please explain (in lay terms I'm a project manager with limited IT background but have working knowledge of AD) what the User Profile path (similar to the one below see in ADUC and our AD reports) does and why would there be objects created without one? \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile We have many "user" objects in AD that do not log onto the network and do not have this profile path. We assumed that all objects that were created minus this path could not log on to the network. -- shawnm ------------------------------------------------------------------------ shawnm's Profile: http://forums.techarena.in/members/shawnm.htm View this thread: http://forums.techarena.in/active-directory/1074612.htmhttp://forums.techarena.in hello there,
let me try to explain to you, when you have created a window account, if they is no profile set ,once the user login it will create a profile in his/her notebook or pc.The profile path we use when we want to have a better control in these 2 manner 1)when user notebook crash, he/she can use other notebook and will have back the same setting 2)where by you want to control the user profile such as they cant change thier profile and so on where it been change to mandatory (ntuser.dat to ntuser.man) Is these what you looking for the explanation? -- Show quoteHide quoteWong Chon Kit Microsoft Certified Trainer Microsoft Certified System Engineer Technical System Specialist "shawnm" wrote: > > Working with an extremely large active directory population and we are > trying to identify certain user object types. We thought those included > all objects that did not have a profilepath. However we noticed that we > were capturing objects we did not want. > > Can somebody please explain (in lay terms I'm a project manager with > limited IT background but have working knowledge of AD) what the User > Profile path (similar to the one below see in ADUC and our AD reports) > does and why would there be objects created without one? > > \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile > > > We have many "user" objects in AD that do not log onto the network and > do not have this profile path. We assumed that all objects that were > created minus this path could not log on to the network. > > > -- > shawnm > ------------------------------------------------------------------------ > shawnm's Profile: http://forums.techarena.in/members/shawnm.htm > View this thread: http://forums.techarena.in/active-directory/1074612.htm > > http://forums.techarena.in > > The intention of roaming profiles (which seems to be what you reference in
your post) is to provide two main benefits: - ensure consistent experience of users regardless of a computer they log on to by keeping copy of their settings in a shared network location (represented by the path which example you listed), - preserve user settings in case their computer becomes unavailable (e.g. as the result of hardare failure). Unfortunately it is fairly difficult to implement roaming profiles such that both of these goals are reached - at least without negative side effects (profile corruption, incompatible profile settings on different computers, size affecting logon time and disk space on servers and workstations, to mention just few of them). As the result, it's not uncommon to see user accounts configured without them (it's not necessary to have a roaming profile configured in order to log on to Active Directory)... hth Marcin Show quoteHide quote "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message news:shawnm.3j5grb@DoNotSpam.com... > > Working with an extremely large active directory population and we are > trying to identify certain user object types. We thought those included > all objects that did not have a profilepath. However we noticed that we > were capturing objects we did not want. > > Can somebody please explain (in lay terms I'm a project manager with > limited IT background but have working knowledge of AD) what the User > Profile path (similar to the one below see in ADUC and our AD reports) > does and why would there be objects created without one? > > \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile > > > We have many "user" objects in AD that do not log onto the network and > do not have this profile path. We assumed that all objects that were > created minus this path could not log on to the network. > > > -- > shawnm > ------------------------------------------------------------------------ > shawnm's Profile: http://forums.techarena.in/members/shawnm.htm > View this thread: http://forums.techarena.in/active-directory/1074612.htm > > http://forums.techarena.in > Hi
The path is normally like this \\srv\share$\%username% To avoid profile changes, you can use Mandatory profiles, but be sure you understand them before implementing. You also have GPO that allows to control the size, the changes, etc... Check GPO user profiles. -- Show quoteHide quoteI hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message news:shawnm.3j5grb@DoNotSpam.com... > > Working with an extremely large active directory population and we are > trying to identify certain user object types. We thought those included > all objects that did not have a profilepath. However we noticed that we > were capturing objects we did not want. > > Can somebody please explain (in lay terms I'm a project manager with > limited IT background but have working knowledge of AD) what the User > Profile path (similar to the one below see in ADUC and our AD reports) > does and why would there be objects created without one? > > \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile > > > We have many "user" objects in AD that do not log onto the network and > do not have this profile path. We assumed that all objects that were > created minus this path could not log on to the network. > > > -- > shawnm > ------------------------------------------------------------------------ > shawnm's Profile: http://forums.techarena.in/members/shawnm.htm > View this thread: http://forums.techarena.in/active-directory/1074612.htm > > http://forums.techarena.in > the profilePath attribute stores the location on the network where the
roaming profile is stored. That way, independent of where you logon, you will always get the same profile. If it is not configured you will use a local profile at each machine you logon to and is therefore differernt -- Show quoteHide quoteCheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * How to ask a question --> http://support.microsoft.com/?id=555375 ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message news:shawnm.3j5grb@DoNotSpam.com... > > Working with an extremely large active directory population and we are > trying to identify certain user object types. We thought those included > all objects that did not have a profilepath. However we noticed that we > were capturing objects we did not want. > > Can somebody please explain (in lay terms I'm a project manager with > limited IT background but have working knowledge of AD) what the User > Profile path (similar to the one below see in ADUC and our AD reports) > does and why would there be objects created without one? > > \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile > > > We have many "user" objects in AD that do not log onto the network and > do not have this profile path. We assumed that all objects that were > created minus this path could not log on to the network. > > > -- > shawnm > ------------------------------------------------------------------------ > shawnm's Profile: http://forums.techarena.in/members/shawnm.htm > View this thread: http://forums.techarena.in/active-directory/1074612.htm > > http://forums.techarena.in > This is not entirely true, there some folders that are excluded from roaming
profiles and you can also have polices that exclude some folders from local vs. roaming profile. -- Show quoteHide quoteI hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Jorge de Almeida Pinto [MVP - DS]" <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... > the profilePath attribute stores the location on the network where the > roaming profile is stored. That way, independent of where you logon, you > will always get the same profile. If it is not configured you will use a > local profile at each machine you logon to and is therefore differernt > > -- > > Cheers, > (HOPEFULLY THIS INFORMATION HELPS YOU!) > > # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # > > BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx > BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx > ------------------------------------------------------------------------------------------ > * How to ask a question --> http://support.microsoft.com/?id=555375 > ------------------------------------------------------------------------------------------ > * This posting is provided "AS IS" with no warranties and confers no > rights! > * Always test ANY suggestion in a test environment before implementing! > ------------------------------------------------------------------------------------------ > ################################################# > ################################################# > ------------------------------------------------------------------------------------------ > > "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message > news:shawnm.3j5grb@DoNotSpam.com... >> >> Working with an extremely large active directory population and we are >> trying to identify certain user object types. We thought those included >> all objects that did not have a profilepath. However we noticed that we >> were capturing objects we did not want. >> >> Can somebody please explain (in lay terms I'm a project manager with >> limited IT background but have working knowledge of AD) what the User >> Profile path (similar to the one below see in ADUC and our AD reports) >> does and why would there be objects created without one? >> >> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >> >> >> We have many "user" objects in AD that do not log onto the network and >> do not have this profile path. We assumed that all objects that were >> created minus this path could not log on to the network. >> >> >> -- >> shawnm >> ------------------------------------------------------------------------ >> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >> View this thread: http://forums.techarena.in/active-directory/1074612.htm >> >> http://forums.techarena.in >> he asked what the profilePath does and I believe I answered the question.
-- Show quoteHide quoteCheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... > This is not entirely true, there some folders that are excluded from > roaming profiles and you can also have polices that exclude some folders > from local vs. roaming profile. > > -- > I hope that the information above helps you. > Have a Nice day. > > Jorge Silva > MCSE, MVP Directory Services > > Please no e-mails, any questions should be posted in the NewsGroup > This posting is provided "AS IS" with no warranties, and confers no > rights. > "Jorge de Almeida Pinto [MVP - DS]" > <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message > news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >> the profilePath attribute stores the location on the network where the >> roaming profile is stored. That way, independent of where you logon, you >> will always get the same profile. If it is not configured you will use a >> local profile at each machine you logon to and is therefore differernt >> >> -- >> >> Cheers, >> (HOPEFULLY THIS INFORMATION HELPS YOU!) >> >> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >> >> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >> ------------------------------------------------------------------------------------------ >> * How to ask a question --> http://support.microsoft.com/?id=555375 >> ------------------------------------------------------------------------------------------ >> * This posting is provided "AS IS" with no warranties and confers no >> rights! >> * Always test ANY suggestion in a test environment before implementing! >> ------------------------------------------------------------------------------------------ >> ################################################# >> ################################################# >> ------------------------------------------------------------------------------------------ >> >> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >> news:shawnm.3j5grb@DoNotSpam.com... >>> >>> Working with an extremely large active directory population and we are >>> trying to identify certain user object types. We thought those included >>> all objects that did not have a profilepath. However we noticed that we >>> were capturing objects we did not want. >>> >>> Can somebody please explain (in lay terms I'm a project manager with >>> limited IT background but have working knowledge of AD) what the User >>> Profile path (similar to the one below see in ADUC and our AD reports) >>> does and why would there be objects created without one? >>> >>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>> >>> >>> We have many "user" objects in AD that do not log onto the network and >>> do not have this profile path. We assumed that all objects that were >>> created minus this path could not log on to the network. >>> >>> >>> -- >>> shawnm >>> ------------------------------------------------------------------------ >>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>> View this thread: >>> http://forums.techarena.in/active-directory/1074612.htm >>> >>> http://forums.techarena.in >>> > Yep, sure, I was referring only to the
"That way, independent of where you logon, you will always get the same profile" -- Show quoteHide quoteI hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Jorge de Almeida Pinto [MVP - DS]" <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... > he asked what the profilePath does and I believe I answered the question. > > -- > > Cheers, > (HOPEFULLY THIS INFORMATION HELPS YOU!) > > # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # > > BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx > BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx > ------------------------------------------------------------------------------------------ > * This posting is provided "AS IS" with no warranties and confers no > rights! > * Always test ANY suggestion in a test environment before implementing! > ------------------------------------------------------------------------------------------ > ################################################# > ################################################# > ------------------------------------------------------------------------------------------ > > "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message > news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >> This is not entirely true, there some folders that are excluded from >> roaming profiles and you can also have polices that exclude some folders >> from local vs. roaming profile. >> >> -- >> I hope that the information above helps you. >> Have a Nice day. >> >> Jorge Silva >> MCSE, MVP Directory Services >> >> Please no e-mails, any questions should be posted in the NewsGroup >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> "Jorge de Almeida Pinto [MVP - DS]" >> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >> news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>> the profilePath attribute stores the location on the network where the >>> roaming profile is stored. That way, independent of where you logon, you >>> will always get the same profile. If it is not configured you will use a >>> local profile at each machine you logon to and is therefore differernt >>> >>> -- >>> >>> Cheers, >>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>> >>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>> >>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>> ------------------------------------------------------------------------------------------ >>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>> ------------------------------------------------------------------------------------------ >>> * This posting is provided "AS IS" with no warranties and confers no >>> rights! >>> * Always test ANY suggestion in a test environment before implementing! >>> ------------------------------------------------------------------------------------------ >>> ################################################# >>> ################################################# >>> ------------------------------------------------------------------------------------------ >>> >>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>> news:shawnm.3j5grb@DoNotSpam.com... >>>> >>>> Working with an extremely large active directory population and we are >>>> trying to identify certain user object types. We thought those included >>>> all objects that did not have a profilepath. However we noticed that we >>>> were capturing objects we did not want. >>>> >>>> Can somebody please explain (in lay terms I'm a project manager with >>>> limited IT background but have working knowledge of AD) what the User >>>> Profile path (similar to the one below see in ADUC and our AD reports) >>>> does and why would there be objects created without one? >>>> >>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>> >>>> >>>> We have many "user" objects in AD that do not log onto the network and >>>> do not have this profile path. We assumed that all objects that were >>>> created minus this path could not log on to the network. >>>> >>>> >>>> -- >>>> shawnm >>>> ------------------------------------------------------------------------ >>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>> View this thread: >>>> http://forums.techarena.in/active-directory/1074612.htm >>>> >>>> http://forums.techarena.in >>>> >> so what's not true then?
-- Show quoteHide quoteCheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message news:1B9A5370-3CA2-4693-BF5D-9BCCAEC815D1@microsoft.com... > Yep, sure, I was referring only to the > "That way, independent of where you logon, you will always get the same > profile" > > -- > I hope that the information above helps you. > Have a Nice day. > > Jorge Silva > MCSE, MVP Directory Services > > Please no e-mails, any questions should be posted in the NewsGroup > This posting is provided "AS IS" with no warranties, and confers no > rights. > "Jorge de Almeida Pinto [MVP - DS]" > <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message > news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... >> he asked what the profilePath does and I believe I answered the question. >> >> -- >> >> Cheers, >> (HOPEFULLY THIS INFORMATION HELPS YOU!) >> >> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >> >> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >> ------------------------------------------------------------------------------------------ >> * This posting is provided "AS IS" with no warranties and confers no >> rights! >> * Always test ANY suggestion in a test environment before implementing! >> ------------------------------------------------------------------------------------------ >> ################################################# >> ################################################# >> ------------------------------------------------------------------------------------------ >> >> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >> news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >>> This is not entirely true, there some folders that are excluded from >>> roaming profiles and you can also have polices that exclude some folders >>> from local vs. roaming profile. >>> >>> -- >>> I hope that the information above helps you. >>> Have a Nice day. >>> >>> Jorge Silva >>> MCSE, MVP Directory Services >>> >>> Please no e-mails, any questions should be posted in the NewsGroup >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> "Jorge de Almeida Pinto [MVP - DS]" >>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >>> news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>>> the profilePath attribute stores the location on the network where the >>>> roaming profile is stored. That way, independent of where you logon, >>>> you will always get the same profile. If it is not configured you will >>>> use a local profile at each machine you logon to and is therefore >>>> differernt >>>> >>>> -- >>>> >>>> Cheers, >>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>> >>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>>> >>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>> ------------------------------------------------------------------------------------------ >>>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>>> ------------------------------------------------------------------------------------------ >>>> * This posting is provided "AS IS" with no warranties and confers no >>>> rights! >>>> * Always test ANY suggestion in a test environment before implementing! >>>> ------------------------------------------------------------------------------------------ >>>> ################################################# >>>> ################################################# >>>> ------------------------------------------------------------------------------------------ >>>> >>>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>>> news:shawnm.3j5grb@DoNotSpam.com... >>>>> >>>>> Working with an extremely large active directory population and we are >>>>> trying to identify certain user object types. We thought those >>>>> included >>>>> all objects that did not have a profilepath. However we noticed that >>>>> we >>>>> were capturing objects we did not want. >>>>> >>>>> Can somebody please explain (in lay terms I'm a project manager with >>>>> limited IT background but have working knowledge of AD) what the User >>>>> Profile path (similar to the one below see in ADUC and our AD reports) >>>>> does and why would there be objects created without one? >>>>> >>>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>>> >>>>> >>>>> We have many "user" objects in AD that do not log onto the network and >>>>> do not have this profile path. We assumed that all objects that were >>>>> created minus this path could not log on to the network. >>>>> >>>>> >>>>> -- >>>>> shawnm >>>>> ------------------------------------------------------------------------ >>>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>>> View this thread: >>>>> http://forums.techarena.in/active-directory/1074612.htm >>>>> >>>>> http://forums.techarena.in >>>>> >>> > Why as referring to the fact that some folders don't roam with users between
different workstations, for example localSettings folder where some users store there pst by default. -- Show quoteHide quoteI hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Jorge de Almeida Pinto [MVP - DS]" <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message news:uRjvM3uXJHA.6036@TK2MSFTNGP05.phx.gbl... > so what's not true then? > > -- > > Cheers, > (HOPEFULLY THIS INFORMATION HELPS YOU!) > > # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # > > BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx > BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx > ------------------------------------------------------------------------------------------ > * This posting is provided "AS IS" with no warranties and confers no > rights! > * Always test ANY suggestion in a test environment before implementing! > ------------------------------------------------------------------------------------------ > ################################################# > ################################################# > ------------------------------------------------------------------------------------------ > > "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message > news:1B9A5370-3CA2-4693-BF5D-9BCCAEC815D1@microsoft.com... >> Yep, sure, I was referring only to the >> "That way, independent of where you logon, you will always get the same >> profile" >> >> -- >> I hope that the information above helps you. >> Have a Nice day. >> >> Jorge Silva >> MCSE, MVP Directory Services >> >> Please no e-mails, any questions should be posted in the NewsGroup >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> "Jorge de Almeida Pinto [MVP - DS]" >> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >> news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... >>> he asked what the profilePath does and I believe I answered the >>> question. >>> >>> -- >>> >>> Cheers, >>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>> >>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>> >>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>> ------------------------------------------------------------------------------------------ >>> * This posting is provided "AS IS" with no warranties and confers no >>> rights! >>> * Always test ANY suggestion in a test environment before implementing! >>> ------------------------------------------------------------------------------------------ >>> ################################################# >>> ################################################# >>> ------------------------------------------------------------------------------------------ >>> >>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>> news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >>>> This is not entirely true, there some folders that are excluded from >>>> roaming profiles and you can also have polices that exclude some >>>> folders from local vs. roaming profile. >>>> >>>> -- >>>> I hope that the information above helps you. >>>> Have a Nice day. >>>> >>>> Jorge Silva >>>> MCSE, MVP Directory Services >>>> >>>> Please no e-mails, any questions should be posted in the NewsGroup >>>> This posting is provided "AS IS" with no warranties, and confers no >>>> rights. >>>> "Jorge de Almeida Pinto [MVP - DS]" >>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>> message news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>>>> the profilePath attribute stores the location on the network where the >>>>> roaming profile is stored. That way, independent of where you logon, >>>>> you will always get the same profile. If it is not configured you will >>>>> use a local profile at each machine you logon to and is therefore >>>>> differernt >>>>> >>>>> -- >>>>> >>>>> Cheers, >>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>> >>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services >>>>> # >>>>> >>>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>> ------------------------------------------------------------------------------------------ >>>>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>>>> ------------------------------------------------------------------------------------------ >>>>> * This posting is provided "AS IS" with no warranties and confers no >>>>> rights! >>>>> * Always test ANY suggestion in a test environment before >>>>> implementing! >>>>> ------------------------------------------------------------------------------------------ >>>>> ################################################# >>>>> ################################################# >>>>> ------------------------------------------------------------------------------------------ >>>>> >>>>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>>>> news:shawnm.3j5grb@DoNotSpam.com... >>>>>> >>>>>> Working with an extremely large active directory population and we >>>>>> are >>>>>> trying to identify certain user object types. We thought those >>>>>> included >>>>>> all objects that did not have a profilepath. However we noticed that >>>>>> we >>>>>> were capturing objects we did not want. >>>>>> >>>>>> Can somebody please explain (in lay terms I'm a project manager with >>>>>> limited IT background but have working knowledge of AD) what the User >>>>>> Profile path (similar to the one below see in ADUC and our AD >>>>>> reports) >>>>>> does and why would there be objects created without one? >>>>>> >>>>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>>>> >>>>>> >>>>>> We have many "user" objects in AD that do not log onto the network >>>>>> and >>>>>> do not have this profile path. We assumed that all objects that were >>>>>> created minus this path could not log on to the network. >>>>>> >>>>>> >>>>>> -- >>>>>> shawnm >>>>>> ------------------------------------------------------------------------ >>>>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>>>> View this thread: >>>>>> http://forums.techarena.in/active-directory/1074612.htm >>>>>> >>>>>> http://forums.techarena.in >>>>>> >>>> >> I never anything that is not true. YOU just ADDED information
-- Show quoteHide quoteCheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message news:63041002-9733-4252-A2AA-964DC84C6D57@microsoft.com... > Why as referring to the fact that some folders don't roam with users > between different workstations, for example localSettings folder where > some users store there pst by default. > > -- > I hope that the information above helps you. > Have a Nice day. > > Jorge Silva > MCSE, MVP Directory Services > > Please no e-mails, any questions should be posted in the NewsGroup > This posting is provided "AS IS" with no warranties, and confers no > rights. > "Jorge de Almeida Pinto [MVP - DS]" > <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message > news:uRjvM3uXJHA.6036@TK2MSFTNGP05.phx.gbl... >> so what's not true then? >> >> -- >> >> Cheers, >> (HOPEFULLY THIS INFORMATION HELPS YOU!) >> >> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >> >> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >> ------------------------------------------------------------------------------------------ >> * This posting is provided "AS IS" with no warranties and confers no >> rights! >> * Always test ANY suggestion in a test environment before implementing! >> ------------------------------------------------------------------------------------------ >> ################################################# >> ################################################# >> ------------------------------------------------------------------------------------------ >> >> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >> news:1B9A5370-3CA2-4693-BF5D-9BCCAEC815D1@microsoft.com... >>> Yep, sure, I was referring only to the >>> "That way, independent of where you logon, you will always get the same >>> profile" >>> >>> -- >>> I hope that the information above helps you. >>> Have a Nice day. >>> >>> Jorge Silva >>> MCSE, MVP Directory Services >>> >>> Please no e-mails, any questions should be posted in the NewsGroup >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> "Jorge de Almeida Pinto [MVP - DS]" >>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >>> news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... >>>> he asked what the profilePath does and I believe I answered the >>>> question. >>>> >>>> -- >>>> >>>> Cheers, >>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>> >>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>>> >>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>> ------------------------------------------------------------------------------------------ >>>> * This posting is provided "AS IS" with no warranties and confers no >>>> rights! >>>> * Always test ANY suggestion in a test environment before implementing! >>>> ------------------------------------------------------------------------------------------ >>>> ################################################# >>>> ################################################# >>>> ------------------------------------------------------------------------------------------ >>>> >>>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>>> news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >>>>> This is not entirely true, there some folders that are excluded from >>>>> roaming profiles and you can also have polices that exclude some >>>>> folders from local vs. roaming profile. >>>>> >>>>> -- >>>>> I hope that the information above helps you. >>>>> Have a Nice day. >>>>> >>>>> Jorge Silva >>>>> MCSE, MVP Directory Services >>>>> >>>>> Please no e-mails, any questions should be posted in the NewsGroup >>>>> This posting is provided "AS IS" with no warranties, and confers no >>>>> rights. >>>>> "Jorge de Almeida Pinto [MVP - DS]" >>>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>>> message news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>>>>> the profilePath attribute stores the location on the network where >>>>>> the roaming profile is stored. That way, independent of where you >>>>>> logon, you will always get the same profile. If it is not configured >>>>>> you will use a local profile at each machine you logon to and is >>>>>> therefore differernt >>>>>> >>>>>> -- >>>>>> >>>>>> Cheers, >>>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>>> >>>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services >>>>>> # >>>>>> >>>>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>>> ------------------------------------------------------------------------------------------ >>>>>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>>>>> ------------------------------------------------------------------------------------------ >>>>>> * This posting is provided "AS IS" with no warranties and confers no >>>>>> rights! >>>>>> * Always test ANY suggestion in a test environment before >>>>>> implementing! >>>>>> ------------------------------------------------------------------------------------------ >>>>>> ################################################# >>>>>> ################################################# >>>>>> ------------------------------------------------------------------------------------------ >>>>>> >>>>>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>>>>> news:shawnm.3j5grb@DoNotSpam.com... >>>>>>> >>>>>>> Working with an extremely large active directory population and we >>>>>>> are >>>>>>> trying to identify certain user object types. We thought those >>>>>>> included >>>>>>> all objects that did not have a profilepath. However we noticed that >>>>>>> we >>>>>>> were capturing objects we did not want. >>>>>>> >>>>>>> Can somebody please explain (in lay terms I'm a project manager with >>>>>>> limited IT background but have working knowledge of AD) what the >>>>>>> User >>>>>>> Profile path (similar to the one below see in ADUC and our AD >>>>>>> reports) >>>>>>> does and why would there be objects created without one? >>>>>>> >>>>>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>>>>> >>>>>>> >>>>>>> We have many "user" objects in AD that do not log onto the network >>>>>>> and >>>>>>> do not have this profile path. We assumed that all objects that were >>>>>>> created minus this path could not log on to the network. >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> shawnm >>>>>>> ------------------------------------------------------------------------ >>>>>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>>>>> View this thread: >>>>>>> http://forums.techarena.in/active-directory/1074612.htm >>>>>>> >>>>>>> http://forums.techarena.in >>>>>>> >>>>> >>> > "That way, independent of where you logon, you will always get the same
profile" ??? Perhaps you meant to say the same attribute value and not the profile itself. -- Show quoteHide quoteI hope that the information above helps you. Have a Nice day. Jorge Silva MCSE, MVP Directory Services Please no e-mails, any questions should be posted in the NewsGroup This posting is provided "AS IS" with no warranties, and confers no rights. "Jorge de Almeida Pinto [MVP - DS]" <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message news:ulQcz8vXJHA.760@TK2MSFTNGP02.phx.gbl... >I never anything that is not true. YOU just ADDED information > > -- > > Cheers, > (HOPEFULLY THIS INFORMATION HELPS YOU!) > > # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # > > BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx > BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx > ------------------------------------------------------------------------------------------ > * This posting is provided "AS IS" with no warranties and confers no > rights! > * Always test ANY suggestion in a test environment before implementing! > ------------------------------------------------------------------------------------------ > ################################################# > ################################################# > ------------------------------------------------------------------------------------------ > > "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message > news:63041002-9733-4252-A2AA-964DC84C6D57@microsoft.com... >> Why as referring to the fact that some folders don't roam with users >> between different workstations, for example localSettings folder where >> some users store there pst by default. >> >> -- >> I hope that the information above helps you. >> Have a Nice day. >> >> Jorge Silva >> MCSE, MVP Directory Services >> >> Please no e-mails, any questions should be posted in the NewsGroup >> This posting is provided "AS IS" with no warranties, and confers no >> rights. >> "Jorge de Almeida Pinto [MVP - DS]" >> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >> news:uRjvM3uXJHA.6036@TK2MSFTNGP05.phx.gbl... >>> so what's not true then? >>> >>> -- >>> >>> Cheers, >>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>> >>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>> >>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>> ------------------------------------------------------------------------------------------ >>> * This posting is provided "AS IS" with no warranties and confers no >>> rights! >>> * Always test ANY suggestion in a test environment before implementing! >>> ------------------------------------------------------------------------------------------ >>> ################################################# >>> ################################################# >>> ------------------------------------------------------------------------------------------ >>> >>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>> news:1B9A5370-3CA2-4693-BF5D-9BCCAEC815D1@microsoft.com... >>>> Yep, sure, I was referring only to the >>>> "That way, independent of where you logon, you will always get the same >>>> profile" >>>> >>>> -- >>>> I hope that the information above helps you. >>>> Have a Nice day. >>>> >>>> Jorge Silva >>>> MCSE, MVP Directory Services >>>> >>>> Please no e-mails, any questions should be posted in the NewsGroup >>>> This posting is provided "AS IS" with no warranties, and confers no >>>> rights. >>>> "Jorge de Almeida Pinto [MVP - DS]" >>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>> message news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... >>>>> he asked what the profilePath does and I believe I answered the >>>>> question. >>>>> >>>>> -- >>>>> >>>>> Cheers, >>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>> >>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services >>>>> # >>>>> >>>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>> ------------------------------------------------------------------------------------------ >>>>> * This posting is provided "AS IS" with no warranties and confers no >>>>> rights! >>>>> * Always test ANY suggestion in a test environment before >>>>> implementing! >>>>> ------------------------------------------------------------------------------------------ >>>>> ################################################# >>>>> ################################################# >>>>> ------------------------------------------------------------------------------------------ >>>>> >>>>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>>>> news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >>>>>> This is not entirely true, there some folders that are excluded from >>>>>> roaming profiles and you can also have polices that exclude some >>>>>> folders from local vs. roaming profile. >>>>>> >>>>>> -- >>>>>> I hope that the information above helps you. >>>>>> Have a Nice day. >>>>>> >>>>>> Jorge Silva >>>>>> MCSE, MVP Directory Services >>>>>> >>>>>> Please no e-mails, any questions should be posted in the NewsGroup >>>>>> This posting is provided "AS IS" with no warranties, and confers no >>>>>> rights. >>>>>> "Jorge de Almeida Pinto [MVP - DS]" >>>>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>>>> message news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>>>>>> the profilePath attribute stores the location on the network where >>>>>>> the roaming profile is stored. That way, independent of where you >>>>>>> logon, you will always get the same profile. If it is not configured >>>>>>> you will use a local profile at each machine you logon to and is >>>>>>> therefore differernt >>>>>>> >>>>>>> -- >>>>>>> >>>>>>> Cheers, >>>>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>>>> >>>>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory >>>>>>> Services # >>>>>>> >>>>>>> BLOG (WEB-BASED)--> >>>>>>> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>>>> ------------------------------------------------------------------------------------------ >>>>>>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>>>>>> ------------------------------------------------------------------------------------------ >>>>>>> * This posting is provided "AS IS" with no warranties and confers no >>>>>>> rights! >>>>>>> * Always test ANY suggestion in a test environment before >>>>>>> implementing! >>>>>>> ------------------------------------------------------------------------------------------ >>>>>>> ################################################# >>>>>>> ################################################# >>>>>>> ------------------------------------------------------------------------------------------ >>>>>>> >>>>>>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>>>>>> news:shawnm.3j5grb@DoNotSpam.com... >>>>>>>> >>>>>>>> Working with an extremely large active directory population and we >>>>>>>> are >>>>>>>> trying to identify certain user object types. We thought those >>>>>>>> included >>>>>>>> all objects that did not have a profilepath. However we noticed >>>>>>>> that we >>>>>>>> were capturing objects we did not want. >>>>>>>> >>>>>>>> Can somebody please explain (in lay terms I'm a project manager >>>>>>>> with >>>>>>>> limited IT background but have working knowledge of AD) what the >>>>>>>> User >>>>>>>> Profile path (similar to the one below see in ADUC and our AD >>>>>>>> reports) >>>>>>>> does and why would there be objects created without one? >>>>>>>> >>>>>>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>>>>>> >>>>>>>> >>>>>>>> We have many "user" objects in AD that do not log onto the network >>>>>>>> and >>>>>>>> do not have this profile path. We assumed that all objects that >>>>>>>> were >>>>>>>> created minus this path could not log on to the network. >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> shawnm >>>>>>>> ------------------------------------------------------------------------ >>>>>>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>>>>>> View this thread: >>>>>>>> http://forums.techarena.in/active-directory/1074612.htm >>>>>>>> >>>>>>>> http://forums.techarena.in >>>>>>>> >>>>>> >>>> >> I still do not see your point.
1)What is the definition of a roaming profile 2)and how do you think it is configured? tell me that and maybe I understand what you are saying (or understand what you mean about me saying something that is not true) -- Show quoteHide quoteCheers, (HOPEFULLY THIS INFORMATION HELPS YOU!) # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx ------------------------------------------------------------------------------------------ * This posting is provided "AS IS" with no warranties and confers no rights! * Always test ANY suggestion in a test environment before implementing! ------------------------------------------------------------------------------------------ ################################################# ################################################# ------------------------------------------------------------------------------------------ "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message news:277DCD4E-19BA-42B7-B45E-C0276CEC04A6@microsoft.com... > "That way, independent of where you logon, you will always get the same > profile" > ??? > Perhaps you meant to say the same attribute value and not the profile > itself. > > -- > I hope that the information above helps you. > Have a Nice day. > > Jorge Silva > MCSE, MVP Directory Services > > Please no e-mails, any questions should be posted in the NewsGroup > This posting is provided "AS IS" with no warranties, and confers no > rights. > "Jorge de Almeida Pinto [MVP - DS]" > <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message > news:ulQcz8vXJHA.760@TK2MSFTNGP02.phx.gbl... >>I never anything that is not true. YOU just ADDED information >> >> -- >> >> Cheers, >> (HOPEFULLY THIS INFORMATION HELPS YOU!) >> >> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >> >> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >> ------------------------------------------------------------------------------------------ >> * This posting is provided "AS IS" with no warranties and confers no >> rights! >> * Always test ANY suggestion in a test environment before implementing! >> ------------------------------------------------------------------------------------------ >> ################################################# >> ################################################# >> ------------------------------------------------------------------------------------------ >> >> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >> news:63041002-9733-4252-A2AA-964DC84C6D57@microsoft.com... >>> Why as referring to the fact that some folders don't roam with users >>> between different workstations, for example localSettings folder where >>> some users store there pst by default. >>> >>> -- >>> I hope that the information above helps you. >>> Have a Nice day. >>> >>> Jorge Silva >>> MCSE, MVP Directory Services >>> >>> Please no e-mails, any questions should be posted in the NewsGroup >>> This posting is provided "AS IS" with no warranties, and confers no >>> rights. >>> "Jorge de Almeida Pinto [MVP - DS]" >>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in message >>> news:uRjvM3uXJHA.6036@TK2MSFTNGP05.phx.gbl... >>>> so what's not true then? >>>> >>>> -- >>>> >>>> Cheers, >>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>> >>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services # >>>> >>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>> ------------------------------------------------------------------------------------------ >>>> * This posting is provided "AS IS" with no warranties and confers no >>>> rights! >>>> * Always test ANY suggestion in a test environment before implementing! >>>> ------------------------------------------------------------------------------------------ >>>> ################################################# >>>> ################################################# >>>> ------------------------------------------------------------------------------------------ >>>> >>>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>>> news:1B9A5370-3CA2-4693-BF5D-9BCCAEC815D1@microsoft.com... >>>>> Yep, sure, I was referring only to the >>>>> "That way, independent of where you logon, you will always get the >>>>> same profile" >>>>> >>>>> -- >>>>> I hope that the information above helps you. >>>>> Have a Nice day. >>>>> >>>>> Jorge Silva >>>>> MCSE, MVP Directory Services >>>>> >>>>> Please no e-mails, any questions should be posted in the NewsGroup >>>>> This posting is provided "AS IS" with no warranties, and confers no >>>>> rights. >>>>> "Jorge de Almeida Pinto [MVP - DS]" >>>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>>> message news:ewQsZOtXJHA.5020@TK2MSFTNGP03.phx.gbl... >>>>>> he asked what the profilePath does and I believe I answered the >>>>>> question. >>>>>> >>>>>> -- >>>>>> >>>>>> Cheers, >>>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>>> >>>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory Services >>>>>> # >>>>>> >>>>>> BLOG (WEB-BASED)--> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>>> ------------------------------------------------------------------------------------------ >>>>>> * This posting is provided "AS IS" with no warranties and confers no >>>>>> rights! >>>>>> * Always test ANY suggestion in a test environment before >>>>>> implementing! >>>>>> ------------------------------------------------------------------------------------------ >>>>>> ################################################# >>>>>> ################################################# >>>>>> ------------------------------------------------------------------------------------------ >>>>>> >>>>>> "Jorge Silva" <jorgesilva***@hotmail.com> wrote in message >>>>>> news:9B386A1A-0FC4-4ACF-8206-5FFF2F16920E@microsoft.com... >>>>>>> This is not entirely true, there some folders that are excluded from >>>>>>> roaming profiles and you can also have polices that exclude some >>>>>>> folders from local vs. roaming profile. >>>>>>> >>>>>>> -- >>>>>>> I hope that the information above helps you. >>>>>>> Have a Nice day. >>>>>>> >>>>>>> Jorge Silva >>>>>>> MCSE, MVP Directory Services >>>>>>> >>>>>>> Please no e-mails, any questions should be posted in the NewsGroup >>>>>>> This posting is provided "AS IS" with no warranties, and confers no >>>>>>> rights. >>>>>>> "Jorge de Almeida Pinto [MVP - DS]" >>>>>>> <SubstituteThisWithMyFullNameSeparatedByD***@gmail.com> wrote in >>>>>>> message news:uFQfRrbUJHA.1148@TK2MSFTNGP05.phx.gbl... >>>>>>>> the profilePath attribute stores the location on the network where >>>>>>>> the roaming profile is stored. That way, independent of where you >>>>>>>> logon, you will always get the same profile. If it is not >>>>>>>> configured you will use a local profile at each machine you logon >>>>>>>> to and is therefore differernt >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Cheers, >>>>>>>> (HOPEFULLY THIS INFORMATION HELPS YOU!) >>>>>>>> >>>>>>>> # Jorge de Almeida Pinto # MVP Identity & Access - Directory >>>>>>>> Services # >>>>>>>> >>>>>>>> BLOG (WEB-BASED)--> >>>>>>>> http://blogs.dirteam.com/blogs/jorge/default.aspx >>>>>>>> BLOG (RSS-FEEDS)--> http://blogs.dirteam.com/blogs/jorge/rss.aspx >>>>>>>> ------------------------------------------------------------------------------------------ >>>>>>>> * How to ask a question --> http://support.microsoft.com/?id=555375 >>>>>>>> ------------------------------------------------------------------------------------------ >>>>>>>> * This posting is provided "AS IS" with no warranties and confers >>>>>>>> no rights! >>>>>>>> * Always test ANY suggestion in a test environment before >>>>>>>> implementing! >>>>>>>> ------------------------------------------------------------------------------------------ >>>>>>>> ################################################# >>>>>>>> ################################################# >>>>>>>> ------------------------------------------------------------------------------------------ >>>>>>>> >>>>>>>> "shawnm" <shawnm.3j5grb@DoNotSpam.com> wrote in message >>>>>>>> news:shawnm.3j5grb@DoNotSpam.com... >>>>>>>>> >>>>>>>>> Working with an extremely large active directory population and we >>>>>>>>> are >>>>>>>>> trying to identify certain user object types. We thought those >>>>>>>>> included >>>>>>>>> all objects that did not have a profilepath. However we noticed >>>>>>>>> that we >>>>>>>>> were capturing objects we did not want. >>>>>>>>> >>>>>>>>> Can somebody please explain (in lay terms I'm a project manager >>>>>>>>> with >>>>>>>>> limited IT background but have working knowledge of AD) what the >>>>>>>>> User >>>>>>>>> Profile path (similar to the one below see in ADUC and our AD >>>>>>>>> reports) >>>>>>>>> does and why would there be objects created without one? >>>>>>>>> >>>>>>>>> \\server#1.fully.qualified.domain.name\joe.a.user$\wsprofile >>>>>>>>> >>>>>>>>> >>>>>>>>> We have many "user" objects in AD that do not log onto the network >>>>>>>>> and >>>>>>>>> do not have this profile path. We assumed that all objects that >>>>>>>>> were >>>>>>>>> created minus this path could not log on to the network. >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> shawnm >>>>>>>>> ------------------------------------------------------------------------ >>>>>>>>> shawnm's Profile: http://forums.techarena.in/members/shawnm.htm >>>>>>>>> View this thread: >>>>>>>>> http://forums.techarena.in/active-directory/1074612.htm >>>>>>>>> >>>>>>>>> http://forums.techarena.in >>>>>>>>> >>>>>>> >>>>> >>> > hi,
is there a way in vbs to search for the members of a specific group, and for those members set the Profile Path and Home Folder? Thanks Bye -- alanmara ------------------------------------------------------------------------ alanmara's Profile: http://forums.techarena.in/members/166259.htm View this thread: http://forums.techarena.in/active-directory/1074612.htmhttp://forums.techarena.in Yes that can be done. Check out the repository link below, it should give
you some scripts that you will have to customize for your environment. http://gallery.technet.microsoft.com/ScriptCenter/en-us/site/search?f%5B0%5D.Type=RootCategory&f%5B0%5D.Value=activedirectory&f%5B0%5D.Text=Active%20Directory&f%5B1%5D.Type=SubCategory&f%5B1%5D.Value=groups&f%5B1%5D.Text=Groups -- Show quoteHide quotePaul Bergson MVP - Directory Services MCITP - Enterprise Administrator MCTS, MCT, MCSE, MCSA, MCP, Security +, BS CSci 2008, Vista, 2003, 2000 (Early Achiever), NT4 Microsoft's Thrive IT Pro of the Month - June 2009 http://www.pbbergs.com Please no e-mails, any questions should be posted in the NewGroups. This posting is provided "AS IS" with no warranties and confers no rights. "alanmara" <alanmara.4aqv9c@DoNotSpam.com> wrote in message news:alanmara.4aqv9c@DoNotSpam.com... > > hi, > is there a way in vbs to search for the members of a specific group, and > for those members set the Profile Path and Home Folder? > > > Thanks > > > Bye > > > -- > alanmara > ------------------------------------------------------------------------ > alanmara's Profile: http://forums.techarena.in/members/166259.htm > View this thread: http://forums.techarena.in/active-directory/1074612.htm > > http://forums.techarena.in >
Lost Resources
how to change from sub.domain.com to domain.com Scripted Drives Ad Schema my documents Script to convert the group type from Domain local to Universal Clarification on computer object migration AD 2003 and GPO on Windows 2008 GPO for Vista, allow normal User to create shares and to deactiv. problem in configuration additional domain controller |
|||||||||||||||||||||||