megacotts

Comments

  • Thanks for your help. Made your changes and everything is reporting back correctly. You're right I didn't need another "child" status!
  • OK I've changed that but it still doesn't like it unfortunately. Still testing ok direct from the poller: The script now looks like: Invoke-Command -Computername '${Caption}' -UseSSL -Credential '${Credential}' -ScriptBlock { $SMBShareCheck = Get-SMBShare | measure $Primary = "True" $SRMemberStatus = Get-SRGRoup |…