BartB
-
Posts
34 -
Joined
-
Last visited
Reputation Activity
-
BartB got a reaction from Jamie Taylor in Support for XCP-NG
Any chance support could be added for XCP-NG - the open-source fork of Citrix XenServer? I can add one to the Server Manager, and connection tests OK, but it does not show up in the mobile app.
EDIT:
I figured it out. I forgot about the Policy and that I need to enable XenServer support in the Policy first. Then it showed up in the mobile app.
-
BartB reacted to NathanB in Asset info visible for offline systems
Not being able to spot simple data for offline systems is a huge pain the backside. I cannot fathom why this is such a hard change to make, just have offline systems display the same data as the online ones and put an alert or notification icon on it/make it red/fade out the details.
How is this fairly rudimentary option not already working? OP was near 3 years back now.
-
BartB reacted to Louwrens in Asset Info - Bug - Agent missing all BIOS and System Info
Thank you Chris. This is not a bug then as it turns out the problem is with WMI like you said.
How can we move this post from the "Bugs" section to the Knowledge base?
The computer were failing with error "Alias not found" when typing in wmic WITH and WITHOUT specifying any queries.
The wmic command itself was able to run and c:\windows\system32\Wbem was listed in the path
WINmgmt /verifyrepository - WMI repository shows consistent
But when running (WMImgmt.msc) WMI Mangement console -> Right Click WMI Control -> Properties, there were errors: W32 WMI "invalid class" and "invalid path"
Fixed this with the below batch file found on some site that I cant remember
__________________________________________________________________________
@ECHO OFF
sc config winmgmt start= auto
reg add HKLM\SOFTWARE\Microsoft\Ole /v EnableDCOM /t REG_SZ /d "Y" /f
reg add HKLM\SOFTWARE\Microsoft\Ole /v LegacyAuthenticationLevel /t REG_DWORD /d "2" /f
reg add HKLM\SOFTWARE\Microsoft\Ole /v LegacyImpersonationLevel /t REG_DWORD /d "3" /f
reg delete HKLM\SOFTWARE\Microsoft\Ole /v DefaultLaunchPermission /f
reg delete HKLM\SOFTWARE\Microsoft\Ole /v MachineAccessRestriction /f
reg delete HKLM\SOFTWARE\Microsoft\Ole /v MachineLaunchRestriction /f
NET STOP SharedAccess
NET STOP winmgmt
CD %WINDIR%\System32\Wbem\Repository
DEL /F /Q /S %WINDIR%\System32\Wbem\Repository\*.*
CD %WINDIR%\system32\wbem
REGSVR32 /s %WINDIR%\system32\scecli.dll
REGSVR32 /s %WINDIR%\system32\userenv.dll
MOFCOMP cimwin32.mof
MOFCOMP cimwin32.mfl
MOFCOMP rsop.mof
MOFCOMP rsop.mfl
FOR /f %%s IN ('DIR /b /s *.dll') DO REGSVR32 /s %%s
FOR /f %%s IN ('DIR /b *.mof') DO MOFCOMP %%s
FOR /f %%s IN ('DIR /b *.mfl') DO MOFCOMP %%s
MOFCOMP exwmi.mof
MOFCOMP -n:root\cimv2\applications\exchange wbemcons.mof
MOFCOMP -n:root\cimv2\applications\exchange smtpcons.mof
MOFCOMP exmgmt.mof
NET STOP Cryptsvc
DEL /F /Q /S %WINDIR%\System32\catroot2\*.*
DEL /F /Q C:\WINDOWS\security\logs\*.log
NET START Cryptsvc
cd c:\windows\system32
lodctr /R
cd c:\windows\sysWOW64
lodctr /R
WINMGMT.EXE /RESYNCPERF
msiexec /unregister
msiexec /regserver
REGSVR32 /s msi.dll
NET START winmgmt
NET START SharedAccess
______________________________________________________________________________
-
BartB reacted to pheald in Explore Hard Disks CentOS 7
Upon further investigation there is a setting in the linux config file to turn this on so the feature was added at some point.
-
BartB reacted to AC_Martin_J in Auto clearing alerts
Hey guys!
I think Pulseway would be even better if the alerts would clear themselves when resolved.. For example, a server with available windows updates will reboot during our custom maintenance window but the alert will stay until I manually clear it in either the webGUI or the Dashboard app. Those kind of alerts along with cpu spikes, short memory outtage etc are more like "white noise" in the monitoring for me and I'd like to focus on alerts where a proper action is needed in order to resolve.
To build further on this idea an even better improvement would be to tie alerts to scripts, so if Alert X is triggered, script Y will run and Alert X will be cleared.
Let me know what you think! // Martin
-
BartB reacted to peter.marshall in Asset Information
Afternoon
It would be great if we could make Asset Info available when devices are offline.
For example if a remote users PC fails to function and is still under warranty trying to explain to a user where to find the device Make, Model and serial number to log a warranty case is not always easy.
If the asset information was available when the device was off line then it would make this process mach easier as it contains all the information required
Cheers
peter
Example
DAVID-O-MIIX Windows 10 Pro Offline Offline since 11 minutes ago Asset Info System DAVID-0-MIIX Name LENOVO Manufacturer 20M3 Model x64-based PC Type Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz CPU 1 Number of Processors 8 Number of Logical Processors DAVID-O-MIIX DNS Host Name TEST.local Domain Administrator Owner Name LM_Workstation, LM_Server, NT, Potential_Browser Roles OK Status BIOS YD05UDx7 Serial Number 6NCN33WW Name LENOVO Manufacturer 6NCN33WW SMBIOS Version 3 SMBIOS Major Version 0 SMBIOS Minor Version LENOVO - 1 Version Monday, 12 November 2018 1:00 PM Release Date OK Status 6NCN33WW Description Operating System Windows 10 Pro Name 10.0.17763.0 Version Multiprocessor Free Build Type systemadmin Registered User NF6EE-QH89W-F8WST-WWXZ4-WFG6P Product Key 00330-50000-00000-AAOEM Serial Number 0 Service Pack Major Version 0 Service Pack Minor Version \Device\HarddiskVolume3 System Device C:\WINDOWS\system32 System Directory C:\WINDOWS Windows Directory Monday, 11 March 2019 12:40 PM Install Date Monday, 20 May 2019 4:30 PM Local Date and Time Monday, 20 May 2019 8:10 AM Last Boot Up Time test\anton.rider Last Logged On User -
BartB reacted to spicysupport in Printer
Can you add a feature to be able to delete printer and also change which is default ?
-
BartB got a reaction from Tyson in Auto clearing alerts
@Chris Are you saying that "Notification based actions" are already implemented or are planned for a future release? Any updates on that feature being implemented and when approximately?
-
BartB reacted to Hanfelt in SNMP Template Synology NAS
Here is a pdf for setting up your synology nas with pulseway.
PublicSNMPPulsewaySynology.pdf
-
BartB reacted to Your PCMD in More AV choices
Would like 1 or 2 more choices for AV like Emsisoft or Bitdefender.
-
BartB reacted to Chris in Chocolatey Windows Package Management
Hi Quenten,
Thank you for your suggestion. We will consider the possibility to introduce this functionality into the future release.
-
BartB reacted to Quenten Grasso in Chocolatey Windows Package Management
Hey Guys,
It would be great if we had some integration with https://chocolatey.org for windows package management, its basically like apt-get or yum for windows which seems a lot better IMHO then ninite type solutions.
Having its own tab under group policy for example to install selected apps across multiple machines and keep them updated within patch windows for example. This would be a huge benefit for Pulseway if done well.
https://chocolatey.org/about
https://chocolatey.org/pricing at only $3/year per machine its pretty competitive pricing.
Cheers,
Quenten
-
BartB reacted to AtlNick in Additional Options for Custom Windows Agent Installer
It would be great (save me a lot of time) if, when downloading the custom Windows agent installer, there was an option to specify if the installer should create shortcuts or not.
IOW, in addition to selecting the organization, site and agent group, there would also be an option (true/false) for "create program shortcuts" (or similar).
-
BartB reacted to harrydabble in Improvements to SysTray
One thing I'm missing from Ninja that would be incredibly handy to have here at Pulseway is the ability to modify the system tray in depth. Theirs allows the ability to create hyperlinks, separate the information, a contact form, etc. The ability for the system tray to show different sets of information, customizable to the MSP would work fantastically.
-
BartB reacted to PseudoIT in Multi Factor Authentication
I can see Multi Factor Authentication is listed on the roadmap for this year, I was just wondering if you are able to shed some light as to what Multi Factor Authentication options will be available. Ideally, we would love to see integration with Duo Security.
-
BartB reacted to Kelsier in Reorganize Scripts
It would be nice to have the ability to reorganize scripts. We have Categories available for organization, but no way to move a script from one category to another. As our script library grows, we'd like to add some more granular categorization, but this would require us to recreate scripts in the new categories and delete them from the old. Drag and drop reorganization would be great here.
-
BartB reacted to dpbklyn in Two Feature Requests
Here are two feature requests:
1. The ability to Clone Tasks
2. The ability to move Scripts from one folder to another
Thank you!
-
BartB reacted to Martin Stevnhoved in Improvements to the Dashboard app
Hi MMSOFT,
I would like to share some improvement suggestions for the Dashboard app.
They are mainly seen from a dispatcher point of view, and not for a monitoring display screen, so they are centralized about the "All Notifications" list.
1. Change (default) view to "All Notifications" list.
As a dispatcher the focus is on the notifications, and not the systems.
It would be nice to be able the change the main window to the "All Notifications" list, insted of getting a popup window.
It could be from the view menu, or by a separate launch-parameter/shortcut.
2. Sort columns in "All Notifications" list.
It is not possible to the sort the notification list by clicking column headers.
That should be a very easy implementation, that brings value to the dispatcher.
3. Right-click actions on the notification list.
A dispatcher doesn't only look at notification list. He also takes a notification.
So it would be great with the possibility to run custom action, be right-clicking on notifications.
It could be actions like "Assign notification", "Create Zendesk Ticket", "Send email", "Open system in webapp", "Write comment".
It could be implemented by custom actions, like running executables or calling webservices.
It could also be implemented by plugins.
4. Show (results of) executed actions in notification list
If a custom action (above idea no. 3) has been executed on a notification it should be visible on the notification list.
It could be by an icon column, or the line changing color.
5. Notification comments.
It should be possible to put simple comments on a notification, both from the dashboard, and in all other apps.
It should be easy the see that a notification has a comment on any notification list.
You are welcome to contact me, if you need ideas to how it could be implemented.
-
BartB reacted to David in Pushing or copying applications and files to client machines
marinhd, I know they have plans to add a file transfer tool to the Remote Desktop application but there is nothing to stop you scripting the download from a public URL. Or, if you prefer to use a private repo, Chocolately allows this.
-
BartB reacted to JCrawford-BT in Asset info visible for offline systems
Instead of performing necromancy on this older thread, I will raise this question again. Why can we not see asset info for offline systems?
I know this is available through reports, but that's a ton of steps to go through when it's already readily available offline (since the Reports can search it) and it should just be visible. This has been a big gotcha (along with not seeing internal IPs without running a report or being able to copy/paste in remote sessions) as we moved from another tool to Pulseway. I've seen more than one thread about this, and each time the response is 'run a report'. Please stop brushing it off as 'RTFM' and provide the functionality we're asking for. Thank you.
-
BartB reacted to Matt in Definition Update for Windows Defender Antivirus
For the last couple of days, computers have been reporting the definition updates for Windows Defender as important or critical. Previously, they were recommended, which would not trigger an alert. The previous rating worked much better since they come out multiple times a day and are almost always quickly, successfully and automatically installed by Windows. Is there anything that can be done to stop an alert every time Windows Defender has a definition update?
-
BartB reacted to fthl in Definition Update for Windows Defender Antivirus
I would appreciate a fast solution to this - it is getting really difficult to maintain overview of my systems when I get multiple Windows Update notifications multiple times a day for multiple systems.
-
BartB reacted to Chris in Stop Monitoring certain services.
Hi,
Try to run this script.
$removeService = "BITS" #the name for the service which will be removed from the list of monitored services
$name = Get-ItemProperty -Path "HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\Services"
[array]$newNameList = $null
$removed = $false
if($name.Count -gt 0){
for ($i=0; $i -lt $name.Count ; $i++){
if($name."Service$i" -eq $removeService){
$removed = $true
}
else{
$newNameList += $name."Service$i"
}
}
}
Remove-Item -Path "HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\Services" -Recurse
New-Item -Path "HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\Services"
Set-ItemProperty -Path "HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\Services" -Name "Count" -Value $newNameList.length;
$count = 0
foreach ($service in $newNameList) {
Set-ItemProperty -Path "HKLM:\SOFTWARE\MMSOFT Design\PC Monitor\Services" -Name ("Service" + $count++) -Value "$service"
}
if($removed){ write-host "The service $removeService was removed from the list of monitored services successfully"}
else {write-host "Action failed or service is not monitored on this system"}
#echo $newNameList
-
BartB reacted to Aspect in Stop Monitoring certain services.
Apologies. Our paths got crossed.
http://www.fixitscripts.xyz/55/How-Do-I-Remote-Stop-Monitoring-A-Service-In-Pulseway
-
BartB reacted to Marius in Unattended installation for .msi
Pulseway msi files support unattended installation.
Pulseway_xNN.msi /qn config=FFF configpassword=PPP
where:
FFF - The UNC path for the configuration file (required)
PPP - The password for the configuration file
or:
Pulseway_xNN.msi /qn username=UUU password=PPP group=GGG server=SSS
where:
UUU - account username (required)
PPP - account password (required)
GGG - group name (optional). If not specified it will be "Default"
SSS - dedicated server address - used only if you have a Pulseway Enterprise Server and it's required in this case.
AD Group Policy can now be used to install the software. After the installation the Pulseway service will start automatically and you will be able to see the computer in the computer list.
The next version will add support for Computer Configuration Policy - the Pulseway Agent will contact the server to read and assign the policy assigned for it's specific group or a general policy.