Powershell异常问题

时间:2018-06-19 18:54:00

标签: powershell

我正在尝试创建一个脚本,该脚本会将服务器添加到交付组(与Citrix相关)中。

我正在使用which_mutual浏览文件中的服务器列表,如果服务器不在其中,则将它们添加到组中。

作为测试的一部分,我添加了一个无效的服务器名称(blah),而不是在我执行g <- graph_from_literal(A+-+B, A-+C) E(g)$att1 <- c(1,2,3) #I want (note the default order of vertices for igraph) g2 <- graph_from_literal(A+-+B, A+-+C) E(g2)$att1 <- c(1, 2, 3, 2) 的第一个Get-Content中捕获了它(这确实抛出了“ Get-BrokerMachine:屏幕上没有“对象不存在”异常),它会转到try..catch语句并输出消息“服务器已在工作组中”。

当我执行$objServer = Get-BrokerMachine $strServer时,如何正确跳过无效的文件成员并正确地移至下一个成员?

if((!$objServer.DesktopGroupName))

0 个答案:

没有答案