The specified storage are assocation was not found

Shadow Copy Not Working

when  I try set enable appear show error ” The specified storage are assocation was not found the settings dialog is closing”

Solution I try command from power shell run as administrator

vssadmin add shadowstorage /for=E: /on=c: /maxsize=90%

and now my shadow copy working.

 

 

 

FACTORY RESET AN AVAYA 1608 HANDSET

To factory reset an Avaya 1608 Handset you will need to do the following:

  1. Reboot the phone
  2. When the display shows “Press * to Program”, press *
  3. Repeatedly press # until the message “Enter Command” appear.
  4. Press the Mute key followed by 25327#.
  5. The display will show “Clear all values” *=no #=yes
  6. Press #
  7. The display will show “Are you sure?” *=no #=yes
  8. Press # and the phone will reboot back up in factory default.

Membuat Router menjadi DHCP

Perintah dasarnya cukup simple

Router(config)#int fa 0/0
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown

Router(config-if)#ip dhcp pool A
Router(dhcp-config)#default-router 192.168.1.1
Router(dhcp-config)#network 192.168.1.1 255.255.255.0
Router(dhcp-config)#end
Router#write