Damian Garbus

38 Followers
12 Following
81 Posts
🖥 learn #powershell from my blog http://poshland.pro 
⚙️ Ask me how to automate your business
🕖 Productivity geek
👪 I’m husband and father

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

#Powershell #Azure #Functions #Automation

https://github.com/Azure/azure-functions-powershell-worker/wiki/Upgrading-your-Azure-Function-Apps-to-run-on-PowerShell-7.4

Upgrading your Azure Function Apps to run on PowerShell 7.4

PowerShell language worker for Azure Functions. Contribute to Azure/azure-functions-powershell-worker development by creating an account on GitHub.

GitHub

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/

#Powershell

Powershell and the Left Hand Side - AltF4-formation

Contenu pédagogique sur Windows client et serveur et Powershell

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.

#PowerShell

Show-PSRunObject: function to inspect objects · mdgrs-mei PowerShellRun · Discussion #79

Example function to inspect objects interactively. It shows what methods and properties the passed object has. You can go down/up the object hierarchy with key presses. It is similar to Show-Object...

GitHub
Version 2.13.0 Get-MGUser and Filter throws an error · Issue #2575 · microsoftgraph/msgraph-sdk-powershell

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...

GitHub
As a workaround I downgraded the module to version 2.12.0 locally and on my Azure function instance.

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?

#devops

My #Powershell module for #Notion is now available in Powershell Gallery.

https://www.powershellgallery.com/packages/PSNotion

PSNotion 1.0.4

Powershell Module for Notion

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. :)

https://www.thunderclient.com/

Thunder Client - Rest API Client Extension for VS Code

Thunder Client is a hand-crafted lightweight Rest API Client extension for Visual Studio Code