Wenn Sie mit Azure Ressourcen arbeiten und zwischen unterschiedlichen Services Daten austauschen wollen, dann werden Sie für den Zugriff von Azure Logic Apps in Azure […]
Read MoreAzure function: make zip files
Information: The project I describe can be downloaded from Github: https://github.com/atiedemann/AzFunctions/tree/main/MakeZip Azure Logic APPs are a very comprehensive tool that provides an extremely large number […]
Read MoreElevated 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 MoreWorking 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 MoreLastLogonTimestamp
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 MorePowershell 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 MoreActive Directory NO_CLIENT_SITE report
As an Active Directory administrator, you have to do recurring tasks. One task is to check if client subnets are pointed to an Active Directory […]
Read MoreRecreate Exchange Mailbox with legacyExchangeDN and emailaddresses
Sometimes when you want to move a mailbox from Exchange 2010 to Exchange 2013 or 2016 the move request stops with the following error: And […]
Read MoreHow to Deploy Sysmon with PowerShell remoting
This snippet can be used to deploy Sysmon on all servers that belong to an Active Directory group. The requirements for this script are PowerShell […]
Read MoreThe missing Set-GPPermission PowerShell function
I create a PowerShell function that updates the permission of a Group Policy only for DenyApply rights. You can use this function at your own risk. […]
Read More