Jump to content

Paul

Administrators
  • Posts

    1740
  • Joined

  • Last visited

Everything posted by Paul

  1. Try the solutions in this topic : http://forum.pulseway.com/topic/630-help-with-wol-wake-up-didnt-works-for-me/
  2. Please check that the device has full access to the machine, that the shutdown command is enables in system tab in PC Monitor Manager and the command is not hidden inside the Display tab in PC Monitor Manager. Also if you are using associated accounts make sure you have full access. Paul
  3. Those are two diferent actions. While the computer is online the application can comunicate with PC Monitor but while the computer is offline PC Monitor must ask your computer's hardware to wake up and depending on the network's arhitecture this request is most likely blocked. Most residential networks are behind one or more NAT which prevent the wake command from being forwarded to your computer. Have you tried opening the WOL port in your router/modem?
  4. Paul

    Windows 8.1

    Step 1. Locate ntdll in your system drive\windows\system32 folder. Step 2. Run cmd as an administrator. Step 3. Execute: takeown /f systemdrive:\windows\system32\ntdll.dll Step 4. Execute: icacls systemdrive:\windows\system32\ntdll.dll /grant yourusername:f Step 5. Rename ntdll.dll to something else: move systemdrive:\windows\system32\ntdll.dll systemdrive:\windows\system32\ntdll.dll.old Step 6: Execute sfc /scannow Execute the steps at your own risk, always make a full backup before messing with system files. Paul.
  5. No extra rights are required to run the Windows 8 app. Can you reach the web app from a browser on the computer that is causing the problem?
  6. Paul

    Windows 8.1

    Thanks for posting the solution.
  7. Hello, I've created another build. Check this one: https://www.dropbox.com/s/0g0oxy219gxv5q5/Release.zip . Then try entering \\serverip\c$ and see if you see any opened session. Paul. Edit: I tested it on a Windows Server 2008R2 Standard x64 and it works.
  8. I've updated my first post with an updated version of the plugin. Thank you again for the bug report, Paul.
  9. Hello, Thank you for letting me know. I will take a look and I will post a fix asap. Paul.
  10. I've finished my plugin that sends notifications to PC Monitor. Using this you can update your script to use the console application included in the plugin so that you receive a PC Monitor notification instead of an email. As for a plugin for OpenManage itself I cannot help you until you provide more information about the platform. Does it have any public SDK or API you can use to gather the data you want to see on your phone. The file used in the powershell script outputs string data to the standard output and I'd rather not perform string comparison inside my plugins so unless you can properly integrate the plugin on dell's dataset you will have to use your current script to get real-time updates. Plugin link: http://forum.pulseway.com/topic/962-notification-bridge/ Cheers, Paul.
  11. Hi everyone, Use this plugin to open up a local WCF using net pipes so that a console application can use it to sent notifications to Pulseway. Using this solution you can easily send Pulseway notifications from your scripts. Version 1.3 =Installation= Add the NotificationBridgePlugin.dll plugin into Pulseway Manager -> Plugins. Configure your scripts to call NotificationBridge console application. =Usage= -p (Priority: 0=Low, 1=Normal, 2=Elevated, 3=Critical) -t (Text message, use double quotes if the message includes a space) -f (Include the text from a file) -r (Allow repeating notifications) Exit Codes: 0 - Notification was successfully forwarded to Pulseway 1 - Notification was rejected by Pulseway (Maintenance mode, Old notification was not deleted, Pulseway is stopped. As always my plugin is open-source bound by no license. You may claim it your own. Source Code: https://bitbucket.org/paulcsiki/notification-bridge-plugin/src Download Link: Click Paul.
  12. Something like this? http://forum.pulseway.com/topic/551-bulk-provisioning/ Paul.
  13. Paul

    Windows 8.1

    Try running: sfc /scannow Then restart your computer. I strongly believe that the upgrade process has corrupted the ntdll.dll on your operating system and the repair wizards are not detecting the corruption. If this doesn't fix the problem my only other advice is to perform a clean reinstall of your operating system without performing any upgrades except windows update but no upgrades from windows 8 to 8.1. Good Luck, Paul
  14. Paul

    Windows 8.1

    The .NET problem was not removed. First write down all the .NET Frameworks you have installed on your machine (Look in c:\windows\microsoft.net\framework64 I guess, then try removing all .NET frameworks using the .NET removal tool (link). After you removed the .NET frameworks reinstall them back. Try avoiding making any restarts in the mean time. I don't think windows 8.1 likes that you remove it's .net fw. Warning: This is an experimental action. I cannot guarantee that will work well on 8.1 as I only tested it out on windows 7. Good luck, Paul.
  15. Can you please try to use a different browser? Also are you using the latest version of flash player? If the problem persists ask here http://forum.pulseway.com/forum/35-web-application and a support representative will respond.
  16. Hello Meta, Congrats on finding the problem. I did copy your code and test it out but only in a debugger. I did see that some values were null but it never occurred to me that I was actually referencing a null instance. Thanks for the heads-up! Paul.
  17. Hello Metta, I have tested your code and it seems to be working good on my end. Can you please try again on a different machine?
  18. You can either uninstall the old version and install the new one, or use the mobile client to upgrade your agent by tapping on the agent version and selecting upgrade or by waiting up to 24 hours for the agent to auto update itself (if not auto updates were manually disabled).
  19. This happens when the FQDN resolves to your public ip and your NAT doesn't support loopback packets. Please refer to this post: http://forum.pulseway.com/topic/951-new-user-need-help-with-installation/?p=3868
  20. True that, however I still need to know that something bad happened at a moment thus the red light still being there. I need to know something went wrong and it goes back to normal only after I remove the notification meaning that I have solved the issue or have understood what the problem was. I guess an option to clear notification if another positive one occurs would be nice, or maybe to merge the positive one with the negative and lowering it's priority.
  21. AutoUpdate will stop the services starting the offline countdown on the cloud servers but you should only be getting an offline notification if the agent is unreachable for something like 10-15 minutes I think.
  22. Paul

    Wake PC Command

    Can you please try the solutions posted here? http://forum.pulseway.com/topic/630-help-with-wol-wake-up-didnt-works-for-me/ Also please consult this article too: http://support.microsoft.com/kb/2776718
  23. Since the value changed in the table I am gussing you changed the value well, however you need to wait for the cache to expire. Try again after one day.
  24. I am guessing that PC Monitor gathers it's data from the same place "Programs and Features" so if the build number is wrong over there will end up wrong on PC Monitor too.
  25. No, sorry I keep pushing forward on my schedule. I will try doing it during the weekend.
×
×
  • Create New...