Quantcast
Channel: Forums - Recent Threads

Getting "failed" when uploading generic "file" to VSA

I'm really new to scripting and VSA so please pardon my ignorance. I'm trying to create a procedure to silently install an .msi (Mimecast Security Agent). Mimecast has information on the command line...

View Article


Procedure is not running a powershell script properly

Hello everyone. I am trying to run a procedure to clear the cache and cookies from an Active Chrome session. I found a PowerShell script online that works fine if ran manually but when added to a...

View Article


Need Help with Command Line to find a string in a text file

We have a TXT file with contents...

View Article

share column sets from Agent view?

I can share custom Views, but does anyone know if there's a way to share Column Sets that I have configured on the "Agent" tab?

View Article

Image may be NSFW.
Clik here to view.

How do I run a agent procedure on a new checked in agent

I want to run an agent procedure when a new agent checks in for the first time.Under Monitor > Agent Monitoring > Alerts  I see this option but in order to set this it seems I need to specify the...

View Article


RE: Procedure is not running a powershell script properly

myArch-man Thank you for your response. I followed your instructions but I still cannot get the files to be removed. I updated my ps1 file to adjust the new prefix above and I checked the logs and...

View Article

RE: Need Help with Command Line to find a string in a text file

Never Mind figured it out ... if anyone is running MX915 or MX925 genius devices from Verifone and needs to pull their serial numbers into a custom field in VSA - let us know, we have a script that...

View Article

RE: Is anyone using BitDefender with Kaseya? Evaluating and it isn't going well.

Just a quick question , where does it say that kaspersky is being abandoned ?

View Article


Is anyone using BitDefender with Kaseya? Evaluating and it isn't going well.

We've used AVG and Kaspersky through Kaseya.  Now that both of those have been abandoned, we are reviewing BitDefender.  We were provided a trial license and install the plugin for Kaseya.  BItDefender...

View Article


RE: Getting "failed" when uploading generic "file" to VSA

Thanks for the reminder regarding the 9.5.5 Feature Release notes.  Adding an extension to the new whitelist solved our upload issue.

View Article

Kaspersky Abandoned ???

Hi All,Just want to know what substance there is to a comment in this post that Kaspersky is abandoned as far as kaseya is concerned ?Kaseya Community

View Article

Build a report based on command results

I want to create a report on which machines are running our AV.  I just run a command: sc query csagent and if it's running it'll return the following.SERVICE_NAME: csagent        TYPE               :...

View Article

Creating a Report based off of a Procedure Log Entry

I want to create a report on which machines are running our AV.  So I created a Procedure to Variable, running the command and writing to the Agent Procedure Log.  If the AV isn't installed it...

View Article


RE: Setup Windows Storage Server as SAN Storage

OpenFiler and FreeNAS are the most commonly used distributions. But I would use UnRAID or OpenMediaVault. If I ever studied to become a school sysadmin, I wouldn't bother with SAN.

View Article

Setup Windows Storage Server as SAN Storage

Hello Team,we want to setup a Windows Storage Server 2016 with FibreChannel and 2 Shelfs as SAN Storage...

View Article


RE: Is anyone else having major issues with the SM module?

I started using SM in January 21. It seemed to be working great and then just stopped in March although I didn't realize as all reports were negative. Nothing looked awry until I noticed the scan was...

View Article

Is anyone else having major issues with the SM module?

1. Half of my workstations are reported not having run a patch scan, even though i have it scheduled to run 3 days per week, each during a 4 hour period during peak work hours. I've been using SM for...

View Article


RE: Kaspersky Abandoned ???

Kaseya rarely admit to abandonment, yet when the module has received 0 updates for nearly 5 years, the writing is on the wall. Kaspersky died the day the US federal government banned it. We took up a...

View Article

Kaseya Community Announcement: A new way to Connect is coming soon!

Your connection to Kaseya is about to improve!We are excited to announce that an all-new online Community for our customers and partners, the Connect IT Community will be launching soon. As part of...

View Article

RE: Is anyone else having major issues with the SM module?

It's unfortunate Kaseya has the habit of stopping development on older modules, like Patch Management, before the new module, like Software Management, is tried and tested and ready to step up. I...

View Article

RE: Creating a Report based off of a Procedure Log Entry

I have a procedure in which I executePowershellCommand64BitSystem + return to variable the output ofGet-WmiObject -Namespace root\SecurityCenter2 -Class AntiVirusProduct | Select-Object -ExpandProperty...

View Article


Windows 10 (fileless) update agent procedure not working with 21H1 release

I have been using an agent procedure called Windows 10 (Fileless) Update agent procedure to update Windows 10 to the most current build. My understanding, and from what I interpret from the procedure,...

View Article


Check if a folder has been deleted

I'm writing an uninstall procedure and one of the confirmation check points is to check if the program's folder has been deleted.  It's an AV that installs in C:\Windows\Sysetm32\drivers\abc.  So In my...

View Article

What is the proper procedure for utilizing Software Management for Windows...

It was explained to us that we use the "Scan and Analysis" profile to setup the Windows Updates and use the "Deployment" profile to execute them. We set both of these up and none of the servers we...

View Article

RE: Check if a folder has been deleted

The following works for us to test existence of a directory on a target machine ...if testFile ("C:\wonkywillie") Does not Exist    sendEmail ("someone@somewhere.com", "Test Directory Not found...

View Article


Unable to update the HKEY_CURRENT_USER branch key

I have tried a number of options to try and add a data value to key in the HKEY_CURRENT_USER\Software\Polices\ branch with not much success.This while the targeted user is logged into the device.Here...

View Article

RE: Unable to update the HKEY_CURRENT_USER branch key

Put in a step above the registry steps in your script that will impersonate an admin user.

View Article

RE: Is anyone else having major issues with the SM module?

SM is getting better; There's an entirely new patch engine on the way which I am testing presently. I'm under NDA, so all I can say is --  Stick around for 9.5.7. I think you'll be pleased.

View Article

RE: Unable to update the HKEY_CURRENT_USER branch key

HI Tom I will take a look at this option and give it a try.These devices are Azure AD Joined so I will see how to best set this up given my environment.

View Article



RE: Keyboard state bugs

here I have already provided the support videos and nothing happens. that this problem can not be solved, I do not understand.

View Article

Keyboard state bugs

I have a consistent bug I can reproduce at any time.KRC to any machine. Open windows explorer. Highlight a file, press Shift-Delete to delete a file without going via the recycle-bin. Release...

View Article

RE: Keyboard state bugs

I've not had issues since going to VSA 9.5.6. I think the keyboard issues are basically fixed for us now. If you're not on 9.5.6 then give that a try.

View Article

RE: Unable to update the HKEY_CURRENT_USER branch key

Hi Chris, maybe this articles brings you in the right direction. "Writing Current User registry keys in SCCM as System" -...

View Article


Run Get-AppxPackage & Remove-AppxPackage from Elevated Powershell

I have tried executePowershellCommand64BitSystem and User, I have tried adding -executionpolicy bypass and/or -forceI have logged in as Impersonate user as myself who is a domain admin.But this command...

View Article

RE: Keyboard state bugs

yes i also thought that the error has not occurred lately. but have the feeling with the version 9.5.6.2815 it is there again.

View Article