Jump to content
Pulseway 9.14 🔥

brucesmith

Members
  • Joined

  • Last visited

  1. brucesmith replied to brucesmith's post in a topic in General
    Has any one resolved this or have a clue ??
  2. brucesmith replied to brucesmith's post in a topic in General
    Sorry for the late reply here is what i have, the system type box flash grey and then i get the error below "Scope not Found"
  3. brucesmith started following Scope not found
  4. brucesmith posted a post in a topic in General
    Hi I'm trying to create a scope, so I can setup a task but i get scope not found when I create it I get "Scope not found" Google was not my friend for this one. I know its not found as I'm trying to create it. what's going on?
  5. brucesmith joined the community
  6. So I wanted the full display name so I have updated your script. $dom = $env:userdomain $getusr = quser | Select-Object -skip 1 $usr = $getusr.substring(1,22).Trim() -join "," $display = ([adsi]"WinNT://$dom/$usr,user").fullname Set-ItemProperty -Path "HKLM:\Software\MMSOFT Design\PC Monitor\" -Name ComputerName -Value "$env:computername - $display"