I'm getting pumped up for DSC and I want to cover my bases. I see that Enable-PSRemoting actually runs Set-WSManQuickConfig according to help documentation, I guess my main question is, what is the difference between the two? Looks like newer documentation whether it be a book or online article only mentions Enable-PSRemoting and not necessarily Set-WSManQuickConfig. Is Enable-PSRemoting just newer/better? Thanks in advance.
Checked the help documentation of the two cmdlets.
Set-WSManQuickConfig performs the following:
Enable-PSRemoting also does the above, and additionally:
So
Enable-PSRemoting
is the one to use unless you intend on manually configuring sessions.