Types/OBS.GetSceneItemList.Response/Enable.ps1

param(
[switch]
$PassThru
)

$this | Set-OBSSceneItemEnabled -sceneItemEnabled -PassThru:$PassThru