/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

epmstuff.wordpress.com
| | 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...
| | jannikreinhard.com
4.6 parsecs away

Travel
| | A build in teams client is shipped with Windows 11. This client can only be used with apersonal Microsoft account. This client is usually not welcome in corporate environments. How to remove this build-in client with the help of Intune I will show you in this blog post. Remove the build-in teams app with Intune...
| | blog.stijn-dhaese.be
18.4 parsecs away

Travel
| Here is the situation, I have Raspberry Pi Desktop running in a VM and Visual Studio Code on my machine. When I try connect to my Raspberry Pi Desktop using VS Code Remote Development, I receive th...