• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/6

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

6 Cards in this Set

  • Front
  • Back
backup IIS config backup
> %windir%\system32\inetsrv\appcmd.exe add backup "My Backup Name"
restore IIS config backup
> %windir%\system32\inetsrv\appcmd.exe restore backup "My Backup Name"
delete IIS config backup
%windir%\system32\inetsrv\appcmd.exe delete backup "My Backup Name"
How do you restore a prior snapshot of IIS config?
st go to the \inetpub\history\cfgHistory_NNNNNNNNNN directory and copy the applicationHost.config file into it's proper place: \windows\sytem32\inetsrv\config
list IIS config backups
%windir%\system32\inetsrv\appcmd.exe list backup
how to run IIS from cmd
inetmgr