/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

jannikreinhard.com
| | osddeployment.dk
11.1 parsecs away

Travel
| | Some times the message "Something went wrong" with Microsoft Intune Endpoint Privileged Management (EPM) is expected - like in this case with downloaded files from the Internet and using EPM to elevate a executable file. Table of Contents Introduction Mark of the Web (MoTW) Browser Implementation Alternate Data Stream (ADS) Zone Identifier Security Measures Showcasing...
| | epmstuff.wordpress.com
11.1 parsecs away

Travel
| | Mapping drives on Intune managed devices is a bit of a hassle as there are no native CSP's to make you able to do this. There are alot of different community based solutions out there such as the ADMX files you can import/ingest or Powershell scripts you can deploy. I went down the rout of...
| | smsagent.blog
10.7 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...
| | petervanderwoude.nl
39.7 parsecs away

Travel
| This week is all about Windows 10 devices. More specifically about (re)naming Windows 10 devices. And all that by using standard available functionality without custom scripting. This post will bring different posts together that I did over the last couple of years and will introduce one new configuration option that was recently introduced within Windows...