Reading Time: < 1 minuteI had issues with accessing share on a PC that was connected to private network and had file and sharing enabled. Looking at firewall rules the SMB-In access is enabled from any IP on local subnet, but doesn’t allow access…
Leave a CommentMonth: March 2020
Reading Time: < 1 minuteGet-NetAdapter and find index of the adapter you want to use, you can also pull more details Get-NetAdapter * | Sort InterfaceDescription | Format-Table -Property Name, InterfaceDescription, MacAddress, Status, ifIndex $adapter = Get-NetAdapter -InterfaceIndex 17 $name = “name of the…
Leave a Comment