Skip to content

Commit 7a26cda

Browse files
committed
Adding whatif/confirm help
1 parent b595b79 commit 7a26cda

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

functions/Install-DBOSupportLibrary.ps1

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Function Install-DBOSupportLibrary {
1515
.PARAMETER Scope
1616
Choose whether to install for CurrentUser or for AllUsers
1717
18+
.PARAMETER Confirm
19+
Prompts to confirm certain actions
20+
21+
.PARAMETER WhatIf
22+
Shows what would happen if the command would execute, but does not actually perform the command
23+
24+
1825
.EXAMPLE
1926
#Installs all dependencies for Oracle
2027
Install-DBOSupportLibrary Oracle

0 commit comments

Comments
 (0)