QUESTION 341
Your network contains a server named Server1 that has the Remote Desktop Services (RDS) server role installed and all of the RDS role services installed.
You need to install the RemoteFX cap driver on Server1.
Which tool should you use?
A. |
Remote Desktop Session Host Configuration |
B. |
Remote Desktop Connection Manager |
C. |
Remote Desktop Services Manager |
D. |
Dism |
E. |
Windows System Resource Manager (WSRM) |
F. |
Netsh |
G. |
Mstsc |
H. |
Remote Desktop Gateway Manager |
I. |
Rdpinit |
J. |
Regedit |
K. |
Rdpsign |
Correct Answer: D
Explanation:
To install the RemoteFX cap driver
From an elevated command prompt, type dism /online /enable-feature /featurename:
Microsoft-Windows-RemoteFX-EmbeddedVideoCap-Setup-Package, and then press ENTER.
After the command has completed successfully, restart the RemoteFX server. http://technet.microsoft.com/ru-ru/library/gg607270(v=ws.10).aspx
QUESTION 342
Your network contains a server named Server1 that has the Remote Desktop Services (RDS) server role installed and all of the RDS role services installed.
You need to identify which processes each Remote Desktop session runs currently.
Which tool should you use?
A. |
Remote Desktop Gateway Manager |
B. |
Windows System Resource Manager (WSRM) |
C. |
Remote Desktop Session Host Configuration |
D. |
Regedit |
E. |
Remote Desktop Services Manager |
F. |
Dism |
G. |
Rdpinit |
H. |
Mstsc |
I. |
Rdpsign |
J. |
Remote Desktop Connection Manager |
K. |
Netsh |
Correct Answer: E
Explanation:
Remote Desktop Services Manager
You can use Remote Desktop Services Manager to view information about and monitor users, sessions, and processes on RD Session Host servers. You can also perform certain administrative tasks; for example, you can disconnect or log off users from their Remote Desktop Services sessions.
http://technet.microsoft.com/en-us/library/cc770412.aspx
QUESTION 343
You manage a Web server named Server1 that runs Windows Server 2008 R2. Server1 has the FTP Server role service installed.
You need to manage the FTP server settings on Server1.
Which tool should you use?
A. |
System Configuration |
B. |
Performance Monitor |
C. |
Internet Information Services (IIS) Manager |
D. |
Local Security Policy |
E. |
Security Configuration Wizard (SCW) |
F. |
Ftp |
G. |
Telnet |
H. |
Component Services |
I. |
Services |
J. |
Windows Firewall |
K. |
Iisreset |
L. |
Internet Information Services (IIS) 6.0 Manager |
Correct Answer: C
Explanation:
Ref: http://technet.microsoft.com/en-us/library/dd722761(WS.10).aspx http://support.orcsweb.com/KB/a338/create-an-iis-75-ftp-site-windows-server-2008-r2.aspx
QUESTION 344
Your network contains three servers named Server2, Server3, and Server4 that run Windows Server 2008 R2 Service Pack 1 (SP1).
Each server has the Streaming Media Services server role installed. Server2 is configured as an origin server. Server3 and Server4 are cache/proxy servers.
You need to configure the limits on Server2 to meet the following requirements:
Which two limits should you configure on Server2? (Each correct answer presents part of the solution. Choose two.)
A. |
Limit player connections |
B. |
Limit outgoing distribution connections |
C. |
Limit bandwidth per outgoing distribution connection (Kbps) |
D. |
Limit bandwidth per player connection (Kbps) |
E. |
Limit aggregate outgoing distribution bandwidth (Kbps) |
F. |
Limit aggregate player bandwidth (Kbps) |
Correct Answer: CD
Explanation:
Ref: http://technet.microsoft.com/en-us/library/cc754690 http://technet.microsoft.com/en-us/library/cc731216
QUESTION 345
Your network contains a server named Web1 that has Microsoft SharePoint Foundation 2010 installed. Web1 has a site named Site1. You attempt to create an alert as shown in the exhibit. (Click the Exhibit button.)
You need to ensure that alerts are sent as text messages.
What should you do?
A. |
From Central Administration, create a new trust relationship. |
B. |
From Site Settings, modify the RSS settings. |
C. |
From Site Settings, modify the site permissions. |
D. |
From Central Administration, modify the mobile account settings. |
Correct Answer: D
Explanation:
To configure or edit a mobile account for a server farm by using Central Administration Verify that you have the following administrative credentials:
To configure a mobile account for a server farm, you must be a member of the Farm Administrators group on the computer that is running the SharePoint Central Administration Web site.
On the Central Administration Home page, click System Settings. On the System Settings page, in the E-Mail and Text Messages (SMS) section, click Configure mobile account.
On the Mobile Account Settings page, in the Text Message (SMS) Service Settings section, click the Microsoft Office Online link to access a list of service providers. On the Find an Office 2010 Mobile Service Provider page, in the Choose your wireless service provider’s country/region list, select the country or region in which your wireless service provider is located.
On the Find an Office 2010 Mobile Service Provider page, in the Choose your current wireless service provider list, select the wireless service provider that you want to use. After you make this selection, you are directed to the Web site of the service provider that you selected. On the Web site, you apply for the SMS service. When you receive the required information from the service provider, return to the Mobile Accounts Settings page. In the The URL of Text Message (SMS) Service box, type the URL of the SMS service. Note: Ensure that the service URL you enter is an HTTPS URL. In the User Name box and Password box, type the user name and password that you received from the SMS service provider.
To confirm that the URL and user credentials are correct, click Test Service.
Click OK.
http://technet.microsoft.com/en-us/library/ee428323
QUESTION 346
HOTSPOT
Your network contains a server named Web1 that has Microsoft SharePoint Foundation 2010 installed.
You need to configure Web1 to use Information Rights Management (IRM).
Which link should you use?
To answer, select the appropriate link from the answer area.
Correct Answer:
QUESTION 347
Your network contains a server named Server1 that has the Streaming Media Services server role installed. Server1 is located in the perimeter network.
A firewall named Firewall1 connects the perimeter network and the Internet.
You need to ensure that clients from the Internet can access streaming content from Server1 by using RTSP. The solution must minimize the number of open ports on Firewall1.
Which two inbound firewall ports should you open on Firewall1? (Each correct answer presents part of the solution. Choose two.)
A. |
TCP 6881 |
B. |
UDP 8080 |
C. |
TCP 1755 |
D. |
TCP 554 |
E. |
UDP 5005 |
Correct Answer: DE
Explanation:
The scheme rtsp requires that commands are issued via a reliable protocol (within the Internet, TCP), while the scheme rtspu identifies an unreliable protocol (within the Internet, UDP). If the port is empty or not given, port 554 is assumed. The semantics are that the identified resource can be controlled by RTSP at the server listening for TCP (scheme “rtsp”) connections or UDP (scheme “rtspu”) packets on that port of host, and the Request-URI for the resource is rtsp_URL.
For example, the RTSP URL: rtsp://media.example.com:554/twister/audiotrack Systems implementing RTSP MUST support carrying RTSP over TCP and MAY support UDP. The default port for the RTSP server is 554 for both UDP and TCP.
http://www.ietf.org/rfc/rfc2326.txt
Firewalls for unicast streaming
To configure a firewall for unicast streaming, you must open the ports on the firewall that are required for the connection protocols that are enabled on your server. If you are streaming content by using either the MMS protocol or the RTSP protocol, you must support both User Datagram Protocol (UDP) and Transmission Control Protocol (TCP).
Open the ports
To enable Windows Media Player and other clients to use the HTTP protocol, the RTSP protocol, or the MMS protocol to connect to a Windows Media server that is behind a firewall, open the following ports.
http://support.microsoft.com/kb/827562/en-us
QUESTION 348
Your network contains a server named Server2 that has Microsoft SharePoint Foundation 2010 Service Pack 1 (SP1) installed.
You have a site collection named SiteCollection1.
The groups in SiteCollection1 are shown in the exhibit. (Click the Exhibit button.)
You need to ensure that a user named User1 can create and delete lists in SiteCollection1. The solution must minimize the number of permissions assigned to User1.
To which group should add User1?
A. |
SiteCollection1 Visitors |
B. |
SiteCollection1 Owners |
C. |
SiteCollection1 Designers |
D. |
SiteCollection1 Members |
Correct Answer: D
Explanation:
Default permission levels
Permission levels are collections of permissions that allow users to perform a set of related tasks. SharePoint Foundation 2010 includes five permission levels by default. You can customize the permissions available in these permission levels (except for the Limited Access and Full Control permission levels), or you can create customized permission levels that contain only the permissions you need.
The following table lists the default permission levels for team sites in SharePoint Foundation 2010.
Source: http://technet.microsoft.com/en-us/library/cc288074.aspx
QUESTION 349
Your network contains a Web server named Server1 that runs Windows Server 2008 R2.
You need to ensure that Server1 only processes HTTP URLs that are shorter than 2,048 bytes.
Which feature should you configure from Internet Information Services (IIS) Manager?
A. |
HTTP Response Headers |
B. |
IP Address and Domain Restrictions |
C. |
Default Document |
D. |
SSL Settings |
E. |
Worker Processes |
F. |
Authentication |
G. |
Connection Strings |
H. |
IIS Manager Permissions |
I. |
Request Filtering |
J. |
ISAPI and CGI Restrictions |
K. |
Feature Delegation |
L. |
Error Pages |
M. |
Authorization Rules |
N. |
ISAPI Filters |
O. |
HTTP Redirect |
P. |
Management Service |
Correct Answer: I
Explanation:
http://www.iis.net/ConfigReference/system.webServer/security/requestFiltering
QUESTION 350
You are evaluating whether to purchase Windows Server 2008 R2 Service Pack 1 (SP1).
Several weeks ago, you installed Windows Server 2008 R2 SP1 on a server. During the installation, you did not enter a product key.
You need to identify how many days remain until the license status of the server will change to Unlicensed.
Which tool should you use?
A. |
System Configuration |
B. |
Windows Activation |
C. |
Action Center |
D. |
Act.exe |
Correct Answer: B
Explanation:
http://www.windowsvalley.com/is-windows-activated-check-windows- activation-status/
Instant Access to Download Testing Software & PDF File for Microsoft 70-643 Real Exam
Instant Access to Try Microsoft 70-643 Free Demo
100-105 Dumps VCE PDF
200-105 Dumps VCE PDF
300-101 Dumps VCE PDF
300-115 Dumps VCE PDF
300-135 Dumps VCE PDF
300-320 Dumps VCE PDF
400-101 Dumps VCE PDF
640-911 Dumps VCE PDF
640-916 Dumps VCE PDF
70-410 Dumps VCE PDF
70-411 Dumps VCE PDF
70-412 Dumps VCE PDF
70-413 Dumps VCE PDF
70-414 Dumps VCE PDF
70-417 Dumps VCE PDF
70-461 Dumps VCE PDF
70-462 Dumps VCE PDF
70-463 Dumps VCE PDF
70-464 Dumps VCE PDF
70-465 Dumps VCE PDF
70-480 Dumps VCE PDF
70-483 Dumps VCE PDF
70-486 Dumps VCE PDF
70-487 Dumps VCE PDF
220-901 Dumps VCE PDF
220-902 Dumps VCE PDF
N10-006 Dumps VCE PDF
SY0-401 Dumps VCE PDF