#pwsh arama sonuçları

Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier! Browser dashboard ✅ Console output ✅ Email alerts ✅

PoSHYoungTeam's tweet image. Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. 

Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier!

Browser dashboard ✅ 
Console output ✅
Email alerts ✅

ぱわしぇアプデする こんなキャラいたんやw #powershell #pwsh

tosakiyutaka's tweet image. ぱわしぇアプデする
こんなキャラいたんやw
#powershell #pwsh

いい感じの初期画面。 Oh My Poshのテーマはしばらくランダムで気分転換する。#VSCode #pwsh #ohmyposh #GitLens

maysatuki's tweet image. いい感じの初期画面。 Oh My Poshのテーマはしばらくランダムで気分転換する。#VSCode #pwsh #ohmyposh #GitLens

ギークな生活の中にささやかなおしゃれ。 #PWSH #powershell #ohmyposh #VSCode

maysatuki's tweet image. ギークな生活の中にささやかなおしゃれ。 #PWSH #powershell  #ohmyposh #VSCode

被魔法打敗的魔法 🕵️‍♂️ 想了2秒才想通!哈哈哈! #PowerShell #pwsh

kkbruce's tweet image. 被魔法打敗的魔法 🕵️‍♂️
想了2秒才想通!哈哈哈!

#PowerShell
#pwsh

This is not what I planned to do this afternoon #pwsh

smoon_lee's tweet image. This is not what I planned to do this afternoon #pwsh

No Matter HOW much I feel I know I ALWAYS rehearse the latest 📚📝 #oscp #Pwsh a lil #AWS & Some #Azure / #Cloudability (I worked at Apptio but used too much PTO I took Fridays OFF for like 5 wks str8 & made a Boomer angry that he couldn't get away from his wife's TODO list"😂

BlacTec_'s tweet image. No Matter HOW much I feel I know I ALWAYS rehearse the latest 
📚📝
#oscp #Pwsh
a lil #AWS & Some #Azure / #Cloudability (I worked at Apptio but used too much PTO I took Fridays OFF for like 5 wks str8 & made a Boomer angry that he couldn't get away from his wife's TODO list"😂
BlacTec_'s tweet image. No Matter HOW much I feel I know I ALWAYS rehearse the latest 
📚📝
#oscp #Pwsh
a lil #AWS & Some #Azure / #Cloudability (I worked at Apptio but used too much PTO I took Fridays OFF for like 5 wks str8 & made a Boomer angry that he couldn't get away from his wife's TODO list"😂
BlacTec_'s tweet image. No Matter HOW much I feel I know I ALWAYS rehearse the latest 
📚📝
#oscp #Pwsh
a lil #AWS & Some #Azure / #Cloudability (I worked at Apptio but used too much PTO I took Fridays OFF for like 5 wks str8 & made a Boomer angry that he couldn't get away from his wife's TODO list"😂
BlacTec_'s tweet image. No Matter HOW much I feel I know I ALWAYS rehearse the latest 
📚📝
#oscp #Pwsh
a lil #AWS & Some #Azure / #Cloudability (I worked at Apptio but used too much PTO I took Fridays OFF for like 5 wks str8 & made a Boomer angry that he couldn't get away from his wife's TODO list"😂

Oh my - PSConfEU Minicon is getting closer. The virtual world awaits us again :-) #psconfeu #powershell #pwsh

sqldbawithbeard's tweet image. Oh my - PSConfEU Minicon is getting closer.

The virtual world awaits us again :-)
#psconfeu #powershell #pwsh

How do you invoke a #PowerShell function with a "special" name that has ambiguous meaning? #pwsh #devops #automation

pcgeek86's tweet image. How do you invoke a #PowerShell function with a "special" name that has ambiguous meaning?

#pwsh #devops #automation

Seems there is a new #pwsh #PowerShell 7 release (7.3.6) capable of storing horses 😄

guyrleech's tweet image. Seems there is a new #pwsh #PowerShell 7 release (7.3.6) capable of storing horses 😄

I ran into Matthew Dowst at #MVPSummit and he asked if I ever made a web form to easily submit new #PowerShell tips for my tiPS module like I planned. I sadly said no. Then I had some time to kill in my hotel... So you can now submit #pwsh tips via a GitHub issue! 😁

deadlydog's tweet image. I ran into Matthew Dowst at #MVPSummit and he asked if I ever made a web form to easily submit new #PowerShell tips for my tiPS module like I planned. I sadly said no. Then I had some time to kill in my hotel... So you can now submit #pwsh tips via a GitHub issue! 😁

I wish the Credential Prompt for Enter-PSSession was more like ssh. My user doesn't have rights get to most servers, and I don't want to store credentials in memory. So I added this to my #pwsh profile:

tomohulk's tweet image. I wish the Credential Prompt for Enter-PSSession was more like ssh.  My user doesn't have rights get to most servers, and I don't want to store credentials in memory.  So I added this to my #pwsh profile:

Test-Func @ OptsionHash これだとうまくいくのに Test-Func @($this.OptsionHash) これは失敗するの、納得いかないというかかなり不便…。 どうにかならんのか。 #PWSH #PowerShell


powershellの引数自動変数$args[]、関数内では引き継がれない。 いや、そこは引き継いどけよ…っていつも思う。 function Main($ArgsOrg){ Write-Host "args count is $($ArgsOrg.Count)" return 0; } $Exitcode = Main $args ↑いやいやいや…なんか汚くないかこれ?? #pwsh #powershell


At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.

guyrleech's tweet image. At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.
guyrleech's tweet image. At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.

Want to use #regex to search text files like #PowerShell scripts? Very easy and doesn't need to be a scary regex! sls is the alias for Select-String which you have already been using & not realised the default argument is a regex😀 #pwsh 7.x helps by highlighting matches

guyrleech's tweet image. Want to use #regex to search text files like #PowerShell scripts? Very easy and doesn't need to be a scary regex!
sls is the alias for Select-String which you have already been using & not realised the default argument is a regex😀
#pwsh 7.x helps by highlighting matches

Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier! Browser dashboard ✅ Console output ✅ Email alerts ✅

PoSHYoungTeam's tweet image. Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. 

Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier!

Browser dashboard ✅ 
Console output ✅
Email alerts ✅

Proud of how far I’ve come, but I’m ready for more 💪🏽 #2025 #PWSH


This is not what I planned to do this afternoon #pwsh

smoon_lee's tweet image. This is not what I planned to do this afternoon #pwsh

Unlocking Regional Insights with the Location Based Capabilities #REST API buff.ly/xqeRhxa #pwsh #azure #mysql


Sometimes, it's just fun to see what's possible. #Pwsh #TUI

NoseNothin's tweet image. Sometimes, it's just fun to see what's possible.

#Pwsh #TUI

Look at me. Not chosen at this conference. But using the hashtag. You can tell a lot about a person by their actions. #pwsh #PowerShell #pshsummit25 #PSHSummit

Be a vibe scripter #powershell #pshsummit25 #PSHSummit 🛠️Install-Module PSAI 🔗github.com/dfinke/PSAI

dfinke's tweet image. Be a vibe scripter #powershell #pshsummit25 #PSHSummit

🛠️Install-Module PSAI
🔗github.com/dfinke/PSAI


I ran into Matthew Dowst at #MVPSummit and he asked if I ever made a web form to easily submit new #PowerShell tips for my tiPS module like I planned. I sadly said no. Then I had some time to kill in my hotel... So you can now submit #pwsh tips via a GitHub issue! 😁

deadlydog's tweet image. I ran into Matthew Dowst at #MVPSummit and he asked if I ever made a web form to easily submit new #PowerShell tips for my tiPS module like I planned. I sadly said no. Then I had some time to kill in my hotel... So you can now submit #pwsh tips via a GitHub issue! 😁

Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier! Browser dashboard ✅ Console output ✅ Email alerts ✅

PoSHYoungTeam's tweet image. Chucked together a wee #pwsh monitoring tool with #GitHubCopilot 's help. 

Hopefully monitoring my stuff during a DNS switchover at the weekend will be a lot easier!

Browser dashboard ✅ 
Console output ✅
Email alerts ✅

いい感じの初期画面。 Oh My Poshのテーマはしばらくランダムで気分転換する。#VSCode #pwsh #ohmyposh #GitLens

maysatuki's tweet image. いい感じの初期画面。 Oh My Poshのテーマはしばらくランダムで気分転換する。#VSCode #pwsh #ohmyposh #GitLens

お前さああああああぁぁぁぁぁ!!!! どうなってんだよおおおぉぉぉ!!!! コピーしてないんだったらしっかりエラーにしろよマジで…。 #powershell #pwsh

maysatuki's tweet image. お前さああああああぁぁぁぁぁ!!!!
どうなってんだよおおおぉぉぉ!!!!
コピーしてないんだったらしっかりエラーにしろよマジで…。
#powershell #pwsh
maysatuki's tweet image. お前さああああああぁぁぁぁぁ!!!!
どうなってんだよおおおぉぉぉ!!!!
コピーしてないんだったらしっかりエラーにしろよマジで…。
#powershell #pwsh

ギークな生活の中にささやかなおしゃれ。 #PWSH #powershell #ohmyposh #VSCode

maysatuki's tweet image. ギークな生活の中にささやかなおしゃれ。 #PWSH #powershell  #ohmyposh #VSCode

被魔法打敗的魔法 🕵️‍♂️ 想了2秒才想通!哈哈哈! #PowerShell #pwsh

kkbruce's tweet image. 被魔法打敗的魔法 🕵️‍♂️
想了2秒才想通!哈哈哈!

#PowerShell
#pwsh

ぱわしぇアプデする こんなキャラいたんやw #powershell #pwsh

tosakiyutaka's tweet image. ぱわしぇアプデする
こんなキャラいたんやw
#powershell #pwsh

Sometimes, it's just fun to see what's possible. #Pwsh #TUI

NoseNothin's tweet image. Sometimes, it's just fun to see what's possible.

#Pwsh #TUI

Although it killed #pwsh 7.3.1

guyrleech's tweet image. Although it killed #pwsh 7.3.1

Windows #PowerShell launched from #pwsh inherits it's PSModulePath. This results in PowerShell loading internal modules from the PowerShell 7 path which leads to some side effects like missing cmdlets. In my case "Import-PowerShellDataFile" was not available. 🤦‍♂️

everydayintech's tweet image. Windows #PowerShell launched from #pwsh inherits it's PSModulePath. This results in PowerShell loading internal modules from the PowerShell 7 path which leads to some side effects like missing cmdlets. In my case "Import-PowerShellDataFile" was not available. 🤦‍♂️

Speaking at #PsConfEU this year will be Simon Wåhlin @SimonWahlin Come and join us in Prague, Czech Republic. June 19-22, 2023 🎫 ▶️ Get your Ticket now psconf.eu #pwsh #PowerShell #Automation

PSConfEU's tweet image. Speaking at #PsConfEU this year will be Simon Wåhlin @SimonWahlin

Come and join us in Prague, Czech Republic. June 19-22, 2023
🎫 ▶️ Get your Ticket now psconf.eu
#pwsh #PowerShell #Automation

Seems there is a new #pwsh #PowerShell 7 release (7.3.6) capable of storing horses 😄

guyrleech's tweet image. Seems there is a new #pwsh #PowerShell 7 release (7.3.6) capable of storing horses 😄

Are you using posh-git? I am. However, I feel posh-git is a bit outdated. Fortunately, I found a new alternative: "git-completion" powershellgallery.com/packages/git-c… I haven't installed it yet, but I will try it someday. Why don't you try it out? #pwsh #powershell

jsakamoto's tweet image. Are you using posh-git? I am. However, I feel posh-git is a bit outdated. Fortunately, I found a new alternative: "git-completion"
powershellgallery.com/packages/git-c…
I haven't installed it yet, but I will try it someday. Why don't you try it out? #pwsh #powershell
jsakamoto's tweet image. Are you using posh-git? I am. However, I feel posh-git is a bit outdated. Fortunately, I found a new alternative: "git-completion"
powershellgallery.com/packages/git-c…
I haven't installed it yet, but I will try it someday. Why don't you try it out? #pwsh #powershell

How do you invoke a #PowerShell function with a "special" name that has ambiguous meaning? #pwsh #devops #automation

pcgeek86's tweet image. How do you invoke a #PowerShell function with a "special" name that has ambiguous meaning?

#pwsh #devops #automation

At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.

guyrleech's tweet image. At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.
guyrleech's tweet image. At last , I can use #pwsh 7.x (7.4.0 to be exact) on my Win11 ARM laptop without Out-Gridview (alias ogv) crashing the #PowerShell host.

Speaking at #PsConfEU this year will be Rob Sewell @sqldbawithbeard Come and join us in Prague, Czech Republic. June 19-22, 2023 🎫 ▶️ Get your Ticket now psconf.eu #pwsh #PowerShell #Automation

PSConfEU's tweet image. Speaking at #PsConfEU this year will be Rob Sewell @sqldbawithbeard

Come and join us in Prague, Czech Republic. June 19-22, 2023
🎫 ▶️ Get your Ticket now psconf.eu
#pwsh #PowerShell #Automation

New #PowerShell #pwsh release . The link in the banner is (ctrl) clickable in pwsh 7.x aka.ms/PowerShell-Rel…

guyrleech's tweet image. New #PowerShell #pwsh release . The link in the banner is (ctrl) clickable in pwsh 7.x
aka.ms/PowerShell-Rel…

Loading...

Something went wrong.


Something went wrong.


United States Trends