• Siilo Encrypted Text App

    1
    0 Votes
    1 Posts
    546 Views
    No one has replied
  • Wide Area DECT coverage

    7
    4 Votes
    7 Posts
    2k Views
    JaredBuschJ

    This is the thread that pointed me to the Uniden equipment.
    http://forum.yealink.com/forum/showthread.php?mode=linear&tid=4681&pid=#pid

  • What's the best way to migrate to FreePBX 14?

    34
    1 Votes
    34 Posts
    6k Views
    SmithErickS

    @aaronstuder Oh yes! Rackspace was about 3-4x more than what we are paying for Vultr. Not to mention much more flexibility, and performance (SSD).

  • PowerShell Error

    5
    0 Votes
    5 Posts
    789 Views
    black3dynamiteB

    @tim_g said in PowerShell Error:

    What's the goal here?

    Restart two known services named: "Sophos Agent" "Sophos Message Router"

    If that's the case, there's a much easier way to do it:

    function Restart-SophosServices { Restart-Service -Name "Sophos Agent" -Force -Verbose Restart-Service -Name "Sophos Message Router" -Force -Verbose }

    Its either that or just wanted to restart all Sophos services.

  • Lightest weight Linux distro for web browser

    16
    0 Votes
    16 Posts
    1k Views
    IRJI

    @stacksofplates said in Lightest weight Linux distro for web browser:

    @irj said in Lightest weight Linux distro for web browser:

    @stacksofplates said in Lightest weight Linux distro for web browser:

    @irj said in Lightest weight Linux distro for web browser:

    I went with Lubunutu in the end. The hardware I have is old, but not ancient. Centrino 2 and 3 gb of RAM. I tried puppy linux and bodhi linux, but didn't care for either.

    Puppy was fast, but ugly as holy hell. Bodhi didnt seem to work right on my system. It was sluggish for some reason.

    Ya Puppy is just bad. I hadn’t Slitaz running on an old thin client at one point. It worked pretty well for that.

    I didn't see your reply until after I decided on Lubuntu. I will try a Slitaz on a usb drive.

    Ya I didn’t mean for you to have to do that. It’s ok, doesn’t look awesome but def looks better than Puppy.

    I dont feel obligated. I just want to give it a shot 🙂

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    12 Views
    No one has replied
  • How to Format Powershell Code on ML

    3
    0 Votes
    3 Posts
    560 Views
    IRJI

    @alex-olynyk said in How to Format Powershell Code on ML:

    function Repair-SophosUpdate { [cmdletbinding()] Param( [Parameter(Mandatory=$True)] [string]$computername ) $Services = Get-Service -Name 'Sophos*' ForEach ($Service in $Services) { If (($Service.Name -like 'Sophos*') -and ($Service.Status -eq 'running')) { Restart-Service -Name $Service -PassThru -Verbose -Force } Else { Start-Service -Name $Service -PassThru -Verbose } } } ; Repair-SophosUpdate -Verbose

    When I run this I get

    PS C:\Users\aolynyk\Desktop> C:\Users\aolynyk\Desktop\Repair-SophosUpdate.ps1 cmdlet Repair-SophosUpdate at command pipeline position 1 Supply values for the following parameters: computername: localhost Restart-Service : Cannot find any service with service name 'System.ServiceProcess.ServiceController'. At C:\Users\aolynyk\Desktop\Repair-SophosUpdate.ps1:16 char:13 + Restart-Service -Name $Service -PassThru -Verbose -Force + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : ObjectNotFound: (System.ServiceProcess.ServiceController:String) [Restart-Service], ServiceCommandException + FullyQualifiedErrorId : NoServiceFoundForGivenName,Microsoft.PowerShell.Commands.RestartServiceCommand

    I can restart the services as an admin but when I run the script as an admin I get the same error

    PS C:\WINDOWS\system32> Restart-Service 'Sophos Agent' -PassThru Status Name DisplayName ------ ---- ----------- Running Sophos Agent Sophos Agent PS C:\WINDOWS\system32> Restart-Service 'Sophos Message Router' -PassThru Status Name DisplayName ------ ---- ----------- Running Sophos Message ... Sophos Message Router PS C:\WINDOWS\system32>

    Maybe put this in a new thread so you get help?

  • IT rock bottom

    14
    5 Votes
    14 Posts
    3k Views
    dafyreD

    @dustinb3403 said in IT rock bottom:

    @wls-itguy said in IT rock bottom:

    I didn't just burn the bridge I poured gas on it and stood on the other side laughing.

    Did you really? I'm surprised the cops weren't called and you weren't arrested for arson. . .

    There was no bridge left to burn by the time they got there.

  • oVirt Single Server Install - Mgmt Network issues

    Solved
    8
    1 Votes
    8 Posts
    2k Views
    stacksofplatesS

    @jaredbusch said in oVirt Single Server Install - Mgmt Network issues:

    @stacksofplates said in oVirt Single Server Install - Mgmt Network issues:

    Sadly I don't do anything with oVirt. I run OpenStack at home and bare KVM at work.

    SOrry, I thought you were doing oVirt stuff. my bad.

    No prob. I think @Tim_G was doing something with it. I just find it too bloated. It’s pretty sad whenever it’s easier to do an all in one OpenStack than it is to do oVirt.

  • Lightweight Windows OS

    14
    0 Votes
    14 Posts
    2k Views
    H

    @gjacobse said in Lightweight Windows OS:

    Windorx

    Spend $100 and get a better a laptop.

    EeePC NetBook PC sucks, it doesn't even work well on XP.

  • Someone tell me WTF is wrong with my rync skills this morning

    Solved
    9
    2 Votes
    9 Posts
    2k Views
    PenguinWranglerP

    @jaredbusch said in Someone tell me WTF is wrong with my rync skills this morning:

    tired or stupid or something this morning..

    works perfectly when one specifies the correct data directory on the source.

    /home/owncloud/data/

    sent 1764471 bytes received 178175 bytes 56308.58 bytes/sec total size is 148236697158 speedup is 76306.59 (DRY RUN)

    I hate that. You always have a few outliers before you standardize on things and they are always the gotchas. This has happened to me on many occasions.

  • FreePBX Endpoint Manager File Location

    7
    0 Votes
    7 Posts
    987 Views
    JaredBuschJ

    @smitherick said in FreePBX Endpoint Manager File Location:

    @jaredbusch Right, I get that. I meant that they should still exist once I activate the new install since they were in the DB that was backed up on the old install and restored on new.

    AH, I missed the part about having made a backup and restore.

  • Remoteapp issue Windows 10 workspace.

    4
    0 Votes
    4 Posts
    1k Views
    FredtxF

    @jaredbusch said in Remoteapp issue Windows 10 workspace.:

    @fredtx did you reboot after clearing those keys? I’m not using workspaces anyplace at the moment to try and test this.

    Yes I did. This may be from the aftermath from last Friday where I had to fix the RD Broker that wasn't allowing new remote apps on "any" workstation. Couldn't even access rd web from the broker itself. I had to give full access to IIS_URS and Network Service groups for both Tempasp.net files and c:\windows\temp folders. Restart IIS and that fixed the company wide issue. However, this 2 computers are giving me issues still.

  • 6 Votes
    10 Posts
    33k Views
    JaredBuschJ

    @tim_g said in Use DHCP option 43 on Windows Server to tell UniFi devices how to find the controller:

    @jaredbusch

    I see, so just setting option 43 on whatever DHCP server you use is all you need. Nothing hardware specific is required on the network.

    Correct

  • Twilio as a SIP provider

    65
    1 Votes
    65 Posts
    12k Views
    FATeknollogeeF

    I def like some the available features in the Dashboard.

  • Troubleshooting Unifi AP-AC-Lite

    60
    1 Votes
    60 Posts
    7k Views
    crustachioC

    What WPA2 security mode are you using? Make sure it is AES not TKIP.

    Also a known-good USB wireless adapter is handy to keep around for times like this.

  • Reverse or Forward Proxy Setup

    Solved
    3
    2 Votes
    3 Posts
    2k Views
    dbeatoD

    I was able to fix the issue with the following lines on Apache as Reverse Proxy

    ProxyPass /soap/v1/ https://api.authorize.net/soap/v1/ ProxyPassReverse /soap/v1/ https://api.authorize.net/soap/v1/

    I assume this can also be done on Ngnix as well. So I will find out.

  • Webroot triggers on AutoHotKey

    4
    2 Votes
    4 Posts
    969 Views
    JaredBuschJ

    @danp Just updated the site policy to whitelist it. That makes me feel dirty.

  • Sangoma 6 to 7 Upgrade Tool Error

    10
    0 Votes
    10 Posts
    1k Views
    JaredBuschJ

    @aaronstuder said in Sangoma 6 to 7 Upgrade Tool Error:

    @jaredbusch said in Sangoma 6 to 7 Upgrade Tool Error:

    @aaronstuder said in Sangoma 6 to 7 Upgrade Tool Error:

    Guess I am just going to build a new 14 VM and transfer over the config. Any thing to watch for?

    You can export and import some things with the default handlers.

    If you are using SSL from LE and have the Yelaink T4xG series phones they won't talk right using SSL.
    If this is the same system I worked on, don't forget to grab crontab with the bell schedule.

    It is in fact the same system. Will the custom extensions come over?

    Yes. they are still extensions.

  • Mail Allignment Issue

    13
    1 Votes
    13 Posts
    2k Views
    LakshmanaL

    @stess
    @scottalanmiller
    I got one script for copying the excel sheet content to the mail body which have issue in it.The issue where the table is not copying to body only contents are copied to the mail body without table.Help needed

    $email = "[email protected]" $smtpServer = "mail.somecompany.com" $ForEmail = @() ###################################### #Create and get my Excel Obj $x1 = New-Object -comobject Excel.Application $UserWorkBook = $x1.Workbooks.Open("C:\temp\bluenose.xlsx") #Select first Sheet $UserWorksheet = $UserWorkBook.Worksheets.Item(1) $UserWorksheet.activate() #Copy the part of the sheet I want in the Email $rgeSource=$UserWorksheet.range("A1","E20") $rgeSource.Copy() | out-null $Results = Get-Clipboard foreach ($Result in $Results) { $ForEmail += "$Result<br>" } ###################################### $msg = new-object Net.Mail.MailMessage $smtp = new-object Net.Mail.SmtpClient($smtpServer) $msg.From = "[email protected]" $msg.To.Add($email) $msg.Subject = "Excel Pasted" $msg.IsBodyHtml = $True $msg.Body = "Here is the contents of the excel file<br> <br> $ForEmail <br> " $smtp.Send($msg)](![image url](image url))