Skip to content

Commit

Permalink
Missing type in ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
nidem committed Apr 12, 2016
1 parent 907bf23 commit a465dd3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions GetUserSPNs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Param(
[Parameter(Mandatory=$False)] [string]$Filter
)

Add-Type -AssemblyName System.IdentityModel

$GCs = @()

If ($GCName) {
Expand Down

0 comments on commit a465dd3

Please sign in to comment.