Support for PowerShell 7.2 in Azure Functions ended on November 8, 2024. Follow this guide to upgrade your existing Azure PowerShell Function Apps to PowerShell 7.4
Support for PowerShell 7.2 in Azure Functions ended on November 8, 2024. Follow this guide to upgrade your existing Azure PowerShell Function Apps to PowerShell 7.4
Hello, a new article about an important concept in Powershell, the Left Hand Side (LHS)
https://www.altf4-formation.fr/en/powershell-and-left-hand-side/
I wrote a PowerShellRun version of Show-Object to inspect objects interactively without leaving the terminal or keyboard.
https://github.com/mdgrs-mei/PowerShellRun/discussions/79
It's like Show-ObjectTree but you focus on one layer at a time and go down/up the hierarchy with a key press.
With the update to Version 2.13.0 the user filter throws an exception. Get-MgUser -All -Filter "assignedLicenses/`$count ne 0" -ConsistencyLevel eventual -CountVariable UserCount Get-MgUser : Objec...
I must start the #Powershell Durable Functions in #AzureFunctions periodically. The eternal orchestration is unavailable for Powershell language. How can I achieve it? Is it reasonable to run Timer Trigger to invoke Durable HTTP Starter?
My #Powershell module for #Notion is now available in Powershell Gallery.
A bit of #cosmosdb help, please!
Is there a way to use CosmosDB Change Feed (#azure Function CosmoDB Trigger and #powershell) to get what exactly values of a document have been changed? Is there a way to get the previous version of the document?
#PSQuickTip
Quick trick for #admins, #sysops, #devops, #github user
and not only #Powershell developers
When you open your repository on GitHub and change the URL from github.com to github.dev, your GitHub repository will be opened in #VSCode online directly in your browser.
#PSQuickTip #VSCodeTips #devops #powershell
Do you use the Postman app often? Do you know about a similar #vscode extension called Thunder Client?
Check it out, and you might like it. :)