- Check Network InterfaceIndex or InterfaceAlias
Get-NetConnectionProfile
- Set the Network category with the interface index
Set-NetConnectionProfile -InterfaceIndex # -NetworkCategoryPrivate|DomainAuthenticated|Public
- Or Set the Network category with the interface alias
Set-NetConnectionProfile -InterfaceAlias # -NetworkCategoryPrivate|DomainAuthenticated|Public
728x90
댓글