1 / 9

Download Microsoft 70-417 Questions Realexamdumps.com

You choice of study material matters a lot for your preparation so you are suggested to download 70-417dumps from Realexamdumps.com. Experts on this site have worked very smartly for the production of this handy material. Although is a compact file but the information has been arranged in a way that it covers all the aspects of the field. You will find a very brief description of each exam topic. Purpose of 70-417 dumps is to make students competent with the knowledge of the field. You will also be given money back guarantee which can be claimed in case of unfortunate failure in the final.<br>For More Info : https://www.realexamdumps.com/microsoft/70-417-practice-test.html<br>

Télécharger la présentation

Download Microsoft 70-417 Questions Realexamdumps.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Microsoft 70-417 Upgrading Your Skills to MCSA Windows Server 2012 For More Information – Visit link below: https://www.realexamdumps.com/ Product Version

  2. Question: 1 You have a server named Server1 that runs Windows Server 2012 R2. You plan to create an image of Server1. You need to remove the source files for all server roles that are not installed on Server1. Which tool should you use? A. dism.exe B. servermanagercmd.exe C. ocsetup.exe D. imagex.exe Answer: A Explanation: servermanagercmd.exe The ServerManagerCmd.exe command-line tool has been deprecated in WindowsServer 2008 R2. imagex.exe ImageX is a command-line tool in Windows Vista that you can use to create and manageWindows image (.wim) files. A .wim file contains one or more volume images, disk volumes that containimages of an installed Windows operating system. dism.exe Deployment Image Servicing and Management (DISM.exe) is a command-line tool that canbe used to service a Windows?image or to prepare a Windows Preinstallation Environment (WindowsPE) image. It replaces Package Manager (Pkgmgr.exe), PEimg, and Intlcfg that were included inWindows Vista? The functionality that was included in these tools is now consolidated in one tool(DISM.exe), and new functionality has been added to improve the experience for offline servicing. DISMcan Add, remove, and enumerate packages. ocsetup.exe The Ocsetup.exe tool is used as a wrapper for Package Manager (Pkgmgr.exe) and for WindowsInstaller (Msiexec.exe). Ocsetup.exe is a command-line utility that can be used to perform scripted installs andscripted uninstalls of Windows optional components. The Ocsetup.exe tool replaces the Sysocmgr.exe tool thatWindows XP and Windows Server 2003i use. http://technet.microsoft.com/en-us/library/hh824822.aspx http://blogs.technet.com/b/joscon/archive/2010/08/26/adding-features-with- dism.aspx http://technet.microsoft.com/en-us/library/hh831809.aspx http://technet.microsoft.com/en-us/library/hh825265.aspx Question: 2 You have a server named Server1 that runs Windows Server 2012 R2. Server1 has following storage spaces: Data Users Backups Primordial You add an additional hard disk to Server1.

  3. You need to identify which storage space contains the new hard disk. Which storage space contains the new disk? A. Primordial B. Data C. Backups D. Users Answer: A Explanation: New Disks (Unallocated space) added to Primordial spacePrimordial Pool? All storage that meets acceptable criteria for Storage Spaces will be placed in the Primordial Pool. Thiscan be considered the default pool for devices from which any other pools will be created. Notice that there are no other virtual disks or pools at this point. The Primordial Pool will only consist of physical storage devices that do not belong to any other pools. http://blogs.technet.com/b/canitpro/archive/2012/12/13/storage-pools-dive-right-in.aspx http:// blogs.technet.com/b/askpfeplat/archive/2012/10/10/windows-server-2012-storagespaces-is- it for- youcould-be.aspx Question: 3 Your network contains an Active Directory domain named contoso.com. The domain contains a server named Server1. Server1 runs Windows Server 2012. You create a group Managed Service Account named gservice1. You need to configure a service named Service1 to run as the gservice1 account. How should you configure Service1? A. From a command prompt, run sc.exe and specify the config parameter. B. From a command prompt, run sc.exe and specify the sdset parameter. C. From the Services console, configure the General settings. D. From Windows PowerShell, run Set-Service and specify the -PassThrough parameter. Answer: A To specify a binary path for the NEWSERVICE service, type: sc config NewService binpath= "ntsd -d c:\windows\system32\NewServ.exe" Reference: Sc config https://technet.microsoft.com/en-us/library/cc990290.aspx http://technet.microsoft.com/en-us/library/cc738230(v=ws.10).aspx Question: 4

  4. You have a server named Data1 that runs a Server Core Installation of Windows Server 2012 R2 Standard. You need to configure Data1 to run a Server Core Installation of Windows Server 2012 R2 Datacenter. You want to achieve this goal by using the minimum amount of administrative effort. What should you perform? A. An online servicing by using Dism B. An offline servicing by using Dism C. An upgrade installation of Windows Server 2012 R2 D. A clean installation of Windows Server 2012 R2 Answer: A Explanation: A. Not least effort B. Not least effort C. dism /online /set-edition D. offline would be less ideal and more workex: DISM /online /Set-Edition:ServerEnterprise / ProductKey:489J6-VHDMP-X63PK-3K798-CPX3YWindows Server 2008 R2/2012 contains a command-line utility called DISM (Deployment Image Servicing andManagement tool). This tool has many features, but one of those features is the ability to upgrade the edition ofWindows in use. Note that this process is for upgrades only and is irreversible. You cannot set a Windowsimage to a lower edition. The lowest edition will not appear when you run the /Get-TargetEditions option. If the server is running an evaluation version of Windows Server 2012 R2 Standard or Windows Server 2012 R2Datacenter, you can convert it to a retail version as follows: If the server is a domain controller, you cannot convert it to a retail version. In this case, install an additionaldomain controller on a server that runs a retail version and remove AD DS from the domain controller thatruns on the evaluation version. From an elevated command prompt, determine the current edition name with the command DISM /online /Get-CurrentEdition. Make note of the edition ID, an abbreviated form of the edition name. Then run DISM /online /Set-Edition:<edition ID> /ProductKey:XXXXXXXXXX-XXXXX-XXXXXXXXXX /AcceptEula,providing the edition ID and a retail product key. The server will restart twice. http://technet.microsoft.com/en-us/library/jj574204.aspx http://technet.microsoft.com/en-us/library/dd744380%28v=ws.10%29.aspx http://blogs.technet.com/b/server_core/archive/2009/10/14/upgrading- without-media.aspx http://communities.vmware.com/people/vmroyale/blog/2012/05/30/howto-upgradingwindows- edition-with-dism Question: 5 windows-server2008-r2- Your network contains an Active Directory forest named contoso.com. The forest contains two domains named contoso.com and child.contoso.com and two sites named Site1 and Site2. The domains and the sites are configured as shown in following table.

  5. When the link between Site1 and Site2 fails, users fail to log on to Site2. You need to identify what prevents the users in Site2 from logging on to the child.contoso.com domain. What should you identify? A. The placement of the infrastructure master B. The placement of the global catalog server C. The placement of the domain naming master D. The placement of the PDC emulator Answer: B Question: 6 Your network contains an Active Directory forest that contains two domains. The forest contains five domain controllers. The domain controllers are configured as shown in the following table. You need to configure DC5 as a global catalog server. Which tool should you use? A. Active Directory Administrative Center B. Active Directory Users and Computers C. Active Directory Sites and Services D. Active Directory Domains and Trusts

  6. Answer: C Explanation: Active Directory Sites and Services can be used to Add or remove the global catalog read-only directory partitions from a domain controller in the site. Confirm that all read-only directory partitions have been replicated to the new global catalog server. As well as verify that the global catalog server is being advertised in Domain Name System (DNS). References: http://technet.microsoft.com/en-us/library/cc730868.aspx http://technet.microsoft.com/en-us/library/cc770674.aspx Question: 7 Your network contains an Active Directory forest. The forest contains a single domain named contoso.com. The domain contains four domain controllers. The domain controllers are configured as shown in the following table. All domain controllers are DNS servers. You plan to deploy a new domain controller named DC5 in the contoso.com domain. You need to identify which domain controller must be online to ensure that DC5 can be promoted successfully to a domain controller. Which domain controller should you identify? A. DC1 B. DC2 C. DC3 D. DC4 Answer: D Question: 8 Your network contains an Active Directory forest named contoso.com. All domain controllers currently run Windows Server 2008 R2.

  7. You plan to install a new domain controller named DC4 that runs Windows Server 2012 R2. The new domain controller will have the following configurations: Schema master Global catalog server DNS Server server role Active Directory Certificate Services server role You need to identify which configurations cannot be fulfilled by using the Active Directory Domain Services Configuration Wizard. Which two configurations should you identify? (Each correct answer presents part of the solution. Choose two.) A. Enable the global catalog server. B. Transfer the schema master. C. Install the Active Directory Certificate Services role. D. Install the DNS Server role. Answer: B, C Explanation: AD Installation Wizard will automatically install DNS and allows for the option to set it as a global catalog server. ADCS and schema must be done separately. Question: 9 You have a server named Server1 that runs Windows Server 2012. You promote Server1 to a domain controller. You need to view the service location (SRV) records that Server1 registers in DNS. What should you do on Server1? A. Open the Netlogon.dns file. B. Run ipconfig /displaydns. C. Run Get-DnsServerDiagnostics. D. Open the SrC. sys file.

  8. Answer: A Explanation: Netlogon.dns - If you are using non-Microsoft DNS servers to support Active Directory, you can verify SRV locator resource records by viewing Netlogon.dns. Netlogon.dns is located in the %systemroot%\System32\Config folder. You can use a text editor, such as Microsoft Notepad, to view this file. The first record in the file is the domain controller's Lightweight Directory Access Protocol (LDAP) SRV record. References: http://support.microsoft.com/kb/816587/en-us Question: 10 Your network contains an Active Directory domain named adatum.com. The domain contains a member server named Server1 and a domain controller named DC2. All servers run Windows Server 2012 R2. On DC2, you open Server Manager and you add Server1 as another server to manage. From Server Manager on DC2, you right-click Server1 as shown in the exhibit. (Click the Exhibit button.) You need to ensure that when you right-click Server1, you see the option to run the DHCP console.

  9. What should you do? A. On DC2, install the Role Administration Tools. B. On DC2 and Server1, run winrmquickconfig. C. In the domain, add DC2 to the DHCP Administrators group. D. On Server1, install the Feature Administration Tools. Answer: A Explanation: You need to install the feature administrations tools for the dhcp . Need to install DHCP management tools on DC2 then you will have access to dhcp management. 70-417 Dumps Question And Answer

More Related