azure-activedirectory-powershell icon indicating copy to clipboard operation
azure-activedirectory-powershell copied to clipboard

ipmo .\AzureADUtils.psm1

Open mtarkowski1 opened this issue 7 years ago • 0 comments

Cannot index into a null array. At C:\docs\Powershell\AzureADUtils.psm1:83 char:7

  •   $ADAL_Assembly = (Get-ChildItem "Microsoft.IdentityModel.Client ...
    
  •   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

Cannot index into a null array. At C:\docs\Powershell\AzureADUtils.psm1:85 char:7

  •   $ADAL_WindowsForms_Assembly = (Get-ChildItem "Microsoft.Identit ...
    
  •   ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    • CategoryInfo : InvalidOperation: (:) [], RuntimeException
    • FullyQualifiedErrorId : NullArray

mtarkowski1 avatar Aug 25 '17 17:08 mtarkowski1