We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b23b503 commit 7cc6c98Copy full SHA for 7cc6c98
1 file changed
source/Public/Set-SqlDscAudit.ps1
@@ -87,7 +87,12 @@
87
.OUTPUTS
88
`Microsoft.SqlServer.Management.Smo.Audit`
89
90
- When passing parameter **PassThru**.
+ Returns the updated audit object when using the **PassThru** parameter.
91
+
92
+ .OUTPUTS
93
+ None.
94
95
+ No output when the **PassThru** parameter is not specified.
96
97
.EXAMPLE
98
$serverObject = Connect-SqlDscDatabaseEngine -InstanceName 'MyInstance'
0 commit comments