Features related to running a command in a manner that merely previews its intended operation.
A dry-run allows a user to preview the outcome of a command or set of commands. This is usually done to test an actual command that may be difficult/impossible to be rolled back later, like file & directory deletions.
For instance, use this tag for questions related to PowerShell's -WhatIf
common parameter.