We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This will loop through and disable every policy in the JSS.
JSS::Policy.all_ids(:refresh) do |pol_id| pol = JSS::Policy.fetch id: pol_id pol.disable pol.save end
ruby-jss Wiki Home