Explore >> Select a destination


You are here

jannikreinhard.com
| | 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...
| | 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...
| | michlstechblog.info
48.4 parsecs away

Travel
| Howto passing parameters to event triggered schedule tasks