Jenkins - User Interface for your Powershell tasks by Kirill Kravtsov

  Рет қаралды 6,125

PowerShell.org

PowerShell.org

Күн бұрын

Пікірлер: 2
@jayasuriyap8748
@jayasuriyap8748 3 жыл бұрын
I am running the power shell script in jenkins.. But It throwing error (powershell plugin installed) I have tried by winrm plugin (it throwing error) .. I want to start and stop the iis website.. (Remotely I want to connect to the server).. /
@clemmesserli5621
@clemmesserli5621 5 жыл бұрын
For anyone that might want to follow along, when I re-created the simple CatFact Job I had to include a line to force PowerShell to use TLS v1.2 protocol when making the request to catfact.ninja/fact as the machine I was running on still defaults to TLS v1.0 Sample: $speechSynth.SelectVoice($Voices[$Voice]) [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::TLS12 $catFact = (Invoke-WebRequest -Uri "catfact.ninja/fact" -UseBasicParsing).Content | ConvertFrom-Json
Basic To Boss: Customizing Your PowerShell Prompt by Thomas Rayner
46:03
Continuously deploying SQL code using Powershell by Kirill Kravtsov
44:13
She wanted to set me up #shorts by Tsuriki Show
0:56
Tsuriki Show
Рет қаралды 8 МЛН
«Жат бауыр» телехикаясы І 26-бөлім
52:18
Qazaqstan TV / Қазақстан Ұлттық Арнасы
Рет қаралды 434 М.
2012 San Fran JUC: Justin Ryan - Getting To Your Third Plugin
44:06
Basic Toolmaking - The road to extensibility by Evgenij Smirnov
48:15
Hello Maester - Your Microsoft 365 Test Automation Framework
1:45:46
PowerShell Usergroup Inn-Salzach
Рет қаралды 283
How to Safely "Detonate" Suspicious Content by Steven Judd
41:43
PowerShell.org
Рет қаралды 418
Using PowerShell to be a Linux Administrator by Steven Judd
45:22