Script Viewer for Microsoft Intune

It’s been a while since a published a community UI tool – I used to have fun doing that back when I had time…๐Ÿ˜†

This one is something I created a while ago actually but as I needed to use it a few times I decided to finish it off and publish it. It’s a simple tool for viewing your PowerShell scripts in Microsoft Intune – a capability that I’m still surprised doesn’t exist natively in the Intune portal. There’s no editing capability in the tool – the main reason is that most of my production scripts are now under source control, but I still like to have the ability to view directly them as and when.

You can download the app from GitHub here.

The app uses the Microsoft Intune PowerShell enterprise app in your Azure AD tenant, so a separate app registration is not required, but you do need to be using the Intune PowerShell SDK in your environment. Obviously you also need the relevant permissions to view scripts in Intune.

To use the app, simply click Connect Intune and authenticate with your AAD tenant.

Then select a script to view it.

The app is a self-contained executable compiled for the .Net framework (min. 4.7.2) and the source code is available in the linked GitHub repo.

4 thoughts on “Script Viewer for Microsoft Intune

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.