V
V
Vitaly Gusev2021-02-12 08:50:18
Active Directory
Vitaly Gusev, 2021-02-12 08:50:18

Whether it is possible to fill in one update on computers through GPO?

Good afternoon!

Look, I am deploying anti-virus protection from Kaspersky with a management server and network remote installation on computers in a company. I ran into a problem that Kaspersky Endpoint Security refuses to be installed on computers where some update is missing. I puzzled with this question a colleague who has not been able to fulfill my request for a week now, which stops my work. He wanted to raise WSUS, but, apparently, he is very busy.
I have access to domain group policies. Is it possible to launch the installation of only this one update on network computers using policies? Where to dig?
All requests on the Internet come down to updating policies, no matter how I formulate the request.

Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Dmitriev, 2021-02-12
@SignFinder

Write a script that will start installing the update from the shared folder in silent mode, add it to the scheduled task or logon script on computers through the policy.

R
RidgeA, 2017-09-14
@ueruxon

https://developer.mozilla.org/en-US/docs/Web/JavaS...
https://developer.mozilla.org/en-US/docs/Web/JavaS...
You can’t just take the second function argument without specifying the first one in the signature (in fact, you can use arguments (but not for arrow functions) or the spread operator, but apparently the author wanted to make the code as short as possible). for each element of the array x, a check is made whether the element index (i) is an element of the array. If at least one index is not an array element, then every will return false

[1, 2, 3].includes(0) // false
[1, 2, 3].includes(1) // true
[1, 2, 3].includes(2) // true
[1, 2, 3].includes(3) // true
[1, 2, 3].includes(4) // false
...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question