Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema Windows Server in der Blogothek, die natürlich immer direkt auf eure Blogs verlinken. Es sollte euch also mehr Traffic & neue Leser bringen! Stöbern und Neues entdecken, in der Blogheimat Blogothek!
Möchtet ihr nicht hier erscheinen? Einfach unter "Blog verwalten" die Blogothek Sichtbarkeit auf nein stellen.
Blogbeiträge zum Thema Windows Server

Exchange: How to export Mailboxes to PST Files

Today I will show you how to export Mailboxes from an Exchange Server to a single PST file. This blog post applies only to On-Premise Exchange Servers. By default, it’s currently not […]
PowershellWindows 11Windows ServerEnglishExchange
How to implement your PowerShell 7 Scripts in Task Scheduler

So you’re already working with the latest PowerShell version and wondering how to automate your PowerShell 7 scripts with the task scheduler? Yes? Ok, then stay tuned I will show you two […]
PowershellWindows 11Windows ServerEnglish
Using winget with PowerShell to install Software remotely

In this blog post I will carry out how to remotely install software on a domain-joined Windows 11 client. Winget is a command line tool that provides a lot of different options […]
PowershellWindows 11Windows ServerEnglish
Neuer Udemy Kurs: Active Directory mit Microsoft Exchange Server 2019 (DE)

Liebe FollowerInnen! Wenn Du Interesse an Active Directory und Exchange hast, dann kannst Du mit diesem Gutschein-Link meinen neuen Udemy Kurs buchen und diesen 30 Tage lang testen. Anbei der Link mit […]
PowershellWindows ServerDeutsch
Monitoring Logon Attempts in Active Directory with PowerShell

Domain-Controllers monitor successful logon attempts by default. All events of all login attempts are logged in the Event Viewer. In this article I will cover how to monitor all logon events with […]
Cyber SecurityPowershellActive DirectoryEnglishWindows Server
Active Directory: Find orphaned (unused) User Accounts with PowerShell

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 […]
PowershellWindows ServerActive DirectoryEnglish
Active Directory: Find users based on Attributes and add them to a Group with PowerShell

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 […]
PowershellWindows ServerActive DirectoryEnglish
Register and Create Scheduled Jobs with PowerShell

Scheduled jobs do something based on a trigger. We are able to configure scheduled jobs with the graphical user interface or – from my point of view – much easier and faster […]
PowershellEnglishWindows Server
PowerShell: Neue Freigabe erstellen (SMB-Share, NTFS-Rechte)
Eine neue Freigabe mit New-SmbShareAdvanced erstellen: Ordner erstellen, freigeben und NTFS-Rechte setzen in einem PowerShell-Befehl. Was macht New-SmbShareAdvanced? Prüft ob der freizugebende Ordner existiert und erstellt ihn bei Bedarf Prüft ob der...
Tipps & TricksPowershellWindows 10Windows Server