Jump to content

Nick530

Members
  • Posts

    4
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Nick530 got a reaction from StefanMcl_Pulseway in Installing Pulsway Via Powershell script   
    Thanks for the input. i was able to find the URL for the specific Organizaion that i want to auto enroll devices under. I was able to write a ps script for this install. Once i was able to write this i added it to a provisioning package for device provisioning. This script could also be used with something like autopilot for intune. 
     
    #Download and Run MSI package for Automated install
    $uri = "Agent download URL "
    #Create Folder path 
    New-Item -ItemType Directory -Path C:\Temp
    Invoke-WebRequest -uri $uri -OutFile C:\Temp\windows_agent_x64.msi
    msiexec /i C:\Temp\windows_agent_x64.msi /quiet /qn /norestart
  2. Like
    Nick530 reacted to eDecisions in Run automation scripts for group?   
    Second, seems backwards, I can run a script for 100 groups, I can run a script on a single client , but no I can’t run a script on an office.
     
    if I have 100 groups I’d need 100 scripts one for each group.
     
    i second adding the scripts as an option under group
×
×
  • Create New...