You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Confirm root before recursing in Remove-ConfluencePage
With -Recurse, child pages were deleted before the root page's ShouldProcess was evaluated, so declining the root -Confirm prompt (after confirming children) left a partially deleted subtree. Evaluate the root ShouldProcess first and only recurse once approved (suppressing the per-child prompt), while -WhatIf still enumerates the whole subtree. Verified the WhatIf/Confirm/normal control flow (review thread on Remove-ConfluencePage L67).
0 commit comments