-
Notifications
You must be signed in to change notification settings - Fork 814
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
Get-NetUser | select cn not working #83
Comments
I also have same problem hit me up if you find some solution |
It seems like the Get-NetUser cmdlet is not recognized, which might indicate that the required module or function is not loaded. This could be the result of a few different issues. PowerShell Version: Import Module or Script: Execution Policy: Correct Path: If you are still encountering issues, please provide more details about the environment and the source of the Get-NetUser cmdlet (whether it's part of a specific module or script). |
PS C:\Users\Administrator\Downloads> .\PowerView.ps1
PS C:\Users\Administrator\Downloads> Get-NetUser | select cn
cmdlet, function, script file, or operable program. Check the spelling of the
name, or if a path was included, verify that the path is correct and try again.
At line:1 char:1
The text was updated successfully, but these errors were encountered: