понедельник, 16 марта 2015 г.

ps security exception Ошибка запуска PowerShell Exchange

  1. Start Windows PowerShell with the "Run as Administrator" option. Only members of the Administrators group on the computer can change the execution policy.
  2. Enable running unsigned scripts by entering:
    set-executionpolicy remotesigned
    
This will allow running unsigned scripts that you write on your local computer and signed scripts from Internet.

LOGOFF – завершение сеанса пользователя Windows

  LOGOFF – завершение сеанса пользователя Windows . Команда MODE используется для завершения сеанса пользователя (выхода из Windows). Формат...