Updated: March 4, 2020 | | Tags: ATP, Code, Exchange Online, Office 365, PowerShell, Reports, Safe Attachments
Recently the Helpdesk have been getting cases about slow delivery times due to Office 365 ATP Safe Attachments. We have created a script to retrieve the data from Exchange Online, and then used Power BI to visualize it.
Updated: January 9, 2020 | | Tags: Active Directory, Code, Password, PowerShell, Script, Security
I created a powershell-script which will reset the password of all users in a specific Organizational Unit.
I prefer to set unique high-end passwords for all users. If you prefer a more ‘user friendly’ approach simply…
Posted: September 12, 2016 | | Tags: Code, Deployment, SCCM, System Center, UDI, VBs, Windows 10
Back in 2012 I wrote an article about dynamically setting a computer name during a Task Sequence. Here is my updated and improved script. I’m currently setting up a deployment solution running SCCM with MDT 2013…
Posted: August 24, 2016 | | Tags: Code, Deployment, PowerShell, Script, Windows 10
There are a few different approaches when it comes to cleaning up the Windows 10 deployment. I prefer to uninstall the built-in applications which my enterprise and customers have no need for.
Posted: May 3, 2016 | | Tags: Code, Permissions, PowerShell
We’ve set out to help a customer with automation within their IT department.
Some daily tasks require an elevated prompt, there is no way around it. But it’s not obvious how to check if the current prompt is elevated, or how to elevate the session. So here is a how-to…
Updated: July 20, 2016 | | Tags: Code, Deployment, GPO, OS, Windows, WMI Filtering
I recently ran into a GPO problem. My customer wanted to delegate different group policy settings on clients within a specific OU.
The OU contained numerous versions of Windows and all versions had different, OS version specific, settings.
Posted: March 9, 2016 | | Tags: Code, PowerShell, Script, WMI
This PowerShell-script retrieves all current user sessions on a local or remote system.
Posted: March 9, 2016 | | Tags: Code, Compliance, PowerShell, Script
This script retrieves the pending reboot status on a local or remote computer.
Updated: May 17, 2016 | | Tags: Adsense, Code, PHP, WordPress
Following is a short tutorial how to get your Adsense code set up to work as a shortcode.
This is very effective if you want to place advertisements within a post or page.
Updated: March 5, 2016 | | Tags: Code, PowerShell, Script, Security, Troubleshoot, WiFi, Windows 7, Windows 8, WLAN
We’ve all been there, wireless passwords tend get lost.
There are several tools to retrieve the missing information, but I strongly believe that the less stuff you download from the web, the safer you are. So why not use the built in functions instead?