-
Notifications
You must be signed in to change notification settings - Fork 9
/
README
173 lines (115 loc) · 7.27 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
Just a note about the source to start with. It was built in Visual Studio 2010 beta 1 so it’s likely a requirement in order to open.
____________________________________________________________
The Workstation Migration Assistant is a visual wrapper for Microsoft's User State Migration Tool, designed to simplify the capture / restore process for your end-users, and at the same time being highly configurable so that it can be customised to suit your organisations needs. Some of the features include:
• Migrate via a pre-defined network storage location, external USB drive, or user-specified location. USB drive detection is automatic, and you can decide whether drives below a certain size are ignored (ie, memory sticks)
• Optional Hard Disk Health Check will run a CHKDSK prior to capture and fix errors if any are found
• Optional Encryption using a pre-defined company encryption key, or per-user customised encryption (for highly sensitive data that can’t be stored on a server without being encrypted)
• Use different configurations for "XP Only" (2000 / XP to XP) migrations via Standard (2000 / XP / Vista / Win 7 to XP / Vista / Win 7)
• Automatically run pre and post-capture / restore scripts and programs (very useful to further configure machine settings)
• Migrate domain only accounts, or domain and local
• Automatically exclude certain domain or local accounts from the migration
• Automatically send log files to an e-mail address via SMTP after the migration
• On-screen status during every stage of the migration, including ETA
• Option to limit migrations to a certain size, i.e. if over 20GB of data to backup, then fail and inform user. This is also overridable
• Automatic checks for USMT installation and optionally download and install
• Command-line automation
• Super-pretty UI :)
______________________
*** Pre-requisites ***
Please note that the Workstation Migration Assistant requires the Microsoft .NET Framework 2.0 to function. If you don’t have it installed, you’ll receive an error when you try to run WMA
Installation and configuration
• Extract the files to a local folder. It IS possible to run WMA from a network location, however this requires modifying the .NET security restrictions on each workstation you intend to run on. This can be done by running the following command from an Administrator Elevated command-prompt:
"C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol" -quiet -m -ag "LocalIntranet_Zone" -url "\\UNCPATH\WMA\App\*" FullTrust -n "Workstation Migration Assistant Assembly" -d "Grants full trust"
Where \\UNCPATH\WMA\App is the full path to the Workstation Migration Assistant
• Copy your USMT RuleSet files (MigUser.XML, MigApp.XML, MigSys.XML). If you do not have any, WMA will automatically copy these into the WMA folder on first run. Tailor them to suit your needs.
• If required, generate a config file from your RuleSet files. This step is not required, but will speed up the initial scan time of a migration. This is done by running:
ScanState.Exe /I:MigUser.XML /I:MigApp.XML /I:MigSys.XML /GenConfig:MyConfig.XML
Use the /TargetXP switch for XP Only migrations. This will speed up the migration process on these machine types.
• Edit the Workstation Migration Assistant configuration file (MigAssistant.Exe.Config). The following options are available:
MigrationNetworkLocation
Location for Network-based Migrations
MigrationNetworkLocationDisabled
Whether Network-based Migrations are disabled
MigrationExclusionsDomain
Comma-delimited list of domain accounts to exclude
MigrationExclusionsLocal
Comma-delimited list of local accounts to exclude
MigrationExclusionsOlderThanDays
Specifies that the migration should exclude users that have not logged on within the specified time. The default value of 0 means this setting will be ignored
MigrationXPOnly
Whether migrations are "XP Only". XPOnly rules then apply, including /TargetXP switch in USMT
MigrationConfig
Default configuration file, created with ScanState /GenConfig: switch
MigrationConfigXPOnly
XP Only configuration file, created with ScanState /GenConfig: switch
MigrationMultiUserMode
If set, defaults the migration type to multi-user mode
MigrationRuleSet
Comma-delimited list of default ruleset files, ie. MigUser.XML, MigApp.XML, MigSys.XML
MigrationRuleSetXPOnly
Comma-delimited list of XP Only ruleset files, ie. MigUser.XML, MigApp.XML, MigSys.XML
MigrationUSBMinSize
Minimum size an attached USB drive needs to be before WMA will try to use for migration
MigrationUSBAutoUseIfAvailable
Automatically uses an attached USB drive if found, without prompting. Useful in ZTI scenarios
MigrationMaxSize
Maximum size of data allowed during capture process
MigrationOverWriteExistingFolders
Whether an existing migration should be automatically overwritten should it be found
MigrationCompressionDisabled
Disables compression (and encryption). This is useful for testing your ruleset to ensure everything is migrated
MigrationDomainChange
Whether users should be migrated to a new domain during LoadState
MigrationEncryptionDisabled
Whether encryption is enabled or disabled
MigrationEncryptionDefaultKey
The default encryption key to use in migrations
MigrationRestoreAccountsPassword
The password that should be set for accounts when multiple accounts are being migrated
MigrationRestoreAccountsEnabled
Whether accounts should be enabled when multiple accounts are being migrated
MigrationScriptsPreCapture
Comma-delimted list of scripts/executables to run pre-Capture
MigrationScriptsPostCapture
Comma-delimted list of scripts/executables to run post-Capture
MigrationScriptsPreRestore
Comma-delimted list of scripts/executables to run pre-Restore
MigrationScriptsPostRestore
Comma-delimted list of scripts/executables to run post-Restore
MigrationScriptsNoWindow
Whether output should be shown from these scripts
SettingsHealthCheckDefaultEnabled
Whether the Health Check should be enabled by default
SettingsWorkstationDetailsDisabled
Whether the Workstation Details panel should be disabled and hidden
SettingsAdvancedSettingsDisabled
Whether the Advanced Settings button and window show be disabled and hidden
MailSend
Whether an SMTP mail should be sent after capture / restore
MailServer
SMTP Server
MailRecipients
Comma-delimited list of e-mail recipients
MailFrom
Email address from which the mail should come from
USMTLoggingValue
Verbosity level for Scanstate / Loadstate. More info in USMT Help file (USMT.CHM)
SettingsDebugMode
Whether debugging is enabled / disabled. Debugging is outputted to the file %TEMP%\WMA.Log
_______________________________
*** Command Line Parameters ***
It is possible to automate the Workstation Migration Assistant via the command-line. The following parameters are available:
/PROGRESSONLY <CAPTURE | RESTORE>
Initiate an automatic capture / restore.
/MIGFOLDER <foldername>
Specifies an alternate location for the migration datastore
/MIGOVERWRITEEXISTING
Automatically overwrites the existing migration datastore if it exists
/MIGMAXOVERRIDE
Overrides the specified maximum size of the migration data during capture
/MULTIUSERMODE
If set, defaults the migration type to multi-user mode
/XPONLY
Enables “XP Only” mode if the target machine will be XP
/CHANGEDOMAIN <newdomain>
Changes the domain that users should be migrated to during LoadState