Сценарии

Редактировал(а) Alexandr Fokin 2024/07/20 14:22

 
Как работать с операторами сравнения в Powershell
https://fixmypc.ru/post/operatory-sravneniia-powershell/
 
Циклы Powershell
https://newadmin.ru/cikly-powershell/
 
Работа со строками в PowerShell
https://windowsnotes.ru/powershell-2/rabota-so-strokami-v-powershell/
 
Как экранировать символ?
https://ru.stackoverflow.com/questions/1036932/powershell-Как-экранировать-символ
 
about Environment Variables (Переменные окружения)
https://learn.microsoft.com/ru-ru/powershell/module/microsoft.powershell.core/about/about_environment_variables?view=powershell-7.4
 
 
 

powershell выполнение сценариев отключено в этой системе
https://ru.stackoverflow.com/questions/935212/powershell-выполнение-сценариев-отключено-в-этой-системе

Set-ExecutionPolicy RemoteSigned
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned
 Взаимодействие с Postgresql
Теги: