Skip to main content

Hey all,
I have a script:



#!/bin/sh
sudo dsconfigad -passInterval 0
exit 0


However its been randomly returning this "dsconfigad: No operation specified nor update requested" in the policy logs.
I'm not sure what this means, however it does say successful.
Any ideas? Is it still working or do I have to push a new command out do you think?



Gabe Shackney
Princeton Public Schools

I found it...the I in interval was capitalized....not sure when that happened though since this used to work.



Gabe Shackney
Princeton Public Schools