sync
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
$Func = {
|
||||
param($C)
|
||||
Import-SWDiscovery -ComputerName $C -Integration ServiceNow
|
||||
}
|
||||
Invoke-Command -ComputerName itdslrwndstst2.nd.gov -ScriptBlock $Func -ArgumentList $FQDN -Credential $SwCred
|
||||
|
||||
|
||||
|
||||
|
||||
$Func = {
|
||||
param($c)
|
||||
Import-SWDiscovery -ComputerName $c -Integration ServiceNow
|
||||
}
|
||||
Invoke-Command -ComputerName itdslrwnds.nd.gov -ScriptBlock $Func -ArgumentList itdcndstfc19.nd.gov -Credential $IaaSAuto #Cred
|
||||
Reference in New Issue
Block a user