PowerShell-Administration-Tools
PowerShell-Administration-Tools copied to clipboard
Powershell scripts for automating common system administration, blue team, and digital forensics tasks
Results
1
PowerShell-Administration-Tools issues
Sort by
recently updated
recently updated
newest added
Neither ``` $IfaceName = $iface.NetConnectionID or $Name = $iface.GetRelated("Win32_PnPEntity") | Select-Object -ExpandProperty Name ``` return the name of the interface properly. These should work according to https://devblogs.microsoft.com/scripting/use-powershell-to-identify-your-real-network-adapter/ and other sites
bug