From 398f85839d8ff7ffa9c17f29e3b11188a658f5ed Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Sun, 24 Feb 2019 14:26:56 -0500 Subject: [PATCH] Add namespace variable so that full type name can be resolved --- functions/Copy-DbaSsisCatalog.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/Copy-DbaSsisCatalog.ps1 b/functions/Copy-DbaSsisCatalog.ps1 index ee934dbbc1cb..3a157e5bca01 100644 --- a/functions/Copy-DbaSsisCatalog.ps1 +++ b/functions/Copy-DbaSsisCatalog.ps1 @@ -102,6 +102,7 @@ function Copy-DbaSsisCatalog { ) <# Developer note: The throw calls must stay in this command #> begin { + $ISNamespace = "Microsoft.SqlServer.Management.IntegrationServices" function Get-RemoteIntegrationService { param ( [Object]$Computer