Nick530
Members
-
Joined
-
Last visited
Reputation Activity
-
Nick530 got a reaction from Anne in Installing Pulsway Via Powershell scriptThanks 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
-
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