ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Categories
    3. IT Discussion
    Log in to post
    Load new posts
    • Recently Replied
    • Recently Created
    • Most Posts
    • Most Votes
    • Most Views
    • RomoR

      Smb transfer through IPSec/L2TP VPN get's terminated.

      Watching Ignoring Scheduled Pinned Locked Moved smb l2tp ipsec
      9
      1 Votes
      9 Posts
      1k Views
      wrx7mW

      @Romo said in Smb transfer through IPSec/L2TP VPN get's terminated.:

      @wrx7m Probably a lot less since during that time nothing else would be running. While currently the whole office was working regularly.

      Can you manually run the morning job to see what happens?

    • scottalanmillerS

      Can You Export List of Email Accounts from Office 365

      Watching Ignoring Scheduled Pinned Locked Moved email office 365 o365 exchange
      10
      0 Votes
      10 Posts
      940 Views
      dafyreD

      I have a script that I wrote to do this.

      https://gitlab.com/dafyre/powershell-utils/raw/master/export-O365Group.ps1

      It gets you the person's DisplayName and their email address.

      If you're exporting a Distribution List, just add the -distributionlist switch.

      If you're exporting an Office 365 Group (Unified Group), then leave that switch out. Other parameters should be self explanatory.

    • scottalanmillerS

      Windows 10 Defender Won't Start After Malware or Ransomware

      Watching Ignoring Scheduled Pinned Locked Moved defender anti-virus windows windows 10 malware ransomware
      35
      4 Votes
      35 Posts
      4k Views
      RojoLocoR

      @Danp said in Windows 10 Defender Won't Start After Malware or Ransomware:

      @RojoLoco Click the link and read for yourself. Also this -- https://www.cybereason.com/hubfs/ransomfree-EOL-message.pdf

      Well damn...

    • WLS-ITGuyW

      Let's Encrypt Windows Server

      Watching Ignoring Scheduled Pinned Locked Moved lets encrypt windows server 2016 ssl certificates
      20
      1 Votes
      20 Posts
      2k Views
      WLS-ITGuyW

      @scottalanmiller said in Let's Encrypt Windows Server:

      @WLS-ITGuy said in Let's Encrypt Windows Server:

      @JaredBusch you don't have any issues with agents checking in or pushing out updates with the RP?

      What would be the concern?

      Curious more than anything.

    • scottalanmillerS

      Ideas for ITSP and MSP Internal and Customer Documentation

      Watching Ignoring Scheduled Pinned Locked Moved documentation wiki sharepoint onenote mediawiki dokuwiki alfresco
      102
      3 Votes
      102 Posts
      21k Views
      scottalanmillerS

      @JaredBusch said in Ideas for ITSP and MSP Internal and Customer Documentation:

      @jmoore said in Ideas for ITSP and MSP Internal and Customer Documentation:

      Didn't have time to mess with anything last night because of family. Hopefully tonight. I'm excited to try Wiki.js and Bookstack

      If I was turning up something for only IT, and had the authority to force people to use it, I would only use Wiki.js. I totally love the git based backup thing.

      Yeah, thankfully we have that flexibility.

    • DustinB3403D

      lpadmin - remove printer with a space in the name

      Watching Ignoring Scheduled Pinned Locked Moved Solved unix osx apple lpadmin printers administration ard
      4
      0 Votes
      4 Posts
      1k Views
      DustinB3403D

      @dbeato said in lpadmin - remove printer with a space in the name:

      @DustinB3403 said in lpadmin - remove printer with a space in the name:

      Nevermind!

      lpadmin adds spaces as underscores!

      So with lpadmin -p I was able to find the list of printers.

      lpadmin -p
      Accounting_Printer

      And with lpadmin -x Accounting_Printer was able to remove the printer!
      Removed Accounting_Printer

      Good to know for central administration of Apple devices. What are you using right now?

      ARD and Unix cli

    • J

      Remote Hyper-V Manager Woes

      Watching Ignoring Scheduled Pinned Locked Moved
      45
      1 Votes
      45 Posts
      2k Views
      scottalanmillerS

      @JasGot said in Remote Hyper-V Manager Woes:

      @JaredBusch said in Remote Hyper-V Manager Woes:

      I don't use RDP anyway. I use ScreenConnect or MeshCentral for console access.

      I don't either...... once I can get ScreenConnect installed. I haven't even tried to install SC on Hyper-V Server yet, does it install and work?

      No, MeshCentral! 😉

    • IRJI

      Azure Warm Backup Site

      Watching Ignoring Scheduled Pinned Locked Moved cloud warm site dr disaster recovery azure aws
      25
      1 Votes
      25 Posts
      3k Views
      IRJI

      @scottalanmiller said in Azure Warm Backup Site:

      @IRJ said in Azure Warm Backup Site:

      Both places had under 250 employees and had offside data centers.

      But had on prem for their primary workloads?

      We had a very old core that only supported a few apps and none of them were SaaS at the time

    • DashrenderD

      Hyper-V 2019 remote access from Domain PC to workgroup hypervisor

      Watching Ignoring Scheduled Pinned Locked Moved
      1
      0 Votes
      1 Posts
      78 Views
      No one has replied
    • DashrenderD

      Building a Hyper-V 2016 host Take 2

      Watching Ignoring Scheduled Pinned Locked Moved hyper-v 2016 dashrender install
      58
      7 Votes
      58 Posts
      11k Views
      DashrenderD

      I can confirm that RDP works again.

    • RomoR

      CDR reports not working FREEPBX 14

      Watching Ignoring Scheduled Pinned Locked Moved Solved cdr freepbx 14
      2
      3 Votes
      2 Posts
      2k Views
      RomoR

      Apparently during the install of Asternic CDR reports a trigger was set that was pointing to a table that never got properly created. After I dropped the triggered from the asteriskcdrdb logging could start again.

      Here is the trigger:

      MariaDB [asteriskcdrdb]> show triggers; +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ | Trigger | Event | Table | Statement | Timing | Created | sql_mode | Definer | character_set_client | collation_connection | Database Collation | +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ | simp_channel | INSERT | cdr | BEGIN SET @orichn = ''; SET @dstchn = ''; SELECT SUBSTRING(NEW.channel,1,LENGTH(NEW.channel)-LOCATE("-",REVERSE(NEW.channel))) INTO @orichn; SELECT SUBSTRING(NEW.dstchannel,1,LENGTH(NEW.dstchannel)-LOCATE("-",REVERSE(NEW.dstchannel))) INTO @dstchn; IF @dstchan LIKE 'Local/FM%' THEN SELECT CONCAT('SIP/',SPLIT_STR(REPLACE(REPLACE(dstchannel,'#','-'),'@','-'),'-',2)) INTO @dstchn; INSERT INTO acdrunichan VALUES (NEW.uniqueid,@orichn,@dstchn); ELSE INSERT INTO acdrunichan VALUES (NEW.uniqueid,@orichn,@dstchn); END IF; END | AFTER | NULL | | root@localhost | utf8 | utf8_general_ci | utf8mb4_unicode_ci | +--------------+--------+-------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+--------+---------+----------+----------------+----------------------+----------------------+--------------------+ 1 row in set (0.01 sec)

      Deleted it with:

      DROP Trigger if exists asteriskcdrdb.simp_channel;
    • PhlipElderP

      YASLV (Yet Another Spectre-Like Variant) - Spoiler

      Watching Ignoring Scheduled Pinned Locked Moved
      3
      0 Votes
      3 Posts
      188 Views
      PhlipElderP

      I concur. We're not putting much effort into our on-premises solution sets as the user there is the low hanging fruit and primary attack vector anyway.

      For our hosting solutions though, what a PITA.

      We coach our hosting contractors on locking down RDS to help mitigate any PEBKAC issues (ID10T types). And for the most part, they've been very successful as we have many examples of the "steel toed boots" preventing the bullet to the foot so to speak. 😉

    • F

      Do you use Salt Formulas?

      Watching Ignoring Scheduled Pinned Locked Moved salt
      1
      0 Votes
      1 Posts
      325 Views
      No one has replied
    • scottalanmillerS

      Windows 10 Allowing a Regular User to Launch One Application as Admin

      Watching Ignoring Scheduled Pinned Locked Moved windows windows 10 security runas sudo runastool
      6
      3 Votes
      6 Posts
      1k Views
      JaredBuschJ

      The first time it is used, we have to manually type the domain\localadmin password.
      995d4dcc-8f3f-428f-a56e-aafa241ca644-image.png
      After that it is stored in credential manager.
      e44ddd17-77ee-4318-a779-8edbc1471c2a-image.png

    • gjacobseG

      NAS Share issue: NFS or SMB

      Watching Ignoring Scheduled Pinned Locked Moved readynas nas security
      17
      0 Votes
      17 Posts
      1k Views
      JaredBuschJ

      you can set static entries in EdgeOS.

      Always set DHCP to give out the ERL for DNS. set service dhcp-server shared-network-name LAN subnet 10.254.103.0/24 dns-server 10.254.103.1 Always set the ERL to look at itself for a DNS (127.0.0.1 set system name-server 127.0.0.1 Make sure that DNS is listening on your LAN ports. set service dns forwarding listen-on eth1 set service dns forwarding listen-on eth1.2 Set DNS forward lookup to whatever. set service dns forwarding name-server 10.254.103.4 # my Pi-Hole set service dns forwarding name-server 1.1.1.1 If oyu are on a domain, tell EdgeOS to forward those to the DC. set service dns forwarding options server=/ad.domain.com/10.254.0.21 set service dns forwarding options server=/domain.local/10.254.0.21 set service dns forwarding options server=/domain/10.254.0.21 Set up your static DNS entries. set system static-host-mapping host-name nas inet 10.254.103.7
    • iroalI

      Windows Server 2016 Licences for cluster

      Watching Ignoring Scheduled Pinned Locked Moved licences licensing windows server 2016 microsoft licensing
      64
      2 Votes
      64 Posts
      9k Views
      DashrenderD

      That was basically where I was 2 years ago - but clearly I didn't find the correct docs for my original thinking.

    • scottalanmillerS

      Making Windows Server 2016 Update Automatically

      Watching Ignoring Scheduled Pinned Locked Moved windows windows server 2016 windows server powershell regedit registry
      17
      2 Votes
      17 Posts
      1k Views
      scottalanmillerS

      Not yet.

    • PhlipElderP

      Payroll Provider gets Encrypted & Pays Ransom

      Watching Ignoring Scheduled Pinned Locked Moved
      31
      1 Votes
      31 Posts
      1k Views
      S

      @scottalanmiller said in Payroll Provider gets Encrypted & Pays Ransom:

      @JaredBusch said in Payroll Provider gets Encrypted & Pays Ransom:

      @scottalanmiller's recent example clearly shows that. I would be interested to know how many man hours @NTG sunk into restoring that. And it was a small typical SMB office. Not a huge SaaS provider.

      Not done yet. But ~28 to mostly recovered.

      I"ve seen everything from 1 billable hour of labor (kicking off Veeam restore of 4 VM's and coming back when it was done) to 200 hours (rebuild from scratch, and recovered core ERP database from a developer clone on someone's laptop).

    • scottalanmillerS

      EFI Pace Won't Start After Vault Configuration Change

      Watching Ignoring Scheduled Pinned Locked Moved efi efi pace debian linux
      7
      2 Votes
      7 Posts
      389 Views
      travisdh1T

      @scottalanmiller said in EFI Pace Won't Start After Vault Configuration Change:

      Had to deal with Fiery too.

      I think they misspelled that name slightly. Fire that company (I know, you wish they would.)

    • scottalanmillerS

      Need to Join Windows XP Clients to a 2016 Domain

      Watching Ignoring Scheduled Pinned Locked Moved active directory ad dc windows server 2016 windows xp 2016 domain
      30
      0 Votes
      30 Posts
      14k Views
      scottalanmillerS

      @Dashrender said in Need to Join Windows XP Clients to a 2016 Domain:

      @scottalanmiller said in Need to Join Windows XP Clients to a 2016 Domain:

      @Dashrender said in Need to Join Windows XP Clients to a 2016 Domain:

      @scottalanmiller said in Need to Join Windows XP Clients to a 2016 Domain:

      @Dashrender said in Need to Join Windows XP Clients to a 2016 Domain:

      Does the XP machine need to be part of the domain? What about working around that issue?

      We removed the domain completely.

      So now you're what - trying to use a 2019 SMB file share or something?

      What does file share have to do with AD? Completely disconnected concepts.

      True - I was making my own leap -

      So - where does this stand now then??

      We removed AD. It turned out that it had been installed without evaluation and was serving no real purpose, but was posing a significant risk.

    • 1
    • 2
    • 160
    • 161
    • 162
    • 163
    • 164
    • 698
    • 699
    • 162 / 699