Skip to content

Commit

Permalink
v5.0.2.1 (#444) (#445)
Browse files Browse the repository at this point in the history
In #431 the $alias parameter was removed. This parameter is required to use Templates that have 1 or more Activities on them.
  • Loading branch information
AdhocAdam committed Mar 14, 2023
1 parent 763652c commit 97eebf4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion smletsExchangeConnector.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4581,7 +4581,8 @@ function Update-SCSMPropertyCollection
{
[CmdletBinding(SupportsShouldProcess=$true)]
Param (
[Microsoft.EnterpriseManagement.Configuration.ManagementPackObjectTemplateObject]$Object =$(throw "Please provide a valid template object")
[Microsoft.EnterpriseManagement.Configuration.ManagementPackObjectTemplateObject]$Object =$(throw "Please provide a valid template object"),
$Alias
)

if($PSCmdlet.ShouldProcess("$($Object.DisplayName)"))
Expand Down

0 comments on commit 97eebf4

Please sign in to comment.