|
You are here |
epmstuff.wordpress.com | ||
| | | | |
kasperjohansen.net
|
|
| | | | | [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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | 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... | ||