Explore >> Select a destination


You are here

epmstuff.wordpress.com
| | oofhours.com
5.7 parsecs away

Travel
| | As I mentioned in my previous post, there is a new community version of the WindowsAutopilotIntune PowerShell module that I created a few years ago (needed because the "official" Intune modules don't include any beta Graph objects, and the Autopilot objects seem to be permanently stuck in beta).?But there are actually three different ones available.?Each...
| | kasperjohansen.net
3.6 parsecs away

Travel
| | [AI summary] This article explains how to upload and configure Notepad++ for deployment via Microsoft Intune using PSADT and ServiceUI.exe, covering steps like creating an Intunewin file, setting up detection scripts, and managing application assignments.
| | smsagent.blog
3.5 parsecs away

Travel
| | For some time I've used a simple VBScript wrapper in code projects and scheduled tasks to allow silent execution of PowerShell scripts in the user context without displaying a console window: p = CreateObject("Scripting.FileSystemObject").GetParentFolderName(WScript.ScriptFullName) location = p &"\"& WScript.Arguments(0) command = "powershell.exe -nologo -ExecutionPolicy Bypass -File """ &location &"""" set shell = CreateObject("WScript.Shell") shell.Run command,0...
| | wweb.dev
35.0 parsecs away

Travel
| In this post, I will show how to set up debugging for Javascript in VS Code for Node.js and for React in Firefox or Chrome...