Hi ,
The netsh nps commands are working fine if these are being used with the parameter "processingorder=x" . If the param is not used you will run into the error "The parameter is incorrect". It is important to make sure before using the param processingorder that the number of the processing order used is not present in the NPS policy list. If the same processing order is already in use the command will fail again with the error "The parameter is incorrect“ .
As the picture below:
Example:
netsh nps add np name = "test" conditionid = "0x1fb5" conditiondata = "S-1-5-21-1611413001-1598968370-1039276024-9724"
The parameter is incorrect.
netsh nps add np name = "test" conditionid = "0x1fb5" conditiondata = "S-1-5-21-1611413001-1598968370-1039276024-9724" processingorder = 4
Ok.
(Note: The Processingorder Number can be any number if used as described above)
Best Regards,
Candy
--------------------------------------------------------------
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.