Gerenios / AADInternals

AADInternals PowerShell module for administering Azure AD and Office 365
http://aadinternals.com/aadinternals
MIT License
1.2k stars 210 forks source link

Create-LoginForm #85

Open CR-DMcDonald opened 3 months ago

CR-DMcDonald commented 3 months ago

I'm have issues with features which use create-loginform such as Get-AADIntComplianceAPICookies and Get-AADIntSPOAuthenticationHeader, which errors because the function cannot be found. Looking at the diffs it seems like the definition of create-loginform was removed in v9.0, but there are still existing references to it in a few commands.

image