Skip to content

Latest commit

 

History

History
66 lines (25 loc) · 690 Bytes

Remove-OBSEffect.md

File metadata and controls

66 lines (25 loc) · 690 Bytes

Remove-OBSEffect

Synopsis

Removes OBS Effects


Description

Removes effects currently loaded into OBS-PowerShell.


Related Links


Parameters

EffectName

The name of the effect.

Type Required Position PipelineInput Aliases
[String] true 1 true (ByPropertyName) Name

Notes

This removes effects from memory, but will not delete effect commands or remove effect scripts.


Syntax

Remove-OBSEffect [-EffectName] <String> [<CommonParameters>]