Change network profile from public to private
Change network profile from public to private
Get-NetConnectionProfile
Name : Public
InterfaceAlias : Ethernet 2
InterfaceIndex : 24
NetworkCategory : Public
IPv4Connectivity : Internet
IPv6Connectivity : LocalNetwork
Note the InterfaceIndex number
Change the NetConnectionProfile to private by running:
Set-NetConnectionProfile -InterfaceIndex 24 -NetworkCategory Private
Verify the NetworkCategory is changed to Private by running:
Get-NetConnectionProfile
Clear DHCP leases from CLI on a Fortigate
Clear DHCP leases from CLI on a Fortigate
(Refresh DHCP leasses)
exec dhcp lease-list –> show current list on DHCP lease
execute dhcp lease-clear –> clear the DHCP lease of a specific ip
execute dhcp lease-clear all —> clear all the DHCP leases
Ways to open Print Management in Windows 10
Ways to open Print Management in Windows 10
Open Run by Windows+R, type printmanagement.msc and tap OK or open CMD and type printmanagement.msc