7 lines
93 B
PowerShell
7 lines
93 B
PowerShell
|
#Function to check Black/White List
|
||
|
|
||
|
function Test-ListPath ($ListPath, $UseWhiteList) {
|
||
|
|
||
|
|
||
|
}
|