Anlage des Repos
This commit is contained in:
2
test/ipconfig.ps1
Normal file
2
test/ipconfig.ps1
Normal file
@@ -0,0 +1,2 @@
|
||||
$ipconfig = ipconfig | select-string "IPv4" | select-object -first 1
|
||||
([regex]"\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b").matches($ipconfig) | % { $_.value }
|
||||
Reference in New Issue
Block a user