DRAG DROP
A SharePoint 2010 environment contains the site collections described in the following table.
You plan to migrate the environment to SharePoint 2013. You create a SharePoint 2013 site
at the URL http:// testIntranet.contoso.com. You restore the database backups from the 2010
environment to the 2013 environment. You test the migration plan by migrating the
Intranet_Content database to the new site. You need to verify that the test migration
succeeds. Which Windows PowerShell cmdlets should you run? (To answer, drag the
appropriate cmdlets to the correct location or locations in the answer area. Each cmdlet may
be used once, more than once, or not at all. You may need to drag the split bar between
panes or scroll to view content.)

The answer should be
Test-SPContentDatabase
-Name Intranet_Content
-WebApplication http://testIntranet.contoso.com
Mount-SPContentDatabase
-Name Intranet_Content
-WebApplication http://testIntranet.contoso.com
Reference: https://technet.microsoft.com/en-us/library/cc262483.aspx
0
0
I do concur.
0
0
Do not they expect this?
The answer should be
Test-SPContentDatabase
-Name Intranet_Content
-WebApplication http://testIntranet.contoso.com
Mount-SPContentDatabase
-Name Intranet_Content
-WebApplication http://intranet.contoso.com
0
0
You need to verify that the test migration succeeds.
Not: Test and migrate the Intranet_Content database
0
0
Before migrate how we can test?
Ans should be like
Mount-SPContentDatabase
-Name Intranet_Content
-WebApplication http://intranet.contoso.com
Test-SPContentDatabase
-Name Intranet_Content
-WebApplication http://testIntranet.contoso.com
0
0
never! the mount = the migrate. demisch done before test.
0
0
You can’t mount or test the 2010 instance. Does not make sense.
Noted that the test commad specify the site and database. Then you should be mounting before testing.
0
0
This question is a bit wrong.
The Mount-SPContentDatabase command will perform the upgrade of the DB. Would be pointless then running the Test-SPContentDatabase after the fact. However the Test-SPContentDatabase command can be run before the DB is Mounted/Joined to a Web Application and before it is upgraded to a SP 2013 Version
https://technet.microsoft.com/en-us/library/ff607941.aspx
That being said the question does say “verify that the test migration succeeds” Running Test first you will know if it will fail or not. Running mount first and then testing is the only way to use both commands.
0
0
I think that you’re repeating this way too much !
0
0
spam
0
0