Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

498 lines
21 KiB

  1. #include <winver.h>
  2. #if defined(USE_DS_VER)
  3. #include <dsverp.h>
  4. #else
  5. #include <ntverp.h>
  6. #endif
  7. #define VER_FILETYPE VFT_DLL
  8. #define VER_FILESUBTYPE VFT2_UNKNOWN
  9. #define VER_FILEDESCRIPTION_STR "ADMT Module"
  10. #define VER_INTERNALNAME_STR "McsMigrationDriver"
  11. #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR ".dll"
  12. #include <common.ver>
  13. //Microsoft Developer Studio generated resource script.
  14. //
  15. #include "resource.h"
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "winres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. #undef APSTUDIO_READONLY_SYMBOLS
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. #ifdef _WIN32
  28. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  29. #pragma code_page(1252)
  30. #endif //_WIN32
  31. #ifdef APSTUDIO_INVOKED
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // TEXTINCLUDE
  35. //
  36. 1 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "resource.h\0"
  39. END
  40. 2 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "#include ""winres.h""\r\n"
  43. "\0"
  44. END
  45. 3 TEXTINCLUDE DISCARDABLE
  46. BEGIN
  47. "#include ""Registry.rc2""\r\n"
  48. "1 TYPELIB ""MigDrvr.tlb""\r\n"
  49. "\0"
  50. END
  51. #endif // APSTUDIO_INVOKED
  52. /////////////////////////////////////////////////////////////////////////////
  53. //
  54. // Dialog
  55. //
  56. IDD_DETAILS DIALOG DISCARDABLE 0, 0, 257, 186
  57. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  58. CAPTION "Dialog"
  59. FONT 8, "MS Shell Dlg"
  60. BEGIN
  61. LTEXT "Refresh rate:",IDC_REFRESH_LABEL,10,148,50,10
  62. EDITTEXT IDC_EDIT2,61,146,19,12,ES_AUTOHSCROLL
  63. PUSHBUTTON "&Refresh",IDC_BTNREFRESH,10,166,50,14
  64. PUSHBUTTON "&Stop",IDC_STOPAGENT,132,166,50,14
  65. DEFPUSHBUTTON "&Close",IDOK,192,166,50,14,WS_DISABLED
  66. LTEXT "Status:",IDC_STATIC,10,5,25,10
  67. LTEXT "Static",IDC_STATUS,55,5,190,10
  68. LTEXT "Current Path",IDC_CURRENT,10,40,235,30
  69. LTEXT "Files",IDC_FilesLabel,10,94,45,9
  70. LTEXT "Directories",IDC_DirectoriesLabel,10,106,45,9
  71. RTEXT "0",IDC_FilesExamined,56,94,33,9
  72. RTEXT "0",IDC_DirsExamined,56,106,33,9
  73. RTEXT "0",IDC_FilesChanged,106,94,33,9
  74. RTEXT "0",IDC_DirsChanged,106,106,33,9
  75. RTEXT "Examined",IDC_ExaminedLabel,60,82,32,8
  76. RTEXT "Changed",IDC_ChangedLabel,105,82,36,8
  77. RTEXT "Unchanged",IDC_UnchangedLabel,195,82,46,8
  78. RTEXT "0",IDC_FilesU,206,94,33,9
  79. RTEXT "0",IDC_DirsU,206,106,33,9
  80. LTEXT "Shares",IDC_SharesLabel,10,118,40,8
  81. RTEXT "0",IDC_SharesExamined,56,118,33,9
  82. RTEXT "0",IDC_SharesChanged,106,118,33,9
  83. RTEXT "0",IDC_SharesU,206,118,33,9
  84. LTEXT "Operation:",IDC_STATIC,10,20,40,10
  85. LTEXT "Static",IDC_OPERATION,55,20,190,10
  86. PUSHBUTTON "&Plug-in results",IDC_PLUG_IN_RESULTS,191,146,50,14,NOT
  87. WS_VISIBLE
  88. PUSHBUTTON "&View Log",IDC_VIEW_LOG,70,166,50,14,NOT WS_VISIBLE
  89. END
  90. IDD_AGENTMONITOR_MAIN DIALOG DISCARDABLE 0, 0, 302, 226
  91. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  92. CAPTION "Summary"
  93. FONT 8, "MS Shell Dlg"
  94. BEGIN
  95. LTEXT "Computers started:",IDC_STATIC,10,33,60,8
  96. LTEXT "Computers finished:",IDC_STATIC,10,60,65,10
  97. CONTROL "Progress1",IDC_INSTALL_PROGRESS,"msctls_progress32",
  98. WS_BORDER,75,33,215,10
  99. CONTROL "Progress2",IDC_COMPLETE_PROGESS,"msctls_progress32",
  100. WS_BORDER,75,60,215,10
  101. RTEXT "0",IDC_INSTALLED_COUNT,15,85,20,8
  102. LTEXT "Computers installed",IDC_STATIC,46,85,62,8
  103. RTEXT "0",IDC_RUNNING_COUNT,15,102,20,8
  104. LTEXT "Computers running",IDC_STATIC,46,102,60,10
  105. RTEXT "0",IDC_FINISHED_COUNT,145,85,20,8
  106. LTEXT "Computers finished",IDC_STATIC,175,85,60,8
  107. RTEXT "0",IDC_ERROR_COUNT,145,102,20,8
  108. LTEXT "Computers failed",IDC_STATIC,175,102,55,8
  109. LTEXT "",IDC_TOTAL,10,10,265,10
  110. GROUPBOX "Objects translated",IDC_STATIC,15,120,275,95
  111. LTEXT "Files",IDC_STATIC,30,147,16,9
  112. LTEXT "Directories",IDC_STATIC,30,159,34,9
  113. RTEXT "0",IDC_FilesExamined,76,147,33,9
  114. RTEXT "0",IDC_DirsExamined,76,159,33,9
  115. RTEXT "0",IDC_FilesChanged,126,147,33,9
  116. RTEXT "0",IDC_DirsChanged2,126,159,33,9
  117. LTEXT "Examined",IDC_STATIC,80,135,32,8
  118. LTEXT "Changed",IDC_STATIC,131,135,30,8
  119. LTEXT "Unchanged",IDC_STATIC,223,135,38,8
  120. RTEXT "0",IDC_FilesU,226,147,33,9
  121. RTEXT "0",IDC_DirsU,226,159,33,9
  122. LTEXT "Shares",IDC_STATIC,30,171,23,8
  123. RTEXT "0",IDC_SharesExamined2,76,171,33,9
  124. RTEXT "0",IDC_SharesChanged,126,171,33,9
  125. RTEXT "0",IDC_SharesU,226,171,33,9
  126. LTEXT "Group members",IDC_STATIC,30,184,50,8
  127. RTEXT "0",IDC_MembersExamined,80,184,29,9
  128. RTEXT "0",IDC_MembersChanged,126,184,33,9
  129. RTEXT "0",IDC_MembersU,226,184,33,9
  130. LTEXT "User rights",IDC_STATIC,30,197,34,8
  131. RTEXT "0",IDC_RightsExamined,76,197,33,9
  132. RTEXT "0",IDC_RightsChanged,126,197,33,9
  133. RTEXT "0",IDC_RightsU,226,197,33,9
  134. END
  135. IDD_AGENTMONITOR_DIALOG DIALOGEX 0, 0, 322, 181
  136. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP |
  137. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  138. EXSTYLE WS_EX_APPWINDOW
  139. CAPTION "Server List"
  140. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  141. BEGIN
  142. CONTROL "List1",IDC_SERVERLIST,"SysListView32",LVS_REPORT |
  143. WS_BORDER | WS_TABSTOP,10,10,300,145
  144. PUSHBUTTON "&View Dispatch Log",IDC_VIEW_DISPATCH,239,160,70,15
  145. PUSHBUTTON "&Agent Detail",IDC_DETAILS,165,160,65,15
  146. END
  147. IDD_STARTSTOP DIALOG DISCARDABLE 0, 0, 242, 95
  148. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  149. CAPTION "Monitoring Settings"
  150. FONT 8, "MS Shell Dlg"
  151. BEGIN
  152. LTEXT "&Dispatch log:",IDC_LOG_LABEL,5,10,45,10
  153. EDITTEXT IDC_LOGFILE,55,10,80,12,ES_AUTOHSCROLL
  154. LTEXT "&Refresh interval (seconds):",IDC_REFRESH_LABEL,5,35,85,
  155. 10
  156. EDITTEXT IDC_INTERVAL,100,35,35,12,ES_AUTOHSCROLL
  157. LTEXT "Data&base:",IDC_DB_LABEL,5,63,35,10,NOT WS_VISIBLE
  158. EDITTEXT IDC_DB,42,61,188,12,ES_AUTOHSCROLL | NOT WS_VISIBLE
  159. CONTROL "&Import results into database",IDC_IMPORT,"Button",
  160. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,40,80,102,
  161. 10
  162. DEFPUSHBUTTON "&Start Monitoring",IDC_STARTMONITOR,165,10,65,15
  163. PUSHBUTTON "Stop &Monitoring",IDC_STOPMONITOR,165,35,65,15,
  164. WS_DISABLED
  165. END
  166. IDD_PLEASEWAIT DIALOG DISCARDABLE 0, 0, 186, 94
  167. STYLE DS_MODALFRAME | WS_CHILD
  168. FONT 8, "MS Shell Dlg"
  169. BEGIN
  170. CTEXT "Dispatching agents, please wait.....",
  171. IDC_STATIC_MESSAGE,7,38,172,49
  172. END
  173. /////////////////////////////////////////////////////////////////////////////
  174. //
  175. // DESIGNINFO
  176. //
  177. #ifdef APSTUDIO_INVOKED
  178. GUIDELINES DESIGNINFO DISCARDABLE
  179. BEGIN
  180. IDD_DETAILS, DIALOG
  181. BEGIN
  182. LEFTMARGIN, 7
  183. RIGHTMARGIN, 250
  184. TOPMARGIN, 7
  185. BOTTOMMARGIN, 179
  186. END
  187. IDD_AGENTMONITOR_MAIN, DIALOG
  188. BEGIN
  189. LEFTMARGIN, 7
  190. RIGHTMARGIN, 295
  191. TOPMARGIN, 7
  192. BOTTOMMARGIN, 219
  193. END
  194. IDD_AGENTMONITOR_DIALOG, DIALOG
  195. BEGIN
  196. LEFTMARGIN, 7
  197. RIGHTMARGIN, 315
  198. TOPMARGIN, 7
  199. BOTTOMMARGIN, 174
  200. END
  201. IDD_STARTSTOP, DIALOG
  202. BEGIN
  203. LEFTMARGIN, 7
  204. RIGHTMARGIN, 235
  205. TOPMARGIN, 7
  206. BOTTOMMARGIN, 88
  207. END
  208. IDD_PLEASEWAIT, DIALOG
  209. BEGIN
  210. LEFTMARGIN, 7
  211. RIGHTMARGIN, 179
  212. TOPMARGIN, 7
  213. BOTTOMMARGIN, 87
  214. END
  215. END
  216. #endif // APSTUDIO_INVOKED
  217. /////////////////////////////////////////////////////////////////////////////
  218. //
  219. // String Table
  220. //
  221. STRINGTABLE DISCARDABLE
  222. BEGIN
  223. IDS_PROJNAME "McsMigrationDriver"
  224. IDS_MIGRATOR_DESC "Migrator Class"
  225. IDS_ABOUTBOX "&About AgentMonitor..."
  226. IDS_PROGRESS_TITLE "Migration Progress"
  227. IDS_ServerNotFound """Server entry not found."""
  228. IDS_ServerAgentProgressTitle "%1 Agent Progress"
  229. IDS_StatusCompleted "The agent is finished."
  230. IDS_AccountCopiedLabel "Copied"
  231. IDS_AccountErrorsLabel "Errors"
  232. IDS_AccountUsersLabel "Users"
  233. IDS_AccountGroupsLabel "Groups"
  234. IDS_AccountComputersLabel "Computers"
  235. END
  236. STRINGTABLE DISCARDABLE
  237. BEGIN
  238. IDS_ChangedLabel "Changed"
  239. IDS_UnchangedLabel "Unchanged"
  240. IDS_FilesLabel "Files"
  241. IDS_SharesLabel "Shares"
  242. IDS_DirectoriesLabel "Directories"
  243. IDS_MailboxesLabel "Objects"
  244. IDS_ContainersLabel " "
  245. IDS_AgentNotRunning "The agent is not running."
  246. IDS_CantMonitorOnNt351 "Real-time monitoring is not available for machines running Windows NT 3.51."
  247. IDS_CannotConnectToAgent "Cannot connect to agent."
  248. IDS_RPCBindFailed "Failed to create RPC binding."
  249. IDS_NoActiveAgent "Failed to locate active agent, hr=%1!x!"
  250. IDS_AgentJobNotFound "%1 job not found."
  251. IDS_AgentNoLongerRunning "The agent is no longer running."
  252. IDS_QueryJobStatusFailed "QueryJobStatus failed, hr=%1!lx!"
  253. IDS_ExceptionConnectingToAgent
  254. "Failed to connect to the agent. An exception occurred. "
  255. IDS_LaunchNotePadFailed "Failed to open the notepad application."
  256. END
  257. STRINGTABLE DISCARDABLE
  258. BEGIN
  259. IDS_ConfirmStopAgent "Are you sure you want to stop the agent?"
  260. IDS_CancelJobFailed "Error cancelling job, hr=%1!lx!"
  261. IDS_StopAgentFailed "Error stopping agent, rc=%1!ld!"
  262. IDS_ConfirmCancelJob "Are you sure you want to stop the operation?"
  263. IDS_StopAgentFailedHexResult "Error stopping agent, hr=%1!lx!"
  264. IDS_CLIOption_Log "LOG:"
  265. IDS_CLIOption_Import "IMPORT:"
  266. IDS_CLIOption_Start "START"
  267. IDS_CLIOption_LocalJob "LOCALJOB:"
  268. IDS_MainWindowTitle "Active Directory Migration Tool Agent Monitor"
  269. IDS_ConfirmExitAgentsRunning
  270. "One or more agents are still running.\nAre you sure you want to exit the agent monitor?"
  271. IDS_MessageTitle "Active Directory Migration Tool"
  272. IDS_ComputerColumnHeading "Computer"
  273. IDS_TimestampColumnHeading "Last Checked"
  274. IDS_StatusColumnHeading "Status"
  275. IDS_MessageColumnHeading "Message"
  276. END
  277. STRINGTABLE DISCARDABLE
  278. BEGIN
  279. IDS_NotepadCommandLine "%1Notepad.exe %2"
  280. IDS_LogfileIsInvalid "The log file '%1' is invalid on the server '%2'."
  281. IDS_ServerNotInServerList "Cannot find the server in the server list."
  282. IDS_Status_Unknown "Status Unknown"
  283. IDS_Status_Installing "Installing"
  284. IDS_Status_InstallFailed "Install Failed"
  285. IDS_Status_Installed "Installed"
  286. IDS_Status_DidNotStart "Did not start"
  287. IDS_Status_Running "Running"
  288. IDS_Status_Failed "Status Unknown"
  289. IDS_Status_Completed "Completed"
  290. IDS_Status_NotRunning "Not running"
  291. IDS_PromptEnterDispatchLogName "Enter the filename for the dispatch log."
  292. IDS_ServerCountMessage "Dispatching agents to %1!ld! servers."
  293. IDS_FailedToLoadResults "Failed to load results file %1, hr=%2!lx!"
  294. IDS_AgentFinishedNoResults
  295. "The agent finished but failed to report its results."
  296. IDS_AgentNoResults "The agent failed to report its results."
  297. IDS_AccessDenied "Access is denied."
  298. END
  299. STRINGTABLE DISCARDABLE
  300. BEGIN
  301. IDS_CopyAccounts "Copy Accounts"
  302. IDS_TranslateSecurity "Translate Security"
  303. IDS_ExaminedLabel "Examined"
  304. IDS_DispatchToServers "The agent will be dispatched."
  305. IDS_DescDomains "Migrate from %1 to %2\n"
  306. IDS_DescLogfile "Logfile: %1\n"
  307. IDS_DescCredentials "Credentials: %1\\%2\n"
  308. IDS_DescCopyUsers " User accounts\n"
  309. IDS_DescCopyGroups " Groups\n"
  310. IDS_DescCopyComputers " Computer accounts\n"
  311. IDS_DescCopyOUs " Organizational Units\n"
  312. IDS_DescWriteChanges "Changes will be written.\n"
  313. IDS_DescNoChange "Changes will not be written.\n"
  314. IDS_DescNoReplaceExisting "Existing accounts will not be replaced.\n"
  315. IDS_DescReplaceExisting "Existing accounts will be overwritten.\n"
  316. IDS_DescRenameWithPrefix "Renaming accounts with the prefix '%1'.\n"
  317. END
  318. STRINGTABLE DISCARDABLE
  319. BEGIN
  320. IDS_DescRenameWithSuffix "Renaming accounts with the suffix '%1'.\n"
  321. IDS_DescAccountCount "%1!ld! objects are selected for migration.\n"
  322. IDS_DescAccountMigration "\nAccount Migration\n"
  323. IDS_DescGeneral "General Settings\n"
  324. IDS_DescMailboxTranslation
  325. "Mailbox permissions will be translated for recipients in '%1' using MAPI profile '%2'.\n"
  326. IDS_DescContainerTranslation
  327. "Security for Exchange directory objects will be translated, \nusing exchange server '%1'.\n\n"
  328. IDS_DescFileTrans " NTFS files and directories\n"
  329. IDS_DescSecurityTranslationFor
  330. "Security will be translated for the following objects:\n"
  331. IDS_DescShareTrans " Shares\n"
  332. IDS_DescPrinterTrans " Printers\n"
  333. IDS_DescLGTrans " Local Groups\n"
  334. IDS_DescRightsTrans " User Rights\n"
  335. IDS_DescProfileTrans " Local User Profiles\n"
  336. IDS_DescCopyAccountTypes
  337. "Objects of the following classes will be copied:\n"
  338. IDS_TranslationMode "Translation Mode: %1\n"
  339. IDS_GenerateMigratedAccountsReport
  340. "The Migrated Users and Groups report will be generated.\n"
  341. END
  342. STRINGTABLE DISCARDABLE
  343. BEGIN
  344. IDS_GenerateMigratedComputersReport
  345. "The Migrated Computers report will be generated.\n"
  346. IDS_GenerateExpiredComputersReport
  347. "The Expired Computers report will be generated.\n"
  348. IDS_GenerateAccountReferencesReport
  349. "The Account References report will be generated.\n"
  350. IDS_GenerateNameConflictReport
  351. "The Name Conflicts report will be generated.\n"
  352. IDS_UserMigration "User Migration\n"
  353. IDS_GroupMigration "Group Migration\n"
  354. IDS_ComputerMigration "Computer Migration\n"
  355. IDS_SecurityTranslation "Security Translation\n"
  356. IDS_ReportGeneration "Report Generation\n"
  357. IDS_RetryTasks "Retry failed distributed tasks.\n"
  358. IDS_Service "Congratulations, you have successfully defined the \nservice account entries to be used for service account \nmigration. The services you have marked as ""Include""\nwill be updated when the accounts are migrated using\nthe user migration wizard.\n"
  359. IDS_TrustManagement "You have successfully completed the trust migration wizard.\n"
  360. IDS_Exchange "Exchange server migration\n"
  361. IDS_Undo "Undo Wizard\n\n"
  362. IDS_CannotCloseWhileAgentIsRunning
  363. "A migration task is currently in progress. To stop the task, click the Stop Agent button."
  364. IDS_DescUndo "Undo the previous migration\n"
  365. END
  366. STRINGTABLE DISCARDABLE
  367. BEGIN
  368. IDS_DescAccountCountForDelete "\n%1!ld! accounts will be unmigrated.\n"
  369. IDS_DescRegistryTrans " Registry\n"
  370. IDS_GroupsWillBeMapped "The membership of the %1!ld! selected source groups will be added to %2."
  371. IDS_SIDHistory_Yes "SIDs will be migrated from the source accounts.\n"
  372. IDS_SIDHistory_No "SIDs will not be migrated from the source accounts.\n"
  373. IDS_HELPFILE "DomainMig.chm"
  374. IDS_MSG_HELP "The help topic was not found."
  375. IDS_MSG_ERROR "Error"
  376. IDS_SeeLogForAgentErrors_S
  377. "Click Agent Detail, View Log, or see the log file '%1' on the agent computer for details."
  378. IDS_Status_Completed_With_Errors "Completed With Errors"
  379. IDS_Status_Completed_With_Warnings "Completed With Warnings"
  380. IDS_Status_Completed_With_SErrors "Completed With Errors"
  381. IDS_Status_Processing_Results " Still processing results ..."
  382. IDS_Status_Cannot_Retrieve_Results " Unable to retrieve results."
  383. IDS_JustStartingConfirmExit
  384. "The operation has not been completed yet. If you close this window, you will not be able to see the results of the operation.\nAre you sure you want to exit?"
  385. IDS_AgentsStillRunningCannotExit
  386. "One or more operations are still running. Closing this dialog will not stop the operations. If you continue, the results will not be retrieved. It is recommended not to close this dialog until all operations have finished. Are you sure you want to continue?"
  387. IDS_OwnerRef_S "%1 Owner"
  388. IDS_GroupRef_S "%1 Primary Group"
  389. END
  390. STRINGTABLE DISCARDABLE
  391. BEGIN
  392. IDS_DACLRef_S "%1 DACL"
  393. IDS_SACLRef_S "%1 SACL"
  394. IDS_WaitingMessage "<<Loading information>>"
  395. IDS_NoServersMessage "<<No agents were dispatched. Click ""View Dispatch Log"" for details.>>"
  396. IDS_ConfirmCloseWhileAgentIsRunning
  397. "The migration task is not finished yet. To stop the migration task, click 'Stop'. Continuing will close the progress monitor, and you will not be able to see the results of the migration task. Are you sure you want to close the progress monitor?"
  398. IDS_STATUS_Gathering_NameConf
  399. "Collecting name conflict information. This\nmay take several minutes to complete..."
  400. IDS_STATUS_GeneratingReports
  401. "Generating reports. This may \ntake several minutes to complete...."
  402. IDS_Affected "Affected"
  403. IDS_Unaffected "Unaffected"
  404. IDS_DescDisableSrcAccts "Existing source accounts will be disabled upon migration.\n"
  405. IDS_DescExpireSrcAccts "Existing source accounts will be set to expire in %1!ld! days.\n"
  406. IDS_DescDisableTgtAccts "New target accounts will be disabled upon migration.\n"
  407. IDS_DescLeaveAcctsActive
  408. "Target accounts will be enabled upon migration.\n"
  409. IDS_DescTranslateRoaming
  410. "Roaming profiles, if they exist, will be translated upon migration.\n"
  411. IDS_DescUpdateUserRights
  412. "Source accounts' domain-wide user rights will be updated upon migration.\n"
  413. END
  414. STRINGTABLE DISCARDABLE
  415. BEGIN
  416. IDS_DescStrongPassword "Complex passwords will be generated and placed in %1!s!.\n"
  417. IDS_DescSimplePassword "Passwords, matching the usernames, will be generated and placed in %1!s!.\n"
  418. IDS_MemberRef_S "Local Group Member"
  419. IDS_DescTransInputFile "Translate objects listed in the following sID map file:\n %1!s!\n"
  420. IDS_DescTransInputMOT "Translate objects from %1!s! and listed in the migrated object table.\n"
  421. IDS_DescCopyPassword "User passwords will be migrated.\n"
  422. IDS_DescExUserProps "Excluding the following user properties: \n"
  423. IDS_DescExGrpProps "Excluding the following group properties: \n"
  424. IDS_DescExCmpProps "Excluding the following computer properties: \n"
  425. IDS_DescExcludedProp " %1\n"
  426. IDS_DescTgtSameAsSrc "New target accounts will be enabled or disabled to match source accounts' state.\n"
  427. IDS_DescRenameWithPrefixOnConf
  428. "Name collisions will be resolved by renaming conflicting accounts with the prefix '%1'.\n"
  429. IDS_DescRenameWithSuffixOnConf
  430. "Name collisions will be resolved by renaming conflicting accounts with the suffix '%1'.\n"
  431. IDS_DescExInetOrgPersonProps
  432. "Excluding the following InetOrgPerson properties: \n"
  433. END
  434. STRINGTABLE DISCARDABLE
  435. BEGIN
  436. IDS_CompletionStatusLoggingPrelog "***** Start of Agent Completion Status Summary *****"
  437. IDS_CompletionStatusLoggingForcedToStopMonitoring "Monitoring was stopped by the user. Some agents might still be running without final results."
  438. IDS_CompletionStatusLoggingEpilog "***** End of Agent Completion Status Summary *****"
  439. IDS_CompletionStatusLoggingMachineNameTitle "Machine Name"
  440. IDS_CompletionStatusLoggingCompletionStatusTitle "Completion Status"
  441. IDS_CompletionStatusLoggingErrorMessageTitle "Error Message"
  442. IDS_CompletionStatusLoggingLogFilePathTitle "Log File Path"
  443. END
  444. #endif // English (U.S.) resources
  445. /////////////////////////////////////////////////////////////////////////////
  446. #ifndef APSTUDIO_INVOKED
  447. /////////////////////////////////////////////////////////////////////////////
  448. //
  449. // Generated from the TEXTINCLUDE 3 resource.
  450. //
  451. #include "Registry.rc2"
  452. 1 TYPELIB "MigDrvr.tlb"
  453. /////////////////////////////////////////////////////////////////////////////
  454. #endif // not APSTUDIO_INVOKED