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.
@sasstu What's the idea behind the script? Setting Do Not Disturb status while employee has a session of deep work?

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

How To Make POWERSHELL MONITORING Script Look Amazing in 2 hours? - Poshland.PRO

Powershell monitoring can be the faster way to generate health report about your IT Infrastrucutre. Check Poshland Monitoring script.

Poshland.PRO
PowerShell ForEach-Object Parallel Feature - PowerShell Team

PowerShell ForEach-Object Parallel Feature PowerShell 7.0 Preview 3 is now available with a new ForEach-Object Parallel Experimental feature. This feature is a great new tool for parallelizing work, but like any tool, it has its uses and drawbacks. This article describes this new feature,

PowerShell Team