• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Powershell newbie: How do I run this basic Get-SmbConnection command

mxmaniac

Member
So I've read multiple tutorials and done a bunch of googling before asking this, but I seem to be missing an obvious step that I can't find.

I installed powershell 3.0 and simply want to use the following command
Get-SmbConnection
But I get an error that it is unrecognized.

Its my understanding this is a standard windows powershell command
https://technet.microsoft.com/en-us/\library/jj635726(v=wps.630).aspx

I'm pretty sure I need to either import or install this module or cmdlet or something, but I simply can't seem to find what step I'm missing to make this work.
 
Nevermind. I finally got it to work, just had to right click and run as admin. Hadn't seen this requirement mentioned in any of the tutorials I read.
 
Back
Top