Hi
Is there a difference between using
Import-Module SwisPowerShell
and
Add-PSSnapin
?
On the GitHub site, it is referencing to use Import-Moduel SwisPowerShell, however in order website documents, it says to use Add-PSSnapin. Does it matter which is used? Or is it just a matter of preference?