跑步:
nltest /sc_query:domain /server:servername
产生:
Flags: 30 HAS_IP HAS_TIMESERV
Trusted DC Name \\hostname.domain
Trusted DC Connection Status Status = 0 0x0 NERR_Success
The command completed successfully
我想进入 $ 只是在 \\ 之后只是“主机名”。
到目前为止有: '(?<=\\\\).*' (所以 Expresso Regex util 告诉我)这会抓住 '\\' 之后的所有内容
如何在 PowerShell 中对此进行编码,以便仅获取主机名?