Fetch the repository succeeded.
This action will force synchronization from chuanjiao10/kasini3000, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
#建议保存编码为:bom头 + utf8
param
(
[Alias("last")][byte]$最后n个输出 = 10,
[Alias("remark")][String]$备注,
[Alias("ipaddress")][String]$被控机ip地址,
[Alias("grep")][String]$标准输出包含,
[Alias("begin_time")][String]$任务预定开始时间,
[Alias("end_time")][String]$任务实际结束时间 = (Get-Date -Format 'yyyy-MM-dd HH:mm:ss'),
[switch]$GridView
)
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'
}
$private:temp999 = & 'kdir-cmdb.ps1' -被查找的库文件名 'fb福报库_任务表rs_读取最后n个任务结果输出t176.ps1'
if ( ($private:temp999 -eq '输入的库路径有错误') -and ($private:temp999 -eq '无返回') )
{
Write-Error "fb福报库_任务表rs_读取最后n个任务结果输出t176.ps1' "
exit 176
}
else
{
$脚本名 = $private:temp999
}
Write-Warning '所有停止任务:'
Get-Job | Where-Object { $_.State -eq 'Stopped' }
Write-Warning '所有暂停任务:'
Get-Job | Where-Object { $_.State -eq 'Suspended' }
Write-Warning '所有断开任务:'
Get-Job | Where-Object { $_.State -eq 'Disconnected' }
if ($GridView)
{
& $脚本名 -最后n个输出 ${最后n个输出} -备注 $备注 -被控机ip地址 $被控机ip地址 -任务预定开始时间 $任务预定开始时间 -任务实际结束时间 $任务实际结束时间 -标准输出包含 $标准输出包含 -GridView
}
else
{
& $脚本名 -最后n个输出 ${最后n个输出} -备注 $备注 -被控机ip地址 $被控机ip地址 -任务预定开始时间 $任务预定开始时间 -任务实际结束时间 $任务实际结束时间 -标准输出包含 $标准输出包含
}
exit 0
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。