Advertisement
jmacc

Windows Server 2012: Technical Overview

Jan 18th, 2013
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. True or False. In Windows Server 2012, in Windows PowerShell, you can start a command on a remote computer, disconnect the session, and the reconnect to the session from another computer to check on the status of your running command.
  2. --Verdadero
  3.  
  4. __________________________________________________________________________
  5. In Windows PowerShell 3.0 for Windows Server 2012, which of the following two commands enables you to resume execution of a command on a remote session?
  6.  
  7. -----receive-PSSession
  8. _____________________________________________________________________________
  9. When scheduling jobs in Windows PowerShell 3.0, at what trigger intervals can jobs NOT be scheduled? Choose an answer.
  10.  
  11. At startup
  12. ______________________________________________________________________________
  13. In Windows Server 2012, which of the following is an example of the improved Windows PowerShell 3.0 syntax?
  14.  
  15. ---get-process | foreach name
  16. _______________________________________________________________________________
  17. Windows PowerShell 3.0 enables you to schedule jobs to be run at a later time, or according to a particular schedule. However, before you can schedule a job, which of the following actions must you configure FIRST?
  18.  
  19. ----Create a job definition
  20. _____________________________________________________________________________
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement