Skip to content

Commit

Permalink
Fixed wron variable Name SendFromEmailAliasEnabled
Browse files Browse the repository at this point in the history
  • Loading branch information
andikrueger authored Jan 20, 2022
1 parent ccb52e5 commit ec28e13
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ function Get-TargetResource

[Parameter()]
[System.Boolean]
$SendFromAliasEnabled,
$SendFromEmailAliasEnabled,

[Parameter()]
[System.String]
Expand Down Expand Up @@ -392,7 +392,7 @@ function Get-TargetResource
PublicFolderShowClientControl = $ConfigSettings.PublicFolderShowClientControl
ReadTrackingEnabled = $ConfigSettings.ReadTrackingEnabled
RemotePublicFolderMailboxes = $ConfigSettings.RemotePublicFolderMailboxes
SendFromAliasEnabled = $ConfigSettings.SendFromAliasEnabled
SendFromEmailAliasEnabled = $ConfigSettings.SendFromEmailAliasEnabled
SiteMailboxCreationURL = $ConfigSettings.SiteMailboxCreationURL
SmtpActionableMessagesEnabled = $ConfigSettings.SmtpActionableMessagesEnabled
VisibleMeetingUpdateProperties = $ConfigSettings.VisibleMeetingUpdateProperties
Expand Down Expand Up @@ -705,7 +705,7 @@ function Set-TargetResource

[Parameter()]
[System.Boolean]
$SendFromAliasEnabled,
$SendFromEmailAliasEnabled,

[Parameter()]
[System.String]
Expand Down Expand Up @@ -1046,7 +1046,7 @@ function Test-TargetResource

[Parameter()]
[System.Boolean]
$SendFromAliasEnabled,
$SendFromEmailAliasEnabled,

[Parameter()]
[System.String]
Expand Down

0 comments on commit ec28e13

Please sign in to comment.