Sometimes it happens that a SCCM Task Sequence is hanging. You can stop it with this lines of code:
this days I had an issue, where a registry key was missing after a reboot. the registry key was created…
if you need to change the assignement of a SCOM gateway to another SCOM gateway, you can do this by…
sometimes you need to remove a file from GIT. when it contains sensitive datas like passwords, it needs to be…
this days, I updated Service Management Automation (SMA) in our production environment from version 2016 UR7 to version 2019. after…
since version 1906 SCCM supports role-based access control (RBAC) for folders. This can be configured trough the SCCM console or…
if you write regularly PowerShell modules, you have to test the functions in it. i wrote some Pester tests, which…
The Invoke-CMScript cmdlet invokes a PowerShell script in Microsoft System Center Configuration Manager. System Center Configuration Manager has an integrated ability to…
PowerShell is now available in Azure Function App (still in preview). you can create a Powershell Function App like this:…
i work in a multi domain environment. each domain has different password expiration rules. unfortunattely there is no notification system…