Your network contains an Active Directory domain named contoso.com.
The domain contains a server named Server1 that runs Windows Server 2008 R2.
You plan to test Windows Server 2012 R2 by using native-boot virtual hard disks (VHDs). You have a Windows image file named file1.wim. You need to add an image of a volume to file1.wim. What should you do?
A. Run dism.exe and specify the /image parameter.
B. Run dism.exe and specify the /append-image parameter. C. Run imagex.exe and specify the /append parameter. D. Run imagex.exe and specify the /export parameter. Correct Answer: B
Section: 1. Deploy and manage server images Explanation
Explanation/Reference: Explanation:
- Capture and apply Windows images. - Append and delete images in a .wim file. - Split .wim files into several smaller files.
technet.microsoft.com/en-us/library/hh825236.aspx technet.microsoft.com/en-us/library/Hh824916.aspx
QUESTION 38
You have Windows Server 2012 R2 installation media that contains a file named Install.wim. You need to identify which images are present in Install.wim.
What should you do?
A. Run imagex.exe and specify the /ref parameter.
B. Run dism.exe and specify the /get-mountedwiminfo parameter. C. Run dism.exe and specify the /get-imageinfo parameter. D. Run imagex.exe and specify the /verify parameter. Correct Answer: C
Section: 1. Deploy and manage server images Explanation Explanation/Reference: Last update: 14/09/2015 Explanation: Option: /Get-ImageInfo Arguments: /ImageFile: <path_to_image.wim>
[{/Index: <Image_index> | /Name: <Image_name>}]
Displays information about the images that are contained in the .wim, vhd or .vhdx file. When used with the Index or /Name argument, information about the specified image is displayed, which includes if an image is a WIMBoot image, if the image is Windows 8.1 Update, see Take Inventory of an Image or Component Using DISM. The /Name argument does not apply to VHD files. You must specify /Index: 1 for VHD files.
Note 2 :
We can either ImageX.exe with the parameter info / or Dism.exe with the parameters Get-Info Image / use to list the images contained in the image file. imagex /info D:\WIM\Install.wim
Dism /Get-ImageInfo /ImageFile: D:\WIM\Install.wim
http://technet.microsoft.com/en-us/library/cc749447(v=ws.10).aspx http://technet.microsoft.com/en-us/library/dd744382(v=ws.10).aspx http://technet.microsoft.com/en-us/library/hh825224.aspx
QUESTION 39
Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1 that runs Windows Server 2008 R2. You plan to test Windows Server 2012 R2 by using native-boot virtual hard disks (VHDs).
You attach a new VHD to Server1.
You need to install Windows Server 2012 R2 in the VHD. What should you do?
A. Run imagex.exe and specify the /append parameter. B. Run dism.exe and specify the /apply-image parameter. C. Run imagex.exe and specify the /export parameter. D. Run dism.exe and specify the /append-image parameter. Correct Answer: B
Section: 1. Deploy and manage server images Explanation
Explanation/Reference: Last update: 14/09/2015
Explanation:
match the partition structure of the reference computer. If you apply an image to a volume with an existing Windows installation, files from the previous installation may not be deleted. Format the volume by using a tool such as DiskPart before applying the new image.
QUESTION 40
Your network contains an Active Directory domain named contoso.com. The domain contains a member server named Server1. All servers run Windows Server 2012 R2.
You need to collect the error events from all of the servers on Server1.
The solution must ensure that when new servers are added to the domain, their error events are collected automatically on Server1. Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.)
A. On Server1, create a collector initiated subscription.
B. On Server1, create a source computer initiated subscription.
C. From a Group Policy object (GPO), configure the Configure target Subscription Manager setting. D. From a Group Policy object (GPO), configure the Configure forwarder resource usage setting. Correct Answer: BC
Section: 6. Configure and manage Group Policy Explanation
Explanation/Reference: Last update: 14/09/2015
Explanation:
To set up a Source-Initiated Subscription with Windows Server 2003/2008 so that events of interest from the Security event log of several domain controllers can be forwarded to an administrative workstation
* Group Policy
The forwarding computer needs to be configured with the address of the server to which the events are forwarded. This can be done with the following group policy setting:
Computer configuration-Administrative templates-Windows components-Event forwarding- Configure the server address, refresh interval, and issue certificate authority of a target subscription manager.
* Edit the GPO and browse to Computer Configuration | Policies | Administrative Templates | Windows Components | Event Forwarding - Configure the server address, refresh interval, and issuer certificate authority of a target Subscription Manager
Note 2:
We can create and the source computer via Group Policy Object (GPO) to configure for event forwarding to Server1 a source computer-initiated event subscription.
Policy: Configuring target Subscription Manager
This policy setting allows the server address, the refresh interval and the exhibitors certification body of a target Subscription Manager .
Configuring If you enable this policy setting, you can configure the source computer so that it connects to a certain FQDN (Fully Qualified Domain Name, FQDN) or an IP address manufactures and subscription details requests.
Use the HTTPS protocol, the following syntax:
server = https: // 'FQDN of the Collection ": 5986 / wsman / SubscriptionManager / WEC, Refresh =" refresh interval in seconds ", IssuerCA =" fingerprint of the client authentication certificate "
Use for the HTTP protocol port 5985. QUESTION 41
Your network contains a Hyper-V host named Server1 that hosts 20 virtual machines.
You need to view the amount of memory resources and processor resources each virtual machine uses currently. Which tool should you use on Server1?
A. Hyper-V Manager B. Task Manager
C. Windows System Resource Manager (WSRM) D. Resource Monitor
Correct Answer: A
Section: 1. Deploy and manage server images Explanation
Explanation/Reference:
QUESTION 42
volume.
You add a new hard disk to WSUS1 and then create a volume on the hard disk.
You need to ensure that the Windows Server Update Services (WSUS) update files are stored on the new volume. What should you do?
A. From the Update Services console, configure the Update Files and Languages option.
B. From the Update Services console, run the Windows Server Update Services Configuration Wizard. C. From a command prompt, run wsusutil.exe and specify the export parameter.
D. From a command prompt, run wsusutil.exe and specify the movecontent parameter. Correct Answer: D
Section: 1. Deploy and manage server images Explanation
Explanation/Reference: Last update: 14/09/2015
Explanation:
Local Storage Considerations
If you decide to store update files on your server, the recommended minimum disk size is 30 GB. However, depending on the synchronization options you specify, you might need to use a larger disk. For example, when specifying advanced synchronization options, as in the following procedure, if you select options to
download multiple languages and/or the option to download express installation files, your server disk can easily reach 30 GB. Therefore if you choose any of these options, install a larger disk (for example, 100 GB).
If your disk gets full, you can install a new, larger disk and then move the update files to the new location. To do this, after you create the new disk drive, you will need to run the WSUSutil.exetool (with the movecontent command) to move the update files to the new disk. For this procedure, see Managing WSUS from the Command Line.
For example, if D:\WSUS1 is the new path for local WSUS update storage, D:\move. log is the path to the log file, and you wanted to copy the old files to the new location, you would type: wsusutil.exe movecontent D:\WSUS1\ D:\move. log
Note: If you do not want to use WSUSutil.exe to change the location of local WSUS update storage, you can also use NTFS functionality to add a partition to the current location of local WSUS update storage. For more information about NTFS, go to Help and Support Center in Windows Server 2003.
At the command line %drive%\Program Files\Update Services\Tools>, type: wsusutilmovecontentcontentpathlogfile -skipcopy [/?]
The parameters are defined in the following table. contentpath - the new root for content files. The path must exist. logfile - the path and file name of the log file to create. -skipcopy - indicates that only the server configuration should be changed, and that the content files should not be copied.
/help or /? - displays command-line help for movecontent command.
http://blogs.technet.com/b/sus/archive/2008/05/19/wsus-how-to-change-the-location-where-wsus-stores-updates-locally.aspx http://technet.microsoft.com/en-us/library/cc720475(v=ws.10).aspx http://technet.microsoft.com/en-us/library/cc708480%28v=ws.10%29.aspx http://technet.microsoft.com/en-us/library/cc720466(v=ws.10).aspx http://technet.microsoft.com/en-us/library/cc708480%28v=ws.10%29.aspx QUESTION 43
Your company has a main office and two branch offices. The main office is located in Seattle. The two branch offices are located in Montreal and Miami. Each office is configured as an Active Directory site.
The network contains an Active Directory domain named contoso.com. Network traffic is not routed between the Montreal office and the Miami office.
You implement a Distributed File System (DFS) namespace named \\contoso.com\public. The namespace contains a folder named Folder1. Folder1 has a folder target in each office.
You need to configure DFS to ensure that users in the branch offices only receive referrals to the target in their respective office or to the target in the main office.
Which two actions should you perform? (Each correct answer presents part of the solution. Choose two.) A. Set the Ordering method of \\contoso.com\public to Random order.
B. Set the Advanced properties of the folder target in the Seattle office to Last among all targets.
C. Set the Advanced properties of the folder target in the Seattle office to First among targets of equal cost. D. Set the Ordering method of \\contoso.com\public to Exclude targets outside of the client's site.
E. Set the Advanced properties of the folder target in the Seattle office to Last among targets of equal cost. F. Set the Ordering method of \\contoso.com\public to Lowest cost.
Correct Answer: BD
Section: 2. Configure file and print services Explanation
Last update: 15/09/2015
Explanation:
Exclude targets outside of the client's site
In this method, the referral contains only the targets that are in the same site as the client. These same-site targets are listed in random order. If no same-site targets exist, the client does not receive a referral and cannot access that portion of the namespace. Note: Targets that have target priority set to "First among all targets" or "Last among all targets" are still listed in the referral, even if the ordering method is set to Exclude targets outside of the client's site .
Note 2: Set the Ordering Method for Targets in Referrals A referral is an ordered list of targets that a client computer receives from a domain controller or