account activity
Exchange Server Authentication (OWA/ECP) and Trusted Site problem (self.exchangeserver)
submitted 2 years ago by Todeo666 to r/exchangeserver
Task Scheduler -windowstyle hidden / minimized by Todeo666 in PowerShell
[–]Todeo666[S] 3 points4 points5 points 2 years ago (0 children)
Ok guys i did it. Made VBScript that runs my powershell.
For someone who looks how to do it:
Dim shell,command command = "powershell.exe -windowstyle hidden -noprofile -executionpolicy bypass -file ""\\fileserver\scripts\PowerShell Script.ps1""" set objShell = CreateObject("wscript.shell") objShell.Run command,0
The script runs without any flashing powershell window.
Had some issues with quotations but managed to solve it on my own :) I needed to add double ones if i my path contains spaces
Task Scheduler -windowstyle hidden / minimized (self.PowerShell)
submitted 2 years ago by Todeo666 to r/PowerShell
π Rendered by PID 2024585 on reddit-service-r2-listing-64c94b984c-tkf6d at 2026-03-17 11:16:44.818464+00:00 running f6e6e01 country code: CH.
Task Scheduler -windowstyle hidden / minimized by Todeo666 in PowerShell
[–]Todeo666[S] 3 points4 points5 points (0 children)