PowerShell: The new Entra ID Module
SID-500.COM
by Patrick Gruenauer
2w ago
The new PowerShell Entra ID Module is a powerful tool designed to streamline the management and automation of Microsoft Entra resources. This module is part of the Microsoft Graph PowerShell SDK and offers a ..read more
Visit website
PowerShell: How to find empty Attributes
SID-500.COM
by Patrick Gruenauer
1M ago
We are often looking for attributes, but what about the empty attributes? How can I find out if an attribute is empty? That is the focus of this article. I will show ..read more
Visit website
PowerShell: How to execute PowerShell Scripts (*.ps1) on Remote Computers
SID-500.COM
by Patrick Gruenauer
2M ago
PowerShell scripts can be executed locally or remotely. In this article I will show how scripts can be executed remotely. It is important whether the script is on the source computer or ..read more
Visit website
PowerShell: How to configure a custom PSSessionconfiguration
SID-500.COM
by Patrick Gruenauer
3M ago
A remote session can be set up with the help of PSSession. The predefined remote session is used by default. However, we can also create our own session configurations and then connect ..read more
Visit website
PowerShell: (Parameter) Splatting explained
SID-500.COM
by Patrick Gruenauer
4M ago
It often happens that you have many, many parameters in PowerShell. The command then extends over several lines. That doesn’t look pretty. In this article, I will show you how to summarize ..read more
Visit website
PowerShell 7: Changing the Style of the Progress Bar with $PSStyle
SID-500.COM
by Patrick Gruenauer
6M ago
If you include a progress bar in PowerShell, you will notice that it looks different in PowerShell 5 and PowerShell 7. This is exactly the problem we will tackle in this blog ..read more
Visit website
PowerShell: Calculate the total size of Files
SID-500.COM
by Patrick Gruenauer
7M ago
In this post I will show how to use PowerShell to calculate the total size of all files. This will be a short post but maybe a very helpful one. Let’s dive ..read more
Visit website
PowerShell: When to use Add-Type and New-Object ?
SID-500.COM
by Patrick Gruenauer
8M ago
In this blog post, I will discuss when you need to add classes with Add-Type and when you can provide classes with New-Object. I would say, let’s get started. New-Object Predefined .NET ..read more
Visit website
PowerShell: Measure Objects (Count, Average, Sum …)
SID-500.COM
by Patrick Gruenauer
9M ago
The Measure-Object cmdlet counts objects. But it can do even more. We can calculate the sum, the average and much more. In this blog post I show a few examples with Measure-Object. Let’s dive in. First of First of all, we can call up the help for Measure-Object here: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/measure-object?view=powershell-7.4 Now I have prepared a few examples. I recommend copying these examples into ISE or VS Code and executing them there to learn the mechanics and the possibilities of this cmdlet. Here we go: # Measure-Object $number ..read more
Visit website
[DE] Neuer Online Video Kurs: Windows Server 2025 für Einsteiger
SID-500.COM
by Patrick Gruenauer
9M ago
NEUER Online-Kurs: Windows Server 2025 für Einsteiger um EUR 9,99 (5 Tage gültig bis 29.06.2024) Gutscheincode: WIN-SERVER2025 oder direkt zum Kurs Angebot: https://www.udemy.com/course/microsoft-windows-server-2025-fur-einsteiger/?couponCode=WIN-SERVER2025 ..read more
Visit website

Follow SID-500.COM on FeedSpot

Continue with Google
Continue with Apple
OR