File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -211,7 +211,15 @@ class SqlRSSetup : ResourceBase
211211 [SqlRSSetup ] Get()
212212 {
213213 # Call the base method to return the properties.
214- return ([ResourceBase ] $this ).Get()
214+ # return ([ResourceBase] $this).Get()
215+
216+ $getResult = ([ResourceBase ] $this ).Get()
217+
218+ Write-Verbose - Message ' DEBUG1' - Verbose
219+ Write-Verbose - Message ($getResult | Out-String ) - Verbose
220+ Write-Verbose - Message ' DEBUG2' - Verbose
221+
222+ return $getResult
215223 }
216224
217225 [System.Boolean ] Test()
@@ -321,6 +329,10 @@ class SqlRSSetup : ResourceBase
321329
322330 if ($rsConfiguration )
323331 {
332+ Write-Verbose - Message ' DEBUG3' - Verbose
333+ Write-Verbose - Message ($rsConfiguration | Out-String ) - Verbose
334+ Write-Verbose - Message ' DEBUG4' - Verbose
335+
324336 # Instance is installed
325337 Write-Verbose - Message (
326338 $this.localizedData.Instance_Installed -f $properties.InstanceName
You can’t perform that action at this time.
0 commit comments