WeiyiGeek / SecOpsDev

项目介绍: 自己闲来无事所写以及工作中抽取的安全/运维/开发方面的代码小脚本 ,希望大家多多star支持。

Home Page:https://blog.weiyigeek.top

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

if($Acount.Length -ge 4 这里拼错了。

hcql opened this issue · comments

commented

if($Account.Length -ge 4 -and ($Account.sid | Select-String -Pattern "^((?!(-500|-501|-503|-504)).)*$")) {

if($Account.Length -ge 4 -and ($Account.sid | Select-String -Pattern "^((?!(-500|-501|-503|-504)).)*$")) {

感谢指正!