mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-08-11 21:59:11 +02:00
Added check-ipv6-address.ps1
This commit is contained in:
@ -11,7 +11,7 @@ function ListScripts { param([string]$FilePath)
|
||||
$Table = import-csv "$FilePath"
|
||||
foreach($Row in $Table) {
|
||||
New-Object PSObject -Property @{
|
||||
'Script' = "$($Row.Filename)"
|
||||
'Script' = "$($Row.Script)"
|
||||
'Description' = "$($Row.Description)"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user