Skip to content

Instantly share code, notes, and snippets.

View Robert-LTH's full-sized avatar
🎯
Focusing

Robert Johnsson Robert-LTH

🎯
Focusing
View GitHub Profile
@jborean93
jborean93 / New-ScheduledTaskSession.ps1
Last active September 4, 2025 08:50
Creates a PSSession that targets a scheduled task process
# Copyright: (c) 2024, Jordan Borean (@jborean93) <jborean93@gmail.com>
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
Function New-ScheduledTaskSession {
<#
.SYNOPSIS
Creates a PSSession for a process running as a scheduled task.
.DESCRIPTION
Creates a PSSession that can be used to run code inside a scheduled task
SELECT SMS_Collection.*
FROM SMS_Collection
JOIN SMS_FullcollectionMembership ON SMS_FullCollectionMembership.CollectionID=SMS_Collection.CollectionID
WHERE SMS_FullCollectionMembership.ResourceID=##SUB:ResourceID##