Skip to content

View static network info from registry when offline. Useful when ipconfig and Get-NetIPConfiguration don’t work.

License

Notifications You must be signed in to change notification settings

sucktravian/OfflineNetworkInfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OfflineNetworkInfo

PowerShell Gallery Version License: MIT PowerShell: 5.1+

Retrieve static network settings directly from the Windows registry, even when the system is offline and tools like ipconfig or Get-NetIPConfiguration are unavailable.

Features

  • Lists interface name, IP address, subnet mask, gateway, and DNS servers.
  • Supports systems even when disconnected from the network.
  • Useful in recovery or forensic environments.

Installation

You can install the module directly from the PowerShell Gallery:

Install-Module -Name OfflineNetworkInfo
Get-OfflineNetworkConfig

About

View static network info from registry when offline. Useful when ipconfig and Get-NetIPConfiguration don’t work.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published