Newer versions of Windows are doing away with the old CMD Prompt in favour of Windows Powershell, running the Validaterepository command will create an error message and a suggestion as in the Screenshot
This is caused by the way Powershell runs commands, any command run after a > Powershell recognises as being a windows commandlet, function or script and therefore does not recognise Validaterepository creating the error
To resolve this you need to type .\ before Validaterepository this tells Powershell to run the Commandlet from the current location so Validaterepository will run
© 2023 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy