PowerShell evidence reference

WhatIf, Confirm, and scope

Preview supported changes and understand local, remote, and pipeline impact before execution.

Evidence to preserve

  • 1
    Use WhatIf where the cmdlet supports it
  • 2
    Verify every target selected by the pipeline
  • 3
    Confirm rollback and remote scope

How to use this reference safely

Start with the exact affected operation and collect the evidence above before selecting a repair branch. Change one relevant variable at a time, repeat the same operation, and preserve any changed result.

Official source: Microsoft PowerShell documentation
Confirm the cmdlet module, edition, version, privileges, target scope, and object output before acting.

Related PowerShell intelligence