Skip to content

Commit

Permalink
Fixing failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
SSvilen committed Feb 1, 2020
1 parent f24c499 commit 0814953
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function Get-TargetResource

if ($null -ne $connector)
{

$adPermissions = Get-ADExtendedPermissions -Identity $Name

$returnValue = @{
Expand Down
5 changes: 4 additions & 1 deletion source/Modules/xExchangeHelper/xExchangeHelper.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,10 @@
'Assert-ExchangeSetupArgumentsComplete',
'Get-StringFromHashtable',
'Get-DomainDNFromFQDN',
'Set-DSCMachineStatus'
'Set-DSCMachineStatus',
'Test-ExtendedRightsPresent',
'Test-ExtendedRights',
'Get-ADExtendedPermissions'
)

# Cmdlets to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no cmdlets to export.
Expand Down

0 comments on commit 0814953

Please sign in to comment.