Исходный код вики Сценарии
Версия 1.5 от Alexandr Fokin на 2024/07/20 14:20
Последние авторы
author | version | line-number | content |
---|---|---|---|
1 | |(% style="width:78px" %) |(% style="width:1436px" %)((( | ||
2 | |Как работать с операторами сравнения в Powershell | ||
3 | [[https:~~/~~/fixmypc.ru/post/operatory-sravneniia-powershell/>>url:https://fixmypc.ru/post/operatory-sravneniia-powershell/]]| | ||
4 | |Циклы Powershell | ||
5 | [[https:~~/~~/newadmin.ru/cikly-powershell/>>url:https://newadmin.ru/cikly-powershell/]]| | ||
6 | |Работа со строками в PowerShell | ||
7 | [[https:~~/~~/windowsnotes.ru/powershell-2/rabota-so-strokami-v-powershell/>>url:https://windowsnotes.ru/powershell-2/rabota-so-strokami-v-powershell/]]| | ||
8 | |Как экранировать символ? | ||
9 | [[https:~~/~~/ru.stackoverflow.com/questions/1036932/powershell-Как-экранировать-символ>>https://ru.stackoverflow.com/questions/1036932/powershell-Как-экранировать-символ]]| | ||
10 | ))) | ||
11 | |(% style="width:78px" %) |(% style="width:1436px" %)((( | ||
12 | |PowerShell: Store Entire Text File Contents in Variable | ||
13 | [[https:~~/~~/stackoverflow.com/questions/7976646/powershell-store-entire-text-file-contents-in-variable>>url:https://stackoverflow.com/questions/7976646/powershell-store-entire-text-file-contents-in-variable]]| | ||
14 | |Parsing xml using powershell | ||
15 | [[https:~~/~~/stackoverflow.com/questions/18032147/parsing-xml-using-powershell>>url:https://stackoverflow.com/questions/18032147/parsing-xml-using-powershell]]| | ||
16 | | | | ||
17 | ))) | ||
18 | |(% style="width:78px" %) |(% style="width:1436px" %)((( | ||
19 | powershell выполнение сценариев отключено в этой системе | ||
20 | [[https:~~/~~/ru.stackoverflow.com/questions/935212/powershell-выполнение-сценариев-отключено-в-этой-системе>>https://ru.stackoverflow.com/questions/935212/powershell-выполнение-сценариев-отключено-в-этой-системе]] | ||
21 | |||
22 | {{code language="PowerShell"}} | ||
23 | Set-ExecutionPolicy RemoteSigned | ||
24 | Set-ExecutionPolicy -Scope CurrentUser RemoteSigned | ||
25 | {{/code}} | ||
26 | ))) | ||
27 | |(% style="width:78px" %) |(% style="width:1436px" %) |