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