Worüber bloggt Österreich? In der Blogothek könnt ihr die aktuellsten Beiträge der Österreichischen Blogs durchsuchen. Derzeit befinden sich Blogartikel zum Thema Cyber Security 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 Cyber Security
Mastercard eröffnet europäisches Cyber Resilience Centre
Das ECRC bringt nationale Cybersicherheits- und Strafverfolgungsbehörden mit Branchenverbänden zusammen. VertreterInnen von 20 Teams verbessern Cyberabwehr und Reaktionsgeschwindigkeit im Kampf gegen Cyberkriminalität. Hauptsitz ist in Belgien.
NewsCyber Resilience CennterCyber SecurityEröffnungMastercard
Azure AD: How to set Maximum Devices per User
The default value of the maximum number of devices per user in Azure AD is 50 devices. That is a lot. If you want to restrict the number of devices then you came to the […]
Microsoft 365PowershellCyber SecurityEnglish
Active Directory: List all Network Shares from all Windows Servers
In today’s blog post I show how to retrieve all network shares from all servers in an Active Directory domain to get a nice list in the output. This script is used […]
PowershellWindows ServerActive DirectoryCyber SecurityEnglish
PowerShell Execution Policy: Unblock Files | Security Zones
PowerShell’s execution policy is a safety feature that controls the conditions under which PowerShell loads configuration files and runs scripts. This feature helps prevent the execution of malicious scripts. https://learn.microsoft.com/en-us/pow...
Cyber SecurityPowershellEnglish
Administering Windows Defender with PowerShell
In this article, I will focus on Microsoft Defender. I will give you a few examples that you can build on. It’s not about doing wonderful things, it’s about basics. Let’s jump […]
Cyber SecurityPowershellWindows 10Windows 11Windows ServerEnglish
Monitor Local User Logons on Windows Operating Systems
User Logons on Microsoft Windows operating systems are called Logon Events. In this short blog post I will show you a PowerShell One-Liner which retrieves all user logons of a particular user. […]
Cyber SecurityPowershellWindows 10Windows 11Windows ServerEnglish
List all logged on Users with quser.exe and PowerShell
In this short article I will show how to list all logged on local users with the quser.exe tool. Quser displays information about logged on users on the local computer and on […]
Cyber SecurityPowershellWindows ServerEnglishWindows 10Windows 11
PowerShell: Decrypt a Secure String
In this blog post I will carry out how to decrypt a secure string. A secure string is a string that is saved in a non-readable format to temporarily store passwords and […]
PowershellCyber SecurityEnglish
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