You are employed as a network administrator at ABC.com. ABC.com has an Active Directory
domain named ABC.com. All servers on the ABC.com network have Windows Server 2012
installed.
ABC.com has its headquarters in London, and an office in Paris. The London office has a server,
named ABC-SR13, which runs the BranchCache for Network Files role service. The Paris office
has a server, named ABC-SR14, which has been set up as a BranchCache hosted cache server.
You are preparing to run the Export-BCCachePackage cmdlet. You want to make sure that the
cmdlet runs as a background job.
Which of the following actions should you take?
A.
You should consider making use of the -ExportDataCache parameter.
B.
You should consider making use of the -CimSession<CimSession> parameter.
C.
You should consider making use of the -AsJob parameter.
D.
You should consider making use of the -OutputReferenceFile<String> parameter.
Explanation:
Parameters
-AsJob
Runs the cmdlet as a background job. Use this parameter to run commands that take a long time to complete. The cmdlet immediately returns an object that represents the job and then displays the command prompt. You can continue to work in the session while the job completes. To manage the job, use the *-Job cmdlets. To get the job results, use the Receive-Job cmdlet.