From 4fddce17b89ecd9ca9dd77e256db7e311f0014a0 Mon Sep 17 00:00:00 2001 From: Andy Levy Date: Sun, 24 Feb 2019 16:03:20 -0500 Subject: [PATCH] Add namespace variable so that full type name can be resolved (#5114) --- functions/Copy-DbaSsisCatalog.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/Copy-DbaSsisCatalog.ps1 b/functions/Copy-DbaSsisCatalog.ps1 index ee934dbbc1..3a157e5bca 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