Results 1 to 4 of 4

Thread: MS Server 2008, How do i delete old .v2 profile folders

  1. #1
    Join Date
    Jun 2011
    Posts
    2

    Exclamation MS Server 2008, How do i delete old .v2 profile folders

    I can not for the life of me get rid of old user profile folders. I need to get rid of some screw ups and recreate with the same file name.

  2. #2
    Join Date
    Dec 2007
    Posts
    2,291

    Re: MS Server 2008, How do i delete old .v2 profile folders

    This solution was given on other website which will help you to delete user profile folders on server 2008:

    1. Identify the SID of the user whose profile needs to be deleted.
    - I typically use ADSI Edit on a domain controller to do this. Open ADSI Edit, navigate through the OU’s until you find the user, CN=”Username”, right-click and choose properties. Scroll to the object property labeled “objectSid”. Document that SID because you will need it shortly.

    2. Verify that the user is not logged into the server.
    - From a command prompt type “query user” and verify that the user is not listed.

    3. Open the folder directory where the server user profiles are stored.
    - Server 2008 default is “C:\%USERNAME”.

    4. Delete the profile folder for the user.

  3. #3
    Join Date
    Jun 2011
    Posts
    2

    Re: MS Server 2008, How do i delete old .v2 profile folders

    The problem is not on the server it's sel it's with a domain user profile folder location that will not allow me as an admin to get rid of the folder it's self even after a user is gone from AD. It's %username%.v2 files that say I have no acces to.

  4. #4
    Join Date
    Dec 2007
    Posts
    1,736

    Re: MS Server 2008, How do i delete old .v2 profile folders

    Are you logged in with full Admin privileges to delete the folder. On the off-chance that you are logged in as an admin, but the folder just won't delete, restart the computer to make sure it's not in use, then open a command prompt.

    type:

    del "\\[computername]\c$\documents and settings\administrator\desktop\[foldername]" /s

Similar Threads

  1. Can't delete temporary roaming profile on a terminal server.
    By Alex Galkin in forum Windows Server Help
    Replies: 1
    Last Post: 21-05-2011, 12:54 AM
  2. Replies: 3
    Last Post: 16-01-2009, 03:58 PM
  3. XP Client does not create user profile on server for Roaming Profile
    By ChrisParker02134 in forum Active Directory
    Replies: 3
    Last Post: 08-01-2009, 08:14 PM
  4. how to delete old profile folders
    By Duncan McC in forum Active Directory
    Replies: 2
    Last Post: 24-09-2008, 05:53 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,708,791.54500 seconds with 17 queries