
This short blog post will show you how you can find orphaned user accounts in Active Directory that may no longer be in use. Let’s go. Code Here is an example screen […]
This short blog post will show you how you can find orphaned user accounts in Active Directory that may no longer be in use. Let’s go. Code Here is an example screen […]
Active Directory objects are usually stored in organizational units. Sometimes these organizational units don’t refer to the site where the users work. The goal for this article is to retrieve these users […]
Compressing files is a common task. For saving time, you can use PowerShell to automate the compression process. In this blog post I will show you how to compress multiple folders at […]
In a hybrid environment, it makes sense to configure an alternate UPN suffix so that users are not created in Azure AD with the username *.onmicrosoft.com. In this post, I provide a […]
Liebe Follower! Ein neuer Kurs ist online: Active Directory und Azure AD mit PowerShell administrieren Link: https://www.udemy.com/course/active-directory-und-azure-ad-mit-powershell-administrieren/?referralCode=31E09966C06FF60D82C6 Ich freue mich über zahlreiche Teilnahme! Liebe Grüße, P. Gruenauer
Liebe Follower! Mein neuer Kurs ist auf Udemy online. Anbei der Link: https://www.udemy.com/course/einfuhrung-in-active-directory-zertifikatsdienste/?referralCode=E0A9F8AEE6827760F802 Vielleicht hat der eine oder andere Interesse an einem Video Kurs über Zertifikatsdienste. Ich würde mich freuen. Liebe Grüße, […]
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
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 […]
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 […]
In case you have Hyper-V in use, then you are in the right place. In this blog post I will show you how to create VMs in Hyper-V. I will also show […]
Comma separated files are widely used when it comes to bulk import or export of data. In this blog post I will provide a sample script to import Active Directory users from […]
We are living in a big data world which is both a blessing and a curse. Big data usually means a huge number of files such as photos and videos and finally […]
Did you know that you can easily write something to the event log? For example, if you try something and it didn’t work then you can use the event log for monitoring. […]
So you are about to document your network and os environment? You don’t want to purchase 3rd party software? You want to list all server roles from all servers in your network? […]
In one of my previous articles I dedicated myself to the modern version of ping called Test-Connection. I recently discovered that the cmdlet in PowerShell Core 7 offers more parameters than in […]