I deactivated data deduplication on one of my drives because it doesn't work well with the backup system.
I then started an unoptimization job in Administrative PowerShell. After that I realized I didn't put the priority up high so the job runs faster since there is no load on that server at the moment. So I tried stopping the job and got this:
PS C:\Windows\system32> Stop-DedupJob
Stop-DedupJob : The term 'Stop-DedupJob' is not recognized as the name of a 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.
Stop-DedupJob
+ ~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Stop-DedupJob:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException
I was able to do Get_DedupJob
at first but now I get the same error as if the cmdlet were removed.... But an Unoptimization Job is still running...
How can I use the cmdlet without re-enabling the deduplication on the volume?