How to export SIP and SMTP proxy addresses with powershell

As part of a domain migration, there is a requirement that none of the domains being migrated can be referenced within a SIP or SMTP attribute in AzureAD or the “release” of the domain wont go through. One of these attributes which can contain these addresses is the “proxyaddresses’ attribute in AD. As a result,…

Intune – How to disable “Do not require CTRL ALT DEL”

In this blog post i will discuss how to disable the policy option “Do not require CTRLALTDEL”. TO do this, i will create a custom device configuration profile in intune and use the ” LocalPoliciesSecurityOptions/InteractiveLogon_DoNotRequireCTRLALTDEL” Policy CSP to set the policy back to disabled. This policy currently only provides you with two options, “Enable” &…

How to remotely map a network share with powershell

Having ongoing issues determining where the issue is with a certain user who for one reason or another, either loses the mappings to a network share, or just does not receive them. And so, with no time for them to assist you with troubleshooting and needing a quick fix. I decided to work out an…

How to package Microsoft PowerBIDesktop.exe with silent installation switches – SCCM

I was recently required to package a new version of Microsoft Power BI Desktop for work. unfortunately, Microsoft has stopped releasing Power BI Desktop as an MSI Package and its now only available as an exe. So, below are the steps on how i accomplished packaging this software. You’ll first need to download the Microsoft…