39 Star 222 Fork 51

chuanjiao10 / kasini3000

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
gx更新所有node的uuid.ps1 642 Bytes
一键复制 编辑 原始数据 按行查看 历史
#建议保存编码为:bom头 + utf8
if ( ($IsWindows -eq $True) -or ($PSVersionTable.psversion.major -lt 6) ) #win
{
& 'c:\ProgramData\kasini3000\0k_source.ps1'
}
if ($IsLinux -eq $True)
{
& '/etc/kasini3000/0k_source.ps1'
}
& 'zd只读nodelist文件.ps1'
foreach ($private:temp1 in $global:所有被控机)
{
Write-Host -NoNewline '.'
[System.Net.IPAddress]$ip2 = 0
if ( [System.Net.IPAddress]::TryParse($private:temp1.ip,[ref]$ip2) )
{
if (${temp1}.被控机uuid.tostring().trim() -eq '')
{
${temp1}.被控机uuid = (New-Guid).Guid
}
}
else
{
continue
}
}
& 'zl整理写入nodelist文件.ps1'
exit 0
PowerShell
1
https://gitee.com/chuanjiao10/kasini3000.git
git@gitee.com:chuanjiao10/kasini3000.git
chuanjiao10
kasini3000
kasini3000
master

搜索帮助