IT Questions and Answers :)

Monday, December 30, 2019

What is the most preferred tool to configure a Server Core and what are the important ones to configure?

What is the most preferred tool to configure a Server Core and what are the important ones to configure?

  • PowerShell
  • CMD
  • Sconfig
  • WinrRM 

EXPLANATION

Server Core doesn't have a UI, you need to use Windows PowerShell cmdlets, command line tools, or remote tools to perform basic administration tasks. The following sections outline the PowerShell cmdlets and commands used for basic tasks. You can also use Windows Admin Center, a unified management portal currently in public preview, to administer your installation.


Share:

Which Windows+R command needs to be entered to Disable Ctrl-Alt-Del at Logon Screen

Which Windows+R command needs to be entered to Disable Ctrl-Alt-Del at Logon Screen

  • netplwiz
  • netbyp
  • netwizpl
  • netpass 

EXPLANATION

 Press Windows key + R to bring up the Run box. Type netplwiz or Control Userpasswords2 and press Enter. When the User Accounts applet opens, click on Advanced tab. Uncheck the Require users to press Ctrl+Alt+Delete checkbox






Share:

What is the correct ipv6 address (with prefix)?

What is the correct ipv6 address (with prefix)?

  • 2001:db8:85a3::8a2e:370:7334/64
  • 2001:db8:85a3::8a2e:370::7334/64
  • 2001:fg8b:abcd:1234::7028/64
  • 192.168.0.1/24 

EXPLANATION

Start Range:  2001:db8:85a3:0:0:0:0:0
End Range:  2001:db8:85a3:0:ffff:ffff:ffff:ffff
No. of host:  18446744073709551616
Share:

Which is the disk size of a 4 Gb pen drive?

Which is the disk size of a 4 Gb pen drive?

  • Same as 4GB
  • 4096 MB
  • 512 MB
  • 4000 MB 


EXPLANATION

multiply the digital storage value by 1000
1000 x 4 = 4000

 

Share:

Which of the following IP addresses can be classified as a private IP address?

Which of the following IP addresses can be classified as a private IP address?

  • 192.128.0.1
  • 10.255.255.3
  • 200.192.32.15
  • 172.31.15.2 

EXPLANATION

ClassPrivate NetworksSubnet Mask
A10.0.0.0255.0.0.0
B172.16.0.0 - 172.31.0.0255.240.0.0
C192.168.0.0255.255.0.0
Share:

Popular Posts