#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 ✅
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
How do you invoke a #PowerShell function with a "special" name that has ambiguous meaning? #pwsh #devops #automation
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:
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
これすごい。まとめ方がうますぎる。 #powershell #pwsh qiita.com/jca02266/items…
qiita.com
powershell チートシート - Qiita
自分用のチートシート たまにしか使わないので少しずつ記述を増やしていく 動作確認はバージョン2および4で行っている。バージョン3は環境がないため未確認である (自宅のPCをWindows10にアップグレードしたので、今後バージョン5も確認予定。逆に今後はバージョン4の確認は...
powershellのエラーハンドリングでこれほどわかりやすい記事は見つからない。 直感的に頼ると違和感がある理由や例も載せてある、素晴らしい。 #powershell #pwsh qiita.com/mkht/items/24d…
qiita.com
PowerShell のエラーハンドリングを(今度こそ)理解する - Qiita
PowerShell のエラーハンドリングを(今度こそ)理解する 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.
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 ✅
"Set up Azure Network Security Perimeter with PowerShell" by @omiossec_med #Azure #NetWorking #PwSh #DEVCommunity dev.to/omiossec/set-u…
"Azure Machine Configuration, deploy DSC config to Azure VMs." by @omiossec_med #Azure #DSC #PwSh #IaC #DEVCommunity dev.to/omiossec/azure…
"Azure Machine Configuration, deploy DSC config to Azure VMs." by @omiossec_med #Azure #PwSh #DSC #iaC #DEVCommunity dev.to/omiossec/azure…
Unlocking Regional Insights with the Location Based Capabilities #REST API buff.ly/xqeRhxa #pwsh #azure #mysql
"Azure Machine Configuration, deploy DSC config to Azure VMs." by @omiossec_med #Azure #IaC #PwSh #DEVCommunity dev.to/omiossec/azure…
"Using PowerShell and Pester to validate Azure Policy syntax" by @omiossec_med #Azure #PowerShell #PwSh #DEVCommunity dev.to/omiossec/using…
dev.to
Using PowerShell and Pester to validate Azure Policy syntax
I write a lot of custom Azure Policy, and like everyone, I believe, I made some mistakes, and I want...
"Automate your GitHub Issues with PowerShell and GitHub API" by @omiossec_med #GitHub #PowerShell #PwSh #DEVCommunity dev.to/omiossec/autom…
"Azure Machine Configuration, deploy DSC config to Azure VMs." by @omiossec_med #Azure #PwSh #DSC #IaC #DEVCommunity dev.to/omiossec/azure…
"Set up Azure Network Security Perimeter with PowerShell" by @omiossec_med #Azure #Networking #PwSh #DEVCommunity dev.to/omiossec/set-u…
I made a thing. github.com/oising/AspireP… #aspire #powershell #pwsh #scripting #dotnet
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
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! 😁
Heads up if you use #PowerShell #Docker images. You'll want to change your dockerfile or devcontainer.json to use mcr.microsoft.com/dotnet/sdk instead of mcr.microsoft.com/powershell going forward. #pwsh github.com/PowerShell/Ann…
github.com
Docker images containing PowerShell now maintained by the .NET team · Issue #75 · PowerShell/Anno...
What's Changing? For years, the PowerShell team has maintained official PowerShell Docker images. Moving forward, we are using the Docker images produced by the .NET team. This means that inste...
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 ✅
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
It's your Lucky weekend for a #SAPIENTech sale! #PowerShell #pwsh #scripting #PowerShellStudio #PrimalScript #Discount #Sale #StPatricksDay
There is a Shammrockin’ Sale at #SAPIENTech this weekend! #Discount #StPatricksDay #Sale sapien.com/blog/2023/03/1…
SAPIEN Blog Digest for August 2023 ℹ️ 👉 mailchi.mp/sapien/sapien-… #SAPIENTech #PowerShell #pwsh #scripting #programming #techblog #coding
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
ℹ️ SAPIEN Blog Digest - January & February 2024 ℹ️ 👉 mailchi.mp/sapien/sapien-… #SAPIENTech #PowerShell #pwsh #scripting #techblog #coding
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
New #PowerShell #pwsh release . The link in the banner is (ctrl) clickable in pwsh 7.x aka.ms/PowerShell-Rel…
Something went wrong.
Something went wrong.
United States Trends
- 1. Clay Higgins 22.5K posts
- 2. Scotland 63.1K posts
- 3. Grisham 3,690 posts
- 4. Peggy 6,731 posts
- 5. Cashman 1,065 posts
- 6. Dominguez 3,089 posts
- 7. Saudi 249K posts
- 8. Bellinger 2,353 posts
- 9. Gemini 3 50.5K posts
- 10. #UNBarbie 15.3K posts
- 11. Nicki 120K posts
- 12. Mary Bruce 5,100 posts
- 13. Khashoggi 52.9K posts
- 14. Tierney 8,395 posts
- 15. The House 541K posts
- 16. Shota 9,233 posts
- 17. Woodruff 1,353 posts
- 18. Gleyber Torres 1,384 posts
- 19. Salman 79.8K posts
- 20. #UnitedNationsBarbie 12.8K posts