-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to install module #148
Comments
@DeanGross144 they are two distinct PowerShell commands. Running them separately should get what you need: Install-Module ZeroTrustAssessment
Invoke-ZTAssessment |
Hi after I install
when I execute Invoke-ZTAssessment, it said:
|
Hi @hdlinh1808 , like the error message points out, please try import-module ZeroTrustAssessment to check what's wrong with the module import. Otherwise, you might want to try PowerShell 7 instead of the default Windows PowerShell 5. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What am I doing wrong?
install-module ZeroTrustAssessment Invoke-ZTAssessment
Install-Module: A positional parameter cannot be found that accepts argument 'Invoke-ZTAssessment'
The text was updated successfully, but these errors were encountered: