Azure Sentinel Basics Part 1

Microsoft Azure Sentinel ist eine skalierbare, native Cloud Lösung für Security Information & Event Management (SIEM) und die Sicherheitsorchestrierung mit automatisierter Reaktion (Security Orchestration Automated Response, SOAR) . Azure […]

Read More

Elevated Shell?

Sometimes you have to verify if your PowerShell session runs with elevated permissions. With this short code you can check it and inform the user […]

Read More

Working with big logfiles

When we want to work on big files with PowerShell, PowerShell goes slower and slower. In my last projects, I have to work on Windows […]

Read More

LastLogonTimestamp

Sometimes you have to identify the last logon of a user or computer object in Active Directory. With this little code, you can list all […]

Read More

Powershell New-Credential

Sometimes you need a credential object in scripts to run that script unattended. This article describes a way to create a credential object to use […]

Read More

Exchange Hybrid requirements

Exchange Hybrid The main goal of an Exchange hybrid deployment is that the customer enables the Exchange on-premises organization to move his on-premises mailboxes and public […]

Read More