Skip to content

Commit 4b2cdd6

Browse files
committed
Added help
1 parent d550136 commit 4b2cdd6

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

functions/Remove-PDCImage.ps1

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,11 @@
5858
Remove-PDCImage -ImageLocation "\\server1\images\DB1_20180703193345.vhdx"
5959
6060
Remove an image
61+
62+
.EXAMPLE
63+
Get-PDCImage -Database DB1 | Remove-PDCImage
64+
65+
Remove all images and clones based on database DB1
6166
#>
6267
[CmdLetBinding(DefaultParameterSetName = "ImageLocation", SupportsShouldProcess = $true,
6368
ConfirmImpact = 'High')]

0 commit comments

Comments
 (0)