Skip to content

Commit

Permalink
line 952 and further
Browse files Browse the repository at this point in the history
 [Parameter()]
        [System.String]
        $Filter,

line 1003:
[array] $Script:exportedInstances = Get-MgBetaDirectoryAdministrativeUnit -Filter $Filter -All:$true -ErrorAction Stop
  • Loading branch information
ifinch committed Dec 4, 2023
1 parent 199a285 commit ff64883
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ function Export-TargetResource
{
$Script:ExportMode = $true
#region resource generator code
[array] $Script:exportedInstances = Get-MgBetaDirectoryAdministrativeUnit -Filter $Filter -All:$true -ErrorAction Stop #-All -ErrorAction Stop
[array] $Script:exportedInstances = Get-MgBetaDirectoryAdministrativeUnit -Filter $Filter -All:$true -ErrorAction Stop
#endregion

$i = 1
Expand Down

0 comments on commit ff64883

Please sign in to comment.