# 操作系统账号事件(登录、注销、新增、删除、软件安装) # 主函数 Main # @param string $str not null # @param string $code not null # # Description: # 设置登录事件的任务计划时,必须传递这两个参数 # #region get-serverip 获取IP function get-serverip { $serverip=gwmi win32_networkadapterconfiguration | ?{$_.IPAddress -ne $null -and $_.dhcpenable