Jump to content

DJ-1701

AFK GNU
  • Posts

    7,556
  • Joined

Everything posted by DJ-1701

  1. Use an apostrophe before the text. ' Other text here. https://www.excel-easy.com/vba/examples/macro-comments.html
  2. (Forever) Knight (also Nick Knight)
  3. Nowhere (Man https://en.wikipedia.org/wiki/Nowhere_Man_(TV_series) )
  4. Nooooooo
  5. Of course you all had 503, it's a host end issue.
  6. Nor (Gates)
  7. (Back to the) Future
  8. My attempt of making PowerShell version of the VBS script. PowerShell code for SolusInstaller.ps1: $Found=$false $CSV = "\\DEPLOYMENT-SERVER-HERE\SHARE-HERE$\Solus\Agents.csv" $SolusAgentDataList=IMPORT-CSV $CSV -Header ("ID","Name") $GUID=[system.GUID]::NewGuid().ToString() $ComputerName = (Get-Childitem env:computername).Value ForEach ($SolusAgentDataItem in $SolusAgentDataList) { If ($SolusAgentDataItem.Name -eq $ComputerName) { $Found=$true $GUID=$SolusAgentDataItem.ID } } If (!$Found) { Add-Content $CSV "$GUID,$ComputerName`n" } &msiexec.exe /i `"\\DEPLOYMENT-SERVER-HERE\SHARE-HERE$\Solus\SOLUS3AgentInstaller_x64.msi`" AGENTSERVICEADDRESS=`"net.tcp://localhost:52966`" AGENTID=$GUID DEPLOYMENTSERVERADDRESS=`"net.tcp://SOLUS-SERVER-HERE:52965`" RSAKEYPATH=`"\\DEPLOYMENT-SERVER-HERE\SHARE-HERE$\Solus`" /qn /l*v C:\solus.log Start-Sleep -s 5
  9. Jolly (Rrrrrrrrrrrrrrrrr)
  10. [grease] Monkey
  11. The date posted is April Fools Day.
  12. (Terry) Tibbs
×
×
  • Create New...