Ondrej SebelaforDo it PowerShell way :)andrewztrhgf.hashnode.net·May 13, 2021Getting information from SCCM Administration Service APISCCM (now MECM) WMI contains a lot of valuable information about your environment, devices etc. In our company we have currently came across the situation, when we needed MAC addresses of computers managed by SCCM. The reason behind this was to give ...Discuss·42 likes·9.8K readsSCCM/MDT/IntunePowershell
Alexandre NedelecforAlexandre Nedelectechwatching.hashnode.net·Sep 2, 2022FeaturedHow did I automate the setup of my developer Windows laptop?In this article, I talked about my latest project: how I built a script to automate the setup of my developer machine using Boxstarter, Chocolatey, Winget, and PowerShell... and how I learned a few things along the way. Context You have probably alre...Discuss·40 likes·619 reads4articles4weeks
Ogunlade Stephen Olayideforhonordevophonordevop.hashnode.net·Jan 15, 2021Create Virtual environment (VENV) For Python Project with PowerShellVENV is an integrated python virtual environment tool built into python to allow the use of separate different working environments for your python projects. In a case where you have multiple projects and they all rely on a different framework, maybe...Discuss·30 likes·194 readsPython
Jimmy Mojimmoblog.hashnode.net·Apr 24, 2023Power Platform CI/CD - How to run Power Platform CLI from GitHub hosted runnerAutomating Power Platform solution deployment has always been a topic of my interest. Recently, a friend of mine encountered an issue with GitHub Actions for the Microsoft Power Platform. Essentially, he was frustrated that there wasn't an action ava...Discuss·28 readsPowershell
Tim Schindlertimschindler.hashnode.net·Apr 24, 2023Effortlessly Setting Up A CyberArk PAM Self-Hosted Lab with AutomatedLabIf you want to learn CyberArk PAM self-hosted without risking your production environment or experiment with different configurations and test scenarios, setting up a personal lab environment is a great option. However, installing the Vault and its c...Discuss·274 readscyberark
Sven Bergendahlsvenb.hashnode.net·Feb 16, 2023Prescaling Azure Application Gateway Instances with Azure Automation for Peak TrafficIntroduction Although the Azure Application Gateway offers the possibility to autoscale its instances and, therefore its capability to handle increasing traffic, it can sometimes be quite practical to ramp up the number of instances for known situati...DiscussAzure Application Gateway
David Richmondpowercel.hashnode.net·Apr 18, 2023Get-MgGraphAllPages: The MgGraph Missing CommandPowerShell is awesome. Microsoft Graph, quirks aside, is also awesome. The latest iteration of the Microsoft Graph Powershell module, released in 2022, lets you use PowerShell cmdlets for graph management operations, to the extent that those operatio...DiscussPowershell
Ondrej Sebelaandrewztrhgf.hashnode.net·Apr 10, 2023Adding support for selecting ALL properties using '*' wildcard in Mg Graph commands 'property' parameterProblem You may have noticed that Microsoft Graph SDK commands like Get-MgUser, Get-MgDevice, etc don't retrieve all properties by default. 👇 All object properties are returned, but most of them are empty. What you need to do, is explicitly specify...Discuss·113 readsAzurePowershell
Antoine LOIZEAUaloizeau.hashnode.net·Apr 7, 2023Migrer votre Azure automation vers une identité managéeSur vos ressources Azure Automation, vous pourrez trouver ce message vous rappelant de faire cette mise à jour du service: Pour ce faire rien de plus simple, il suffit de se rendre dans la partie "Account Settings" et de cliquer sur Identity. Ici vo...Discuss·31 readsautomation
Simonsimonlvgn.hashnode.net·Apr 6, 2023Azure Dev Ops Pipeline TemplatesRecently I've been learning how to use Azure DevOps Pipelines (ADO). ADO Pipelines provide a powerful platform for automating your software delivery process. While my first few attempts at building pipelines did the job, they did not apply the princi...DiscussDevops
mdgrsmdgrs.hashnode.net·Apr 25, 2023Building your own Terminal Status Bar in PowerShellThis is what we are going to make in this post. It's running on the Windows Terminal and PowerShell. Motivation When I saw some prompt customizations for PowerShell that were showing time and CPU usage, I thought it would be cool if we could live-u...Discuss·1.1K readsPowershell
Mikael Anderssontempcoder.hashnode.net·Apr 3, 2023PowerShell the absolute basicsPowerShell is a command-line shell scripting language that runs various commands in the terminal or creates more complex scripts to execute. In 2006, PowerShell was introduced into the Windows operating system and has become a very popular tool for a...Discuss·1 likePowershell
Jens Caasencaptaincoding.hashnode.net·Mar 31, 2023I gave ChatGPT 4 full access to my computer. This is what he didAs part of a larger experiment on how to integrate the models of OpenAI as an actual tech worker, I made a little side experiment out of curiosity. When given the chance and tools to do what he wants, what is it that ChatGPT in Version 4 is going to ...Discuss·39 readsChatGPT and OpenAIchatgpt