Scanstate.exe running extremly slow (USMT 2.6)

D

Darren

When running scanstate on a laptop I am getting very slow performance. I am
at the point where it says transporting data but it is copying a few mb per
minute. Both the laptop and the server are on a 100mb network. I check the
network monitor and it hardly shows a blip on the map. I check the cpu of
the laptop while it is running and scanstate.exe was at 90% and now it isnt
and it still is copying slow. This seems to be happening on some and some
it doesn't. I am using the same hardware in each case. It is just sitting
at 3% and nothing is being copied to the store. I am using MIGSYS.INF with
no changes and a custum inf called test.inf Here is a snap shot of the cmd
file I am kicing of and the test.inf file am using. Basically I just want
to to search for a few types of files on the C: and move it to the D:\ in a
folder call "C_data" which it is doing. I also want the entire d:\ of the
laptop moved to the new D:\ which is doing. I also want all the user
setting of the user who runs this CMD which it is doing. But am I over
killing with these 2 inf files?

Thanks for any help

This is the CMD file I am using to kick it off
(Note, specfic names have been changed)

SET SERVER=Server

SET C_Data=D:\C_DATA

SET D_Drive=D:\

MD \\%SERVER%\usmt\backup\%username%

\\%SERVER%\usmt\bin\scanstate.exe \\%SERVER%\usmt\backup\%username% /r:1
/i:test.inf /i:migsys.inf /o /l:\\%SERVER%\usmt\Logs\%username%\backup.log
/v 7

----------------
Test.inf

[version]
Signature=$Windows NT$
DriverVer=10/01/2002,5.2.3790.1265


[User Settings]
Desktop,, dir,%csidl_desktopdirectory%
Start Menu,, dir,%csidl_startmenu%
Favorites,, dir,%csidl_favorites%
My Pictures,, dir,%csidl_mypictures%
My Documents,, dir,%csidl_personal%
Quick Launch,, dir,%QuickLaunchDir%

[System Settings]
Shared Desktop,, dir,%csidl_common_desktopdirectory%
Shared Start Menu,, dir,%csidl_common_startmenu%
Shared Favorites,, dir,%csidl_common_favorites%
Shared Documents,, dir,%csidl_common_documents%


[Desktop.Detect]
Directory,%csidl_desktopdirectory%,EXISTS

[Desktop.Instructions]
ForceDestFile = Desktop.ForceDestFile
CopyFilesFiltered = Desktop.CopyFilesFiltered

[Desktop.ForceDestFile]
%csidl_desktopdirectory%\desktop.ini

[Desktop.CopyFilesFiltered]
dir=%csidl_desktopdirectory%\*


[Shared Desktop.Detect]
Directory,%csidl_common_desktopdirectory%,EXISTS,!SAMEOBJECTNAME(%csidl_desktopdirectory%)

[Shared Desktop.Instructions]
ForceDestFile = Shared Desktop.ForceDestFile
CopyFilesFiltered = Shared Desktop.CopyFilesFiltered

[Shared Desktop.ForceDestFile]
%csidl_common_desktopdirectory%\desktop.ini

[Shared Desktop.CopyFilesFiltered]
dir=%csidl_common_desktopdirectory%\*


[Start Menu.Detect]
Directory,%csidl_startmenu%,EXISTS

[Start Menu.Instructions]
ForceDestFile = Start Menu.ForceDestFile
CopyFilesFiltered = Start Menu.CopyFilesFiltered

[Start Menu.ForceDestFile]
%csidl_startmenu%\desktop.ini

[Start Menu.CopyFilesFiltered]
dir=%csidl_startmenu%\*


[Shared Start Menu.Detect]
Directory,%csidl_common_startmenu%,EXISTS,!SAMEOBJECTNAME(%csidl_startmenu%)

[Shared Start Menu.Instructions]
ForceDestFile = Shared Start Menu.ForceDestFile
CopyFilesFiltered = Shared Start Menu.CopyFilesFiltered

[Shared Start Menu.ForceDestFile]
%csidl_common_startmenu%\desktop.ini

[Shared Start Menu.CopyFilesFiltered]
dir=%csidl_common_startmenu%\*


[My Pictures.Detect]
Directory,%csidl_mypictures%,EXISTS

[My Pictures.Instructions]
ForceDestFile = My Pictures.ForceDestFile
CopyFilesFiltered = My Pictures.CopyFilesFiltered

[My Pictures.ForceDestFile]
%csidl_mypictures%\desktop.ini

[My Pictures.CopyFilesFiltered]
dir=%csidl_mypictures%\*


[My Documents.Detect]
Directory,%csidl_personal%,EXISTS

[My Documents.Instructions]
ForceDestFile = My Documents.ForceDestFile
CopyFilesFiltered = My Documents.CopyFilesFiltered

[My Documents.ForceDestFile]
%csidl_personal%\desktop.ini

[My Documents.CopyFilesFiltered]
dir=%csidl_personal%\*


[Shared Documents.Detect]
Directory,%csidl_common_documents%,EXISTS,!SAMEOBJECTNAME(%csidl_personal%)

[Shared Documents.Instructions]
ForceDestFile = Shared Documents.ForceDestFile
CopyFilesFiltered = Shared Documents.CopyFilesFiltered

[Shared Documents.ForceDestFile]
%csidl_common_documents%\desktop.ini

[Shared Documents.CopyFilesFiltered]
dir=%csidl_common_documents%\*


[Quick Launch.Detect]
Directory,%QuickLaunchDir%,EXISTS

[Quick Launch.Instructions]
ForceDestFile = Quick Launch.ForceDestFile
CopyFilesFiltered = Quick Launch.CopyFilesFiltered

[Quick Launch.ForceDestFile]
%QuickLaunchDir%\desktop.ini

[Quick Launch.CopyFilesFiltered]
dir=%QuickLaunchDir%\*


[Favorites.Detect]
Directory,%CSIDL_FAVORITES%,EXISTS

[Favorites.Instructions]
ForceDestFile = Favorites.ForceDestFile
CopyFilesFiltered = Favorites.CopyFilesFiltered

[Favorites.ForceDestFile]
%CSIDL_FAVORITES%\desktop.ini

[Favorites.CopyFilesFiltered]
dir=%CSIDL_FAVORITES%\*


[Shared Favorites.Detect]
Directory,%csidl_common_favorites%,EXISTS,!SAMEOBJECTNAME(%csidl_favorites%)

[Shared Favorites.Instructions]
ForceDestFile = Shared Favorites.ForceDestFile
CopyFilesFiltered = Shared Favorites.CopyFilesFiltered

[Shared Favorites.ForceDestFile]
%csidl_common_favorites%\desktop.ini

[Shared Favorites.CopyFilesFiltered]
dir=%csidl_common_favorites%\*



[Copy This State]
copyfiles=D_Drive

[D_Drive]
dir=d:\*


[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]
; Word Processor Documents
C:\*.doc, %c_data%
C:\*.dot, %c_data%
C:\*.rtf, %c_data%
C:\*.txt, %c_data%\Text Files
;C:\*.mcw, %c_data%
C:\*.wps, %c_data%
C:\*.scd, %c_data%
C:\*.wri, %c_data%
C:\*.wpd, %c_data%

; Spreadsheet Documents
C:\*.xl?, %c_data%
C:\*.csv, %c_data%
C:\*.iqy, %c_data%
C:\*.dqy, %c_data%
C:\*.oqy, %c_data%
C:\*.rqy, %c_data%
C:\*.wk?, %c_data%
;C:\*.wq1, %c_data%
;C:\*.slk, %c_data%
;C:\*.dif, %c_data%

; Presentation Documents
C:\*.ppt, %c_data%
C:\*.pps, %c_data%
;C:\*.pot, %c_data%
;C:\*.sh3, %c_data%
;C:\*.ch3, %c_data%
;C:\*.pre, %c_data%
C:\*.ppa, %c_data%

:Outlook files
C:\*.pst, %c_data%
C:\*.pab, %c_data%
C:\*.wab, %c_data%

; Quicken files
C:\*.qdf
C:\*.qsd
C:\*.qel
C:\*.qph
[Strings]

;Drive files and folders
D:\*.*, %D_DRIVE%

QuickLaunchDir = "%csidl_appdata%\Microsoft\Internet Explorer\Quick Launch"

---------------
 
M

Michael Niehaus [MS]

Is it possible the network speed and duplex are not set correctly? Can you
check that the network card settings match the switch settings? (If the
router has a specific configuration, e.g. 100/Full, try forcing the computer
and server to both use the same.) A network engineer may be able to monitor
the physical layer traffic and see lots of errors (e.g. "runts").

If you write the store to a local drive, does it run at full speed? If you
then copy the file to the UNC, what is the performance?

-Michael Niehaus
Systems Design Engineer
(e-mail address removed)
This posting is provided "AS IS" with no warranties, and confers no rights.


Darren said:
When running scanstate on a laptop I am getting very slow performance. I
am at the point where it says transporting data but it is copying a few mb
per minute. Both the laptop and the server are on a 100mb network. I
check the network monitor and it hardly shows a blip on the map. I check
the cpu of the laptop while it is running and scanstate.exe was at 90% and
now it isnt and it still is copying slow. This seems to be happening on
some and some it doesn't. I am using the same hardware in each case. It
is just sitting at 3% and nothing is being copied to the store. I am
using MIGSYS.INF with no changes and a custum inf called test.inf Here is
a snap shot of the cmd file I am kicing of and the test.inf file am using.
Basically I just want to to search for a few types of files on the C: and
move it to the D:\ in a folder call "C_data" which it is doing. I also
want the entire d:\ of the laptop moved to the new D:\ which is doing. I
also want all the user setting of the user who runs this CMD which it is
doing. But am I over killing with these 2 inf files?

Thanks for any help

This is the CMD file I am using to kick it off
(Note, specfic names have been changed)

SET SERVER=Server

SET C_Data=D:\C_DATA

SET D_Drive=D:\

MD \\%SERVER%\usmt\backup\%username%

\\%SERVER%\usmt\bin\scanstate.exe \\%SERVER%\usmt\backup\%username% /r:1
/i:test.inf /i:migsys.inf /o /l:\\%SERVER%\usmt\Logs\%username%\backup.log
/v 7

----------------
Test.inf

[version]
Signature=$Windows NT$
DriverVer=10/01/2002,5.2.3790.1265


[User Settings]
Desktop,, dir,%csidl_desktopdirectory%
Start Menu,, dir,%csidl_startmenu%
Favorites,, dir,%csidl_favorites%
My Pictures,, dir,%csidl_mypictures%
My Documents,, dir,%csidl_personal%
Quick Launch,, dir,%QuickLaunchDir%

[System Settings]
Shared Desktop,, dir,%csidl_common_desktopdirectory%
Shared Start Menu,, dir,%csidl_common_startmenu%
Shared Favorites,, dir,%csidl_common_favorites%
Shared Documents,, dir,%csidl_common_documents%


[Desktop.Detect]
Directory,%csidl_desktopdirectory%,EXISTS

[Desktop.Instructions]
ForceDestFile = Desktop.ForceDestFile
CopyFilesFiltered = Desktop.CopyFilesFiltered

[Desktop.ForceDestFile]
%csidl_desktopdirectory%\desktop.ini

[Desktop.CopyFilesFiltered]
dir=%csidl_desktopdirectory%\*


[Shared Desktop.Detect]
Directory,%csidl_common_desktopdirectory%,EXISTS,!SAMEOBJECTNAME(%csidl_desktopdirectory%)

[Shared Desktop.Instructions]
ForceDestFile = Shared Desktop.ForceDestFile
CopyFilesFiltered = Shared Desktop.CopyFilesFiltered

[Shared Desktop.ForceDestFile]
%csidl_common_desktopdirectory%\desktop.ini

[Shared Desktop.CopyFilesFiltered]
dir=%csidl_common_desktopdirectory%\*


[Start Menu.Detect]
Directory,%csidl_startmenu%,EXISTS

[Start Menu.Instructions]
ForceDestFile = Start Menu.ForceDestFile
CopyFilesFiltered = Start Menu.CopyFilesFiltered

[Start Menu.ForceDestFile]
%csidl_startmenu%\desktop.ini

[Start Menu.CopyFilesFiltered]
dir=%csidl_startmenu%\*


[Shared Start Menu.Detect]
Directory,%csidl_common_startmenu%,EXISTS,!SAMEOBJECTNAME(%csidl_startmenu%)

[Shared Start Menu.Instructions]
ForceDestFile = Shared Start Menu.ForceDestFile
CopyFilesFiltered = Shared Start Menu.CopyFilesFiltered

[Shared Start Menu.ForceDestFile]
%csidl_common_startmenu%\desktop.ini

[Shared Start Menu.CopyFilesFiltered]
dir=%csidl_common_startmenu%\*


[My Pictures.Detect]
Directory,%csidl_mypictures%,EXISTS

[My Pictures.Instructions]
ForceDestFile = My Pictures.ForceDestFile
CopyFilesFiltered = My Pictures.CopyFilesFiltered

[My Pictures.ForceDestFile]
%csidl_mypictures%\desktop.ini

[My Pictures.CopyFilesFiltered]
dir=%csidl_mypictures%\*


[My Documents.Detect]
Directory,%csidl_personal%,EXISTS

[My Documents.Instructions]
ForceDestFile = My Documents.ForceDestFile
CopyFilesFiltered = My Documents.CopyFilesFiltered

[My Documents.ForceDestFile]
%csidl_personal%\desktop.ini

[My Documents.CopyFilesFiltered]
dir=%csidl_personal%\*


[Shared Documents.Detect]
Directory,%csidl_common_documents%,EXISTS,!SAMEOBJECTNAME(%csidl_personal%)

[Shared Documents.Instructions]
ForceDestFile = Shared Documents.ForceDestFile
CopyFilesFiltered = Shared Documents.CopyFilesFiltered

[Shared Documents.ForceDestFile]
%csidl_common_documents%\desktop.ini

[Shared Documents.CopyFilesFiltered]
dir=%csidl_common_documents%\*


[Quick Launch.Detect]
Directory,%QuickLaunchDir%,EXISTS

[Quick Launch.Instructions]
ForceDestFile = Quick Launch.ForceDestFile
CopyFilesFiltered = Quick Launch.CopyFilesFiltered

[Quick Launch.ForceDestFile]
%QuickLaunchDir%\desktop.ini

[Quick Launch.CopyFilesFiltered]
dir=%QuickLaunchDir%\*


[Favorites.Detect]
Directory,%CSIDL_FAVORITES%,EXISTS

[Favorites.Instructions]
ForceDestFile = Favorites.ForceDestFile
CopyFilesFiltered = Favorites.CopyFilesFiltered

[Favorites.ForceDestFile]
%CSIDL_FAVORITES%\desktop.ini

[Favorites.CopyFilesFiltered]
dir=%CSIDL_FAVORITES%\*


[Shared Favorites.Detect]
Directory,%csidl_common_favorites%,EXISTS,!SAMEOBJECTNAME(%csidl_favorites%)

[Shared Favorites.Instructions]
ForceDestFile = Shared Favorites.ForceDestFile
CopyFilesFiltered = Shared Favorites.CopyFilesFiltered

[Shared Favorites.ForceDestFile]
%csidl_common_favorites%\desktop.ini

[Shared Favorites.CopyFilesFiltered]
dir=%csidl_common_favorites%\*



[Copy This State]
copyfiles=D_Drive

[D_Drive]
dir=d:\*


[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]
; Word Processor Documents
C:\*.doc, %c_data%
C:\*.dot, %c_data%
C:\*.rtf, %c_data%
C:\*.txt, %c_data%\Text Files
;C:\*.mcw, %c_data%
C:\*.wps, %c_data%
C:\*.scd, %c_data%
C:\*.wri, %c_data%
C:\*.wpd, %c_data%

; Spreadsheet Documents
C:\*.xl?, %c_data%
C:\*.csv, %c_data%
C:\*.iqy, %c_data%
C:\*.dqy, %c_data%
C:\*.oqy, %c_data%
C:\*.rqy, %c_data%
C:\*.wk?, %c_data%
;C:\*.wq1, %c_data%
;C:\*.slk, %c_data%
;C:\*.dif, %c_data%

; Presentation Documents
C:\*.ppt, %c_data%
C:\*.pps, %c_data%
;C:\*.pot, %c_data%
;C:\*.sh3, %c_data%
;C:\*.ch3, %c_data%
;C:\*.pre, %c_data%
C:\*.ppa, %c_data%

:Outlook files
C:\*.pst, %c_data%
C:\*.pab, %c_data%
C:\*.wab, %c_data%

; Quicken files
C:\*.qdf
C:\*.qsd
C:\*.qel
C:\*.qph
[Strings]

;Drive files and folders
D:\*.*, %D_DRIVE%

QuickLaunchDir = "%csidl_appdata%\Microsoft\Internet Explorer\Quick
Launch"
 
D

Darren

Well for one, I was wrong about my minihub, it was 10mb. I connected it to
a 100mb and it is much better. Do you have any suggestions for having it
connect the pst files back?
Thanks for the reply

Darren said:
When running scanstate on a laptop I am getting very slow performance. I
am at the point where it says transporting data but it is copying a few mb
per minute. Both the laptop and the server are on a 100mb network. I
check the network monitor and it hardly shows a blip on the map. I check
the cpu of the laptop while it is running and scanstate.exe was at 90% and
now it isnt and it still is copying slow. This seems to be happening on
some and some it doesn't. I am using the same hardware in each case. It
is just sitting at 3% and nothing is being copied to the store. I am
using MIGSYS.INF with no changes and a custum inf called test.inf Here is
a snap shot of the cmd file I am kicing of and the test.inf file am using.
Basically I just want to to search for a few types of files on the C: and
move it to the D:\ in a folder call "C_data" which it is doing. I also
want the entire d:\ of the laptop moved to the new D:\ which is doing. I
also want all the user setting of the user who runs this CMD which it is
doing. But am I over killing with these 2 inf files?

Thanks for any help

This is the CMD file I am using to kick it off
(Note, specfic names have been changed)

SET SERVER=Server

SET C_Data=D:\C_DATA

SET D_Drive=D:\

MD \\%SERVER%\usmt\backup\%username%

\\%SERVER%\usmt\bin\scanstate.exe \\%SERVER%\usmt\backup\%username% /r:1
/i:test.inf /i:migsys.inf /o /l:\\%SERVER%\usmt\Logs\%username%\backup.log
/v 7

----------------
Test.inf

[version]
Signature=$Windows NT$
DriverVer=10/01/2002,5.2.3790.1265


[User Settings]
Desktop,, dir,%csidl_desktopdirectory%
Start Menu,, dir,%csidl_startmenu%
Favorites,, dir,%csidl_favorites%
My Pictures,, dir,%csidl_mypictures%
My Documents,, dir,%csidl_personal%
Quick Launch,, dir,%QuickLaunchDir%

[System Settings]
Shared Desktop,, dir,%csidl_common_desktopdirectory%
Shared Start Menu,, dir,%csidl_common_startmenu%
Shared Favorites,, dir,%csidl_common_favorites%
Shared Documents,, dir,%csidl_common_documents%


[Desktop.Detect]
Directory,%csidl_desktopdirectory%,EXISTS

[Desktop.Instructions]
ForceDestFile = Desktop.ForceDestFile
CopyFilesFiltered = Desktop.CopyFilesFiltered

[Desktop.ForceDestFile]
%csidl_desktopdirectory%\desktop.ini

[Desktop.CopyFilesFiltered]
dir=%csidl_desktopdirectory%\*


[Shared Desktop.Detect]
Directory,%csidl_common_desktopdirectory%,EXISTS,!SAMEOBJECTNAME(%csidl_desktopdirectory%)

[Shared Desktop.Instructions]
ForceDestFile = Shared Desktop.ForceDestFile
CopyFilesFiltered = Shared Desktop.CopyFilesFiltered

[Shared Desktop.ForceDestFile]
%csidl_common_desktopdirectory%\desktop.ini

[Shared Desktop.CopyFilesFiltered]
dir=%csidl_common_desktopdirectory%\*


[Start Menu.Detect]
Directory,%csidl_startmenu%,EXISTS

[Start Menu.Instructions]
ForceDestFile = Start Menu.ForceDestFile
CopyFilesFiltered = Start Menu.CopyFilesFiltered

[Start Menu.ForceDestFile]
%csidl_startmenu%\desktop.ini

[Start Menu.CopyFilesFiltered]
dir=%csidl_startmenu%\*


[Shared Start Menu.Detect]
Directory,%csidl_common_startmenu%,EXISTS,!SAMEOBJECTNAME(%csidl_startmenu%)

[Shared Start Menu.Instructions]
ForceDestFile = Shared Start Menu.ForceDestFile
CopyFilesFiltered = Shared Start Menu.CopyFilesFiltered

[Shared Start Menu.ForceDestFile]
%csidl_common_startmenu%\desktop.ini

[Shared Start Menu.CopyFilesFiltered]
dir=%csidl_common_startmenu%\*


[My Pictures.Detect]
Directory,%csidl_mypictures%,EXISTS

[My Pictures.Instructions]
ForceDestFile = My Pictures.ForceDestFile
CopyFilesFiltered = My Pictures.CopyFilesFiltered

[My Pictures.ForceDestFile]
%csidl_mypictures%\desktop.ini

[My Pictures.CopyFilesFiltered]
dir=%csidl_mypictures%\*


[My Documents.Detect]
Directory,%csidl_personal%,EXISTS

[My Documents.Instructions]
ForceDestFile = My Documents.ForceDestFile
CopyFilesFiltered = My Documents.CopyFilesFiltered

[My Documents.ForceDestFile]
%csidl_personal%\desktop.ini

[My Documents.CopyFilesFiltered]
dir=%csidl_personal%\*


[Shared Documents.Detect]
Directory,%csidl_common_documents%,EXISTS,!SAMEOBJECTNAME(%csidl_personal%)

[Shared Documents.Instructions]
ForceDestFile = Shared Documents.ForceDestFile
CopyFilesFiltered = Shared Documents.CopyFilesFiltered

[Shared Documents.ForceDestFile]
%csidl_common_documents%\desktop.ini

[Shared Documents.CopyFilesFiltered]
dir=%csidl_common_documents%\*


[Quick Launch.Detect]
Directory,%QuickLaunchDir%,EXISTS

[Quick Launch.Instructions]
ForceDestFile = Quick Launch.ForceDestFile
CopyFilesFiltered = Quick Launch.CopyFilesFiltered

[Quick Launch.ForceDestFile]
%QuickLaunchDir%\desktop.ini

[Quick Launch.CopyFilesFiltered]
dir=%QuickLaunchDir%\*


[Favorites.Detect]
Directory,%CSIDL_FAVORITES%,EXISTS

[Favorites.Instructions]
ForceDestFile = Favorites.ForceDestFile
CopyFilesFiltered = Favorites.CopyFilesFiltered

[Favorites.ForceDestFile]
%CSIDL_FAVORITES%\desktop.ini

[Favorites.CopyFilesFiltered]
dir=%CSIDL_FAVORITES%\*


[Shared Favorites.Detect]
Directory,%csidl_common_favorites%,EXISTS,!SAMEOBJECTNAME(%csidl_favorites%)

[Shared Favorites.Instructions]
ForceDestFile = Shared Favorites.ForceDestFile
CopyFilesFiltered = Shared Favorites.CopyFilesFiltered

[Shared Favorites.ForceDestFile]
%csidl_common_favorites%\desktop.ini

[Shared Favorites.CopyFilesFiltered]
dir=%csidl_common_favorites%\*



[Copy This State]
copyfiles=D_Drive

[D_Drive]
dir=d:\*


[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]
; Word Processor Documents
C:\*.doc, %c_data%
C:\*.dot, %c_data%
C:\*.rtf, %c_data%
C:\*.txt, %c_data%\Text Files
;C:\*.mcw, %c_data%
C:\*.wps, %c_data%
C:\*.scd, %c_data%
C:\*.wri, %c_data%
C:\*.wpd, %c_data%

; Spreadsheet Documents
C:\*.xl?, %c_data%
C:\*.csv, %c_data%
C:\*.iqy, %c_data%
C:\*.dqy, %c_data%
C:\*.oqy, %c_data%
C:\*.rqy, %c_data%
C:\*.wk?, %c_data%
;C:\*.wq1, %c_data%
;C:\*.slk, %c_data%
;C:\*.dif, %c_data%

; Presentation Documents
C:\*.ppt, %c_data%
C:\*.pps, %c_data%
;C:\*.pot, %c_data%
;C:\*.sh3, %c_data%
;C:\*.ch3, %c_data%
;C:\*.pre, %c_data%
C:\*.ppa, %c_data%

:Outlook files
C:\*.pst, %c_data%
C:\*.pab, %c_data%
C:\*.wab, %c_data%

; Quicken files
C:\*.qdf
C:\*.qsd
C:\*.qel
C:\*.qph
[Strings]

;Drive files and folders
D:\*.*, %D_DRIVE%

QuickLaunchDir = "%csidl_appdata%\Microsoft\Internet Explorer\Quick
Launch"
 
M

Michael Niehaus [MS]

I believe you will need to use MIGAPP.INF (or some subset of it) to get the
PST files re-attached to the MAPI profile. Just migrating the files (e.g.
the *.PST entry below) isn't enough.

-Michael Niehaus
Systems Design Engineer
(e-mail address removed)
This posting is provided "AS IS" with no warranties, and confers no rights.

Darren said:
Well for one, I was wrong about my minihub, it was 10mb. I connected it
to a 100mb and it is much better. Do you have any suggestions for having
it connect the pst files back?
Thanks for the reply

Darren said:
When running scanstate on a laptop I am getting very slow performance. I
am at the point where it says transporting data but it is copying a few
mb per minute. Both the laptop and the server are on a 100mb network. I
check the network monitor and it hardly shows a blip on the map. I check
the cpu of the laptop while it is running and scanstate.exe was at 90%
and now it isnt and it still is copying slow. This seems to be happening
on some and some it doesn't. I am using the same hardware in each case.
It is just sitting at 3% and nothing is being copied to the store. I am
using MIGSYS.INF with no changes and a custum inf called test.inf Here is
a snap shot of the cmd file I am kicing of and the test.inf file am
using. Basically I just want to to search for a few types of files on the
C: and move it to the D:\ in a folder call "C_data" which it is doing. I
also want the entire d:\ of the laptop moved to the new D:\ which is
doing. I also want all the user setting of the user who runs this CMD
which it is doing. But am I over killing with these 2 inf files?

Thanks for any help

This is the CMD file I am using to kick it off
(Note, specfic names have been changed)

SET SERVER=Server

SET C_Data=D:\C_DATA

SET D_Drive=D:\

MD \\%SERVER%\usmt\backup\%username%

\\%SERVER%\usmt\bin\scanstate.exe \\%SERVER%\usmt\backup\%username% /r:1
/i:test.inf /i:migsys.inf /o
/l:\\%SERVER%\usmt\Logs\%username%\backup.log /v 7

----------------
Test.inf

[version]
Signature=$Windows NT$
DriverVer=10/01/2002,5.2.3790.1265


[User Settings]
Desktop,, dir,%csidl_desktopdirectory%
Start Menu,, dir,%csidl_startmenu%
Favorites,, dir,%csidl_favorites%
My Pictures,, dir,%csidl_mypictures%
My Documents,, dir,%csidl_personal%
Quick Launch,, dir,%QuickLaunchDir%

[System Settings]
Shared Desktop,, dir,%csidl_common_desktopdirectory%
Shared Start Menu,, dir,%csidl_common_startmenu%
Shared Favorites,, dir,%csidl_common_favorites%
Shared Documents,, dir,%csidl_common_documents%


[Desktop.Detect]
Directory,%csidl_desktopdirectory%,EXISTS

[Desktop.Instructions]
ForceDestFile = Desktop.ForceDestFile
CopyFilesFiltered = Desktop.CopyFilesFiltered

[Desktop.ForceDestFile]
%csidl_desktopdirectory%\desktop.ini

[Desktop.CopyFilesFiltered]
dir=%csidl_desktopdirectory%\*


[Shared Desktop.Detect]
Directory,%csidl_common_desktopdirectory%,EXISTS,!SAMEOBJECTNAME(%csidl_desktopdirectory%)

[Shared Desktop.Instructions]
ForceDestFile = Shared Desktop.ForceDestFile
CopyFilesFiltered = Shared Desktop.CopyFilesFiltered

[Shared Desktop.ForceDestFile]
%csidl_common_desktopdirectory%\desktop.ini

[Shared Desktop.CopyFilesFiltered]
dir=%csidl_common_desktopdirectory%\*


[Start Menu.Detect]
Directory,%csidl_startmenu%,EXISTS

[Start Menu.Instructions]
ForceDestFile = Start Menu.ForceDestFile
CopyFilesFiltered = Start Menu.CopyFilesFiltered

[Start Menu.ForceDestFile]
%csidl_startmenu%\desktop.ini

[Start Menu.CopyFilesFiltered]
dir=%csidl_startmenu%\*


[Shared Start Menu.Detect]
Directory,%csidl_common_startmenu%,EXISTS,!SAMEOBJECTNAME(%csidl_startmenu%)

[Shared Start Menu.Instructions]
ForceDestFile = Shared Start Menu.ForceDestFile
CopyFilesFiltered = Shared Start Menu.CopyFilesFiltered

[Shared Start Menu.ForceDestFile]
%csidl_common_startmenu%\desktop.ini

[Shared Start Menu.CopyFilesFiltered]
dir=%csidl_common_startmenu%\*


[My Pictures.Detect]
Directory,%csidl_mypictures%,EXISTS

[My Pictures.Instructions]
ForceDestFile = My Pictures.ForceDestFile
CopyFilesFiltered = My Pictures.CopyFilesFiltered

[My Pictures.ForceDestFile]
%csidl_mypictures%\desktop.ini

[My Pictures.CopyFilesFiltered]
dir=%csidl_mypictures%\*


[My Documents.Detect]
Directory,%csidl_personal%,EXISTS

[My Documents.Instructions]
ForceDestFile = My Documents.ForceDestFile
CopyFilesFiltered = My Documents.CopyFilesFiltered

[My Documents.ForceDestFile]
%csidl_personal%\desktop.ini

[My Documents.CopyFilesFiltered]
dir=%csidl_personal%\*


[Shared Documents.Detect]
Directory,%csidl_common_documents%,EXISTS,!SAMEOBJECTNAME(%csidl_personal%)

[Shared Documents.Instructions]
ForceDestFile = Shared Documents.ForceDestFile
CopyFilesFiltered = Shared Documents.CopyFilesFiltered

[Shared Documents.ForceDestFile]
%csidl_common_documents%\desktop.ini

[Shared Documents.CopyFilesFiltered]
dir=%csidl_common_documents%\*


[Quick Launch.Detect]
Directory,%QuickLaunchDir%,EXISTS

[Quick Launch.Instructions]
ForceDestFile = Quick Launch.ForceDestFile
CopyFilesFiltered = Quick Launch.CopyFilesFiltered

[Quick Launch.ForceDestFile]
%QuickLaunchDir%\desktop.ini

[Quick Launch.CopyFilesFiltered]
dir=%QuickLaunchDir%\*


[Favorites.Detect]
Directory,%CSIDL_FAVORITES%,EXISTS

[Favorites.Instructions]
ForceDestFile = Favorites.ForceDestFile
CopyFilesFiltered = Favorites.CopyFilesFiltered

[Favorites.ForceDestFile]
%CSIDL_FAVORITES%\desktop.ini

[Favorites.CopyFilesFiltered]
dir=%CSIDL_FAVORITES%\*


[Shared Favorites.Detect]
Directory,%csidl_common_favorites%,EXISTS,!SAMEOBJECTNAME(%csidl_favorites%)

[Shared Favorites.Instructions]
ForceDestFile = Shared Favorites.ForceDestFile
CopyFilesFiltered = Shared Favorites.CopyFilesFiltered

[Shared Favorites.ForceDestFile]
%csidl_common_favorites%\desktop.ini

[Shared Favorites.CopyFilesFiltered]
dir=%csidl_common_favorites%\*



[Copy This State]
copyfiles=D_Drive

[D_Drive]
dir=d:\*


[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]
; Word Processor Documents
C:\*.doc, %c_data%
C:\*.dot, %c_data%
C:\*.rtf, %c_data%
C:\*.txt, %c_data%\Text Files
;C:\*.mcw, %c_data%
C:\*.wps, %c_data%
C:\*.scd, %c_data%
C:\*.wri, %c_data%
C:\*.wpd, %c_data%

; Spreadsheet Documents
C:\*.xl?, %c_data%
C:\*.csv, %c_data%
C:\*.iqy, %c_data%
C:\*.dqy, %c_data%
C:\*.oqy, %c_data%
C:\*.rqy, %c_data%
C:\*.wk?, %c_data%
;C:\*.wq1, %c_data%
;C:\*.slk, %c_data%
;C:\*.dif, %c_data%

; Presentation Documents
C:\*.ppt, %c_data%
C:\*.pps, %c_data%
;C:\*.pot, %c_data%
;C:\*.sh3, %c_data%
;C:\*.ch3, %c_data%
;C:\*.pre, %c_data%
C:\*.ppa, %c_data%

:Outlook files
C:\*.pst, %c_data%
C:\*.pab, %c_data%
C:\*.wab, %c_data%

; Quicken files
C:\*.qdf
C:\*.qsd
C:\*.qel
C:\*.qph
[Strings]

;Drive files and folders
D:\*.*, %D_DRIVE%

QuickLaunchDir = "%csidl_appdata%\Microsoft\Internet Explorer\Quick
Launch"
 
D

Darren

It looks like that did it. Is it possilbe to have it migrate Blackberry
software and Palm device software. That doesnt seem to be listed as an app
it backs up. Can I added it to that file?
Thanks for the help Michael


Michael Niehaus said:
I believe you will need to use MIGAPP.INF (or some subset of it) to get the
PST files re-attached to the MAPI profile. Just migrating the files (e.g.
the *.PST entry below) isn't enough.

-Michael Niehaus
Systems Design Engineer
(e-mail address removed)
This posting is provided "AS IS" with no warranties, and confers no
rights.

Darren said:
Well for one, I was wrong about my minihub, it was 10mb. I connected it
to a 100mb and it is much better. Do you have any suggestions for having
it connect the pst files back?
Thanks for the reply

Darren said:
When running scanstate on a laptop I am getting very slow performance.
I am at the point where it says transporting data but it is copying a
few mb per minute. Both the laptop and the server are on a 100mb
network. I check the network monitor and it hardly shows a blip on the
map. I check the cpu of the laptop while it is running and
scanstate.exe was at 90% and now it isnt and it still is copying slow.
This seems to be happening on some and some it doesn't. I am using the
same hardware in each case. It is just sitting at 3% and nothing is
being copied to the store. I am using MIGSYS.INF with no changes and a
custum inf called test.inf Here is a snap shot of the cmd file I am
kicing of and the test.inf file am using. Basically I just want to to
search for a few types of files on the C: and move it to the D:\ in a
folder call "C_data" which it is doing. I also want the entire d:\ of
the laptop moved to the new D:\ which is doing. I also want all the
user setting of the user who runs this CMD which it is doing. But am I
over killing with these 2 inf files?

Thanks for any help

This is the CMD file I am using to kick it off
(Note, specfic names have been changed)

SET SERVER=Server

SET C_Data=D:\C_DATA

SET D_Drive=D:\

MD \\%SERVER%\usmt\backup\%username%

\\%SERVER%\usmt\bin\scanstate.exe \\%SERVER%\usmt\backup\%username% /r:1
/i:test.inf /i:migsys.inf /o
/l:\\%SERVER%\usmt\Logs\%username%\backup.log /v 7

----------------
Test.inf

[version]
Signature=$Windows NT$
DriverVer=10/01/2002,5.2.3790.1265


[User Settings]
Desktop,, dir,%csidl_desktopdirectory%
Start Menu,, dir,%csidl_startmenu%
Favorites,, dir,%csidl_favorites%
My Pictures,, dir,%csidl_mypictures%
My Documents,, dir,%csidl_personal%
Quick Launch,, dir,%QuickLaunchDir%

[System Settings]
Shared Desktop,, dir,%csidl_common_desktopdirectory%
Shared Start Menu,, dir,%csidl_common_startmenu%
Shared Favorites,, dir,%csidl_common_favorites%
Shared Documents,, dir,%csidl_common_documents%


[Desktop.Detect]
Directory,%csidl_desktopdirectory%,EXISTS

[Desktop.Instructions]
ForceDestFile = Desktop.ForceDestFile
CopyFilesFiltered = Desktop.CopyFilesFiltered

[Desktop.ForceDestFile]
%csidl_desktopdirectory%\desktop.ini

[Desktop.CopyFilesFiltered]
dir=%csidl_desktopdirectory%\*


[Shared Desktop.Detect]
Directory,%csidl_common_desktopdirectory%,EXISTS,!SAMEOBJECTNAME(%csidl_desktopdirectory%)

[Shared Desktop.Instructions]
ForceDestFile = Shared Desktop.ForceDestFile
CopyFilesFiltered = Shared Desktop.CopyFilesFiltered

[Shared Desktop.ForceDestFile]
%csidl_common_desktopdirectory%\desktop.ini

[Shared Desktop.CopyFilesFiltered]
dir=%csidl_common_desktopdirectory%\*


[Start Menu.Detect]
Directory,%csidl_startmenu%,EXISTS

[Start Menu.Instructions]
ForceDestFile = Start Menu.ForceDestFile
CopyFilesFiltered = Start Menu.CopyFilesFiltered

[Start Menu.ForceDestFile]
%csidl_startmenu%\desktop.ini

[Start Menu.CopyFilesFiltered]
dir=%csidl_startmenu%\*


[Shared Start Menu.Detect]
Directory,%csidl_common_startmenu%,EXISTS,!SAMEOBJECTNAME(%csidl_startmenu%)

[Shared Start Menu.Instructions]
ForceDestFile = Shared Start Menu.ForceDestFile
CopyFilesFiltered = Shared Start Menu.CopyFilesFiltered

[Shared Start Menu.ForceDestFile]
%csidl_common_startmenu%\desktop.ini

[Shared Start Menu.CopyFilesFiltered]
dir=%csidl_common_startmenu%\*


[My Pictures.Detect]
Directory,%csidl_mypictures%,EXISTS

[My Pictures.Instructions]
ForceDestFile = My Pictures.ForceDestFile
CopyFilesFiltered = My Pictures.CopyFilesFiltered

[My Pictures.ForceDestFile]
%csidl_mypictures%\desktop.ini

[My Pictures.CopyFilesFiltered]
dir=%csidl_mypictures%\*


[My Documents.Detect]
Directory,%csidl_personal%,EXISTS

[My Documents.Instructions]
ForceDestFile = My Documents.ForceDestFile
CopyFilesFiltered = My Documents.CopyFilesFiltered

[My Documents.ForceDestFile]
%csidl_personal%\desktop.ini

[My Documents.CopyFilesFiltered]
dir=%csidl_personal%\*


[Shared Documents.Detect]
Directory,%csidl_common_documents%,EXISTS,!SAMEOBJECTNAME(%csidl_personal%)

[Shared Documents.Instructions]
ForceDestFile = Shared Documents.ForceDestFile
CopyFilesFiltered = Shared Documents.CopyFilesFiltered

[Shared Documents.ForceDestFile]
%csidl_common_documents%\desktop.ini

[Shared Documents.CopyFilesFiltered]
dir=%csidl_common_documents%\*


[Quick Launch.Detect]
Directory,%QuickLaunchDir%,EXISTS

[Quick Launch.Instructions]
ForceDestFile = Quick Launch.ForceDestFile
CopyFilesFiltered = Quick Launch.CopyFilesFiltered

[Quick Launch.ForceDestFile]
%QuickLaunchDir%\desktop.ini

[Quick Launch.CopyFilesFiltered]
dir=%QuickLaunchDir%\*


[Favorites.Detect]
Directory,%CSIDL_FAVORITES%,EXISTS

[Favorites.Instructions]
ForceDestFile = Favorites.ForceDestFile
CopyFilesFiltered = Favorites.CopyFilesFiltered

[Favorites.ForceDestFile]
%CSIDL_FAVORITES%\desktop.ini

[Favorites.CopyFilesFiltered]
dir=%CSIDL_FAVORITES%\*


[Shared Favorites.Detect]
Directory,%csidl_common_favorites%,EXISTS,!SAMEOBJECTNAME(%csidl_favorites%)

[Shared Favorites.Instructions]
ForceDestFile = Shared Favorites.ForceDestFile
CopyFilesFiltered = Shared Favorites.CopyFilesFiltered

[Shared Favorites.ForceDestFile]
%csidl_common_favorites%\desktop.ini

[Shared Favorites.CopyFilesFiltered]
dir=%csidl_common_favorites%\*



[Copy This State]
copyfiles=D_Drive

[D_Drive]
dir=d:\*


[Copy This State]
copyfiles=Default CopyFiles

[Default CopyFiles]
; Word Processor Documents
C:\*.doc, %c_data%
C:\*.dot, %c_data%
C:\*.rtf, %c_data%
C:\*.txt, %c_data%\Text Files
;C:\*.mcw, %c_data%
C:\*.wps, %c_data%
C:\*.scd, %c_data%
C:\*.wri, %c_data%
C:\*.wpd, %c_data%

; Spreadsheet Documents
C:\*.xl?, %c_data%
C:\*.csv, %c_data%
C:\*.iqy, %c_data%
C:\*.dqy, %c_data%
C:\*.oqy, %c_data%
C:\*.rqy, %c_data%
C:\*.wk?, %c_data%
;C:\*.wq1, %c_data%
;C:\*.slk, %c_data%
;C:\*.dif, %c_data%

; Presentation Documents
C:\*.ppt, %c_data%
C:\*.pps, %c_data%
;C:\*.pot, %c_data%
;C:\*.sh3, %c_data%
;C:\*.ch3, %c_data%
;C:\*.pre, %c_data%
C:\*.ppa, %c_data%

:Outlook files
C:\*.pst, %c_data%
C:\*.pab, %c_data%
C:\*.wab, %c_data%

; Quicken files
C:\*.qdf
C:\*.qsd
C:\*.qel
C:\*.qph
[Strings]

;Drive files and folders
D:\*.*, %D_DRIVE%

QuickLaunchDir = "%csidl_appdata%\Microsoft\Internet Explorer\Quick
Launch"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

USMT INF Files 2

Top