Print Page | Close Window

move multiple profiles

Printed From: ForensiT
Category: ForensiT Support
Forum Name: Move Computer
Forum Description: User Profile Transfer Wizard questions, suggestions, comments and bug reports
URL: https://forum.ForensiT.com/forum_posts.asp?TID=1776
Printed Date: 27 Mar 2026 at 4:03am
Software Version: Web Wiz Forums 12.03 - http://www.webwizforums.com


Topic: move multiple profiles
Posted By: Arthurpowis
Subject: move multiple profiles
Date Posted: 28 Aug 2019 at 12:54pm
I am trying to move multiple profiles on an RDS server using the script from the profesional version it is only transfering 3 accounts is there something I am missing



Replies:
Posted By: Support
Date Posted: 29 Aug 2019 at 7:54am
The sample Transfer_All script works by enumerating the ProfileList keys in the registry. If one of the registry keys is not for a user SID, the script will fail.

To fix this, just add the line “On Error Resume Next” in the script here:


For each strSubkey In arrSubKeys

    On Error Resume Next
    Set objWmiSID = objWmiService.Get("Win32_SID.SID='" & strSubkey & "'")



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.03 - http://www.webwizforums.com
Copyright ©2001-2019 Web Wiz Ltd. - https://www.webwiz.net