单项选择题
ertkiller.comhaspurchasedlaptopcomputersthatwillbeusedtoconnecttoawirelessnetwork.YoucreatealaptoporganizationalunitandcreateaGroupPolicyObject(GPO)andconfigureuserprofilesbyutilizingthenamesofapprovedwirelessnetworks.YoulinktheGPOtothelaptoporganizationalunit.Thenewlaptopuserscomplaintoyouthattheycannotconnecttoawirelessnetwork.Whatshouldyoudotoenforcethegrouppolicywirelesssettingstothelaptopcomputers()
A.Executegpupdate/target:computercommandatthecommandpromptonlaptopcomputers
B.ExecuteAddanetworkcommandandleavetheSSID(servicesetidentifier)blank
C.Executegpupdate/bootcommandatthecommandpromptonlaptopscomputers
D.Connecteachlaptopcomputertoawirednetworkandlogoffthelaptopcomputerandthenloginagain.
E.Noneoftheabove
- A.comhaspurchasedlaptopcomputersthatwillbeusedtoconnecttoawirelessnetwork.YoucreatealaptoporganizationalunitandcreateaGroupPolicyObject(GPO)andconfigureuserprofilesbyutilizingthenamesofapprovedwirelessnetworks.YoulinktheGPOtothelaptoporganizationalunit.Thenewlaptopuserscomplaintoyouthattheycannotconnecttoawirelessnetwork.Whatshouldyoudotoenforcethegrouppolicywirelesssettingstothelaptopcomputers()
A.Executegpupdate/target:computercommandatthecommandpromptonlaptopcomputers
B.ExecuteAddanetworkcommandandleavetheSSID(servicesetidentifier)blank
C.Executegpupdate/bootcommandatthecommandpromptonlaptopscomputers
D.Connecteachlaptopcomputertoawirednetworkandlogoffthelaptopcomputerandthenloginagain.
E.Noneoftheabove
相关考题
-
单项选择题
YourcompanyhasanActiveDirectorydomain.ThecompanyhastwodomaincontrollersnamedDC1andDC2.DC1holdstheSchemaMasterroleDC1failsYoulogontoActrveDirectorybyusingtheadministratoraccount.YouarenotabletotransfertheSchemaMasteroperationsrole.YouneedtoensurethatDC2holdstheSchemaMasterrole.Whatshouldyoudo()A.RegistertheSchmmgmt.dll.StarttheActiveDirectorySchemasnap-in.B.ConfigureDC2asabridgeheadserverC.OnDC2,seizetheSchemaMasterroleD.LogoffandlogonagaintoActiveDirectorybyusinganaccountthatisamemberoftheSchemaAdministratorsgroup.StarttheActrveDirectorySchemasnap-in.
A.ThecompanyhastwodomaincontrollersnamedDC1andDC2.DC1holdstheSchemaMasterroleDC1failsYoulogontoActrveDirectorybyusingtheadministratoraccount.YouarenotabletotransfertheSchemaMasteroperationsrole.YouneedtoensurethatDC2holdstheSchemaMasterrole.Whatshouldyoudo()
A.RegistertheSchmmgmt.dll.StarttheActiveDirectorySchemasnap-in.
B.ConfigureDC2asabridgeheadserver
C.OnDC2,seizetheSchemaMasterrole
D.LogoffandlogonagaintoActiveDirectorybyusinganaccountthatisamemberoftheSchemaAdministratorsgroup.StarttheActrveDirectorySchemasnap-in. -
单项选择题
YounetworkconsistsofanActiveDirectoryforestnamedcontoso.com.AllserversrunWindowsServer2008.AlldomaincontrollersareconfiguredasDNSservers.Thecontoso.comDNSzoneisstoredintheForestDnsZonesActiveDirectoryapplicationpartition.YouhaveamemberserverthatcontainsastandardprimaryDNSzonefordev.contoso.com.Youneedtoensurethatalldomaincontrollerscanresolvenamesfordev.contoso.com.Whatshouldyoudo()A.CreateaNSrecordinthecontoso.comzone.B.Createadelegationinthecontoso.comzone.C.CreateastandardsecondaryzoneonaGlobalCatalogserver.D.ModifythepropertiesoftheSOArecordinthecontoso.comzone.
A.com.AllserversrunWindowsServer2008.AlldomaincontrollersareconfiguredasDNSservers.Thecontoso.comDNSzoneisstoredintheForestDnsZonesActiveDirectoryapplicationpartition.YouhaveamemberserverthatcontainsastandardprimaryDNSzonefordev.contoso.com.Youneedtoensurethatalldomaincontrollerscanresolvenamesfordev.contoso.com.Whatshouldyoudo()
A.CreateaNSrecordinthecontoso.comzone.
B.Createadelegationinthecontoso.comzone.
C.CreateastandardsecondaryzoneonaGlobalCatalogserver.
D.ModifythepropertiesoftheSOArecordinthecontoso.comzone. -
单项选择题
Given:1.disavalid,non-nullDateobject2.dfisavalid,non-nullDateFormatobjectsettothecurrentlocaleWhatoutputsthecurrentlocale’scountrynameandtheappropriateversionofd’sdate?()
A.Localeloc=Locale.getLocale();System.out.println(loc.getDisplayCountry()+""+df.format(d));
B.Localeloc=Locale.getDefault();System.out.println(loc.getDisplayCountry()+""+df.format(d));
C.Localeloc=Locale.getLocale();System.out.println(loc.getDisplayCountry()+""+df.setDateFormat(d));
D.Localeloc=Locale.getDefault();System.out.println(loc.getDisplayCountry()+""+df.setDateFormat(d));
