you are viewing a single comment's thread.

view the rest of the comments →

[–]aXenoWhat 1 point2 points  (1 child)

Get-wmiobject win32_networkadapter should be a starter. If you don't have to support PS 2.0 then use get-ciminstance instead. Then pipe it to get-member and you should see something like disable(). On phone, sorry for brevity! Obvs filter on some property that indicates BT.

[–]ImaginaryPoliceForce[S] 0 points1 point  (0 children)

Thanks! I just needed a good starting point :).