-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot bind argument to parameter 'Type' because it is null #10
Comments
Weird, we haven't seen this error before. I'm assuming this is on script import? If so, are you able to import stock PowerView https://raw.githubusercontent.com/PowerShellMafia/PowerSploit/dev/Recon/PowerView.ps1 ? |
I moved the script to the C:\Users...\Documents\sectools\BloodHound-win32-x64\resources\app\PowerShell and the script ran (actually still running ~3hours, but expected). I was never able to import the script with import-module, I received an error that the file was not in module format. I think you can close this one. |
I'm having this exact same issue trying to use iex to get powerview onto a windows host. I guess I'm fonused why or how moving the script worked? Any other solutions to this issue?
|
SOLUTION: |
I'm running powershell v4 and can't seem to get past the error below.
field : Cannot bind argument to parameter 'Type' because it is null.
At C:...\BloodHound-master\PowerShell\BloodHound.ps1:14750 char:31
field : Cannot bind argument to parameter 'Type' because it is null.
At C:...\BloodHound-master\PowerShell\BloodHound.ps1:14783 char:21
The text was updated successfully, but these errors were encountered: