Suggestion distinction between CMD and Powershell

I am just starting and when looking at module
Windows Fundamentals - Service Permissions
while I was trying to follow along with the commands however I ran into an issue where the cmd sc command is an alias to Set-Content in powershell as such the command:

sc qc wuauserv

runs but with no output in powershell.
While I can now clearly see the formatting difference for powershell and cmd I did spend possible up to 1 hour trying to figure out why this did not work the way it was supposed to. This was possibly good learning it itself but it might be a good suggestion to put a note on this module about this.