
Null is null. Dividing by zero is not allowed, say the mathematicians. What about null in PowerShell? Is null equal empty? What is $null? Why a method IsNullOrEmpty? In this blog post […]
Null is null. Dividing by zero is not allowed, say the mathematicians. What about null in PowerShell? Is null equal empty? What is $null? Why a method IsNullOrEmpty? In this blog post […]
In PowerShell it’s easy to manipulate strings, especially to cut off some characters from a string. These three methods are your friends when it comes to trimming: Trim, TrimStart and TrimEnd. In […]
So, you are about to move to the cloud and now you want to create teams for your organization based on the group membership of your users. You also want to name […]
Today I would like to give a tutorial for a basic network configuration on Windows systems using PowerShell. We start with a fresh installation of a Windows operating system. Retrieve Network Adapter […]
Liebe Follower! Mein neuer Kurs für Windows Server Einsteiger ist online. Ich würde mich freuen wenn Sie vorbeischauen um Windows Server von Grund auf zu Lernen. Liebe Grüße, Patrick Grünauer Link: https://www.udemy.com/course/microsoft-windows-server-fur-einsteiger/?referralCode=2D6A3471E37178BF484A
NAT is a technology to convert IP addresses. If you have a test environment then it might be necessary that your VMs need an internet connection and that you don’t want to […]
Liebe Follower! Teil 2 des Kurses Automatisierung mit PowerShell ist online. Ich würde mich freuen wenn Sie vorbeischauen um PowerShell von Grund auf zu Lernen. Liebe Grüße, Patrick Grünauer Link: https://www.udemy.com/course/automatisierung-mit-powershell-2_2-advanced/?referralCode=D649123C26DA5A0D012E
Liebe Follower! Hurra! Mein erster Udemy Kurs ist online. Kurssprache ist Deutsch. Der Kurs richtet sich an PowerShell Neulinge, oder auch an Personen die PowerShell von Grund auf Lernen möchten. Link: https://www.udemy.com/course/automatisierung-mit-powershell-1_3-grundlagen/?referralCode=C4E70BD40A116B304842 […]
You have just started learning something new and you are now about to bulid up a test environment with Windows Server ? For a good test environment, you will need a Domain-Controller […]
Chocolatey is an Online Respository for popular software products. Online repositories provide a convenient way to install software, such as Adobe Reader, WinZip … It is also possible to install multiple software […]
Liebe Follower! Der nächste PowerShell Kurs findet vom 31.05.2021 bis 23.06.2021 jeweils abends montags und mittwochs statt. Mehr Informationen finden Sie hier: PowerShell Training – Patrick Grünauer (sid-500.at) Ich freue mich auf […]
Forgot to enable remote desktop? This is bad. The only solution is to go back to the remote computer and then enable RD. Not really. In this blog post I will show […]
So you have already created your first PowrShell scripts? Now you want to enhance this scripts with error logging ? If your answer is yes, jump in this this article. I will […]
Liebe Follower! Der nächste Powershell Kurs findet am 29.03. – 01.04. 2021 statt. Dieser Kurs hat Durchführungsgarantie und wird von mir persönlich durchgeführt. Sprache: Deutsch Hier ein Überblick der Agenda: Einführung in […]
You want to find out the last logon time of your Microsoft 365 user accounts? If so, the right way to do this is using PowerShell. In this blog post I will […]