Исходный код вики Сценарии
Версия 1.4 от Alexandr Fokin на 2024/06/27 19:34
Последние авторы
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 | |(% style="width:78px" %) |(% style="width:1436px" %)((( | ||
10 | |PowerShell: Store Entire Text File Contents in Variable | ||
11 | [[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]]| | ||
12 | |Parsing xml using powershell | ||
13 | [[https:~~/~~/stackoverflow.com/questions/18032147/parsing-xml-using-powershell>>url:https://stackoverflow.com/questions/18032147/parsing-xml-using-powershell]]| | ||
14 | | | | ||
15 | ))) | ||
16 | |(% style="width:78px" %) |(% style="width:1436px" %)((( | ||
17 | powershell выполнение сценариев отключено в этой системе | ||
18 | [[https:~~/~~/ru.stackoverflow.com/questions/935212/powershell-выполнение-сценариев-отключено-в-этой-системе>>https://ru.stackoverflow.com/questions/935212/powershell-выполнение-сценариев-отключено-в-этой-системе]] | ||
19 | |||
20 | {{code language="PowerShell"}} | ||
21 | Set-ExecutionPolicy RemoteSigned | ||
22 | Set-ExecutionPolicy -Scope CurrentUser RemoteSigned | ||
23 | {{/code}} | ||
24 | ))) | ||
25 | |(% style="width:78px" %) |(% style="width:1436px" %) |