ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Romo
    3. Topics
    • Profile
    • Following 3
    • Followers 2
    • Topics 54
    • Posts 875
    • Groups 0

    Topics

    • RomoR

      Robocopy script not running from task scheduler

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows 2012 r2 robocopy powershell
      22
      1 Votes
      22 Posts
      5k Views
      RomoR

      @Obsolesce Haven't tried it by running it directly as SYSTEM, it has been run as a user and checked to be run with the highest privileges. As it was when it was working before.

    • RomoR

      File not marked for installation

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved IT Discussion windows installation sidenotesim
      3
      1 Votes
      3 Posts
      343 Views
      RomoR

      Worth the try checking it @dbeato thanks, will try it once I can remote back into the machine today

    • RomoR

      Deploying Windows 10 via WDS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wds windows server 2016
      2
      2 Votes
      2 Posts
      579 Views
      dbeatoD

      I would recommend to use the UEFI PXE Boot and that any UEFI boot settings on the devices to be deployed have UEFI settings enabled, including the UEFI Network stack (At least on dell devices).

      For testing I always run a VM to test my deployments before using on a Desktop and prepare it as much as I can and then deploy it to the devices. It helps to add all the drive packs from the Hardware Manufacturer (Say Dell, HP and so forth).
      Dell
      https://www.dell.com/support/article/us/en/04/sln312414/dell-command-deploy-driver-packs-for-enterprise-client-os-deployment?lang=en
      HP
      http://ftp.hp.com/pub/caps-softpaq/cmit/HP_Driverpack_Matrix_x64.html
      http://ftp.hp.com/pub/caps-softpaq/cmit/HP_Driverpack_Matrix_x86.html
      Lenovo
      https://support.lenovo.com/us/en/solutions/ht074984
      Acer
      https://www.acer.com/sccm/
      Microsoft
      https://docs.microsoft.com/en-us/surface/deploy-the-latest-firmware-and-drivers-for-surface-devices

      With Pre-Staging machines you need to rely on adding the device mac addresses manually or use Microsoft AD to add them with a Script or Manually to be ready to WDS. This makes it that you can add the devices before hand and only those devices will get the deployment. However you can setup an specific network or VLAN to have the WDS

      For Multicast, I like this article
      https://specopssoft.com/blog/wds-multicast-configuration/
      However I like the option to disconnect the clients when their speeds go way low and then go unicast instead of multicast. Multicast makes sense that way that way the slow clients do not slow the faster clients.

      I am still not sure why MDT is not being implemented but that is for another post.

    • RomoR

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

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion smb l2tp ipsec
      9
      1 Votes
      9 Posts
      915 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?

    • RomoR

      CDR reports not working FREEPBX 14

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion 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;
    • RomoR

      Error when opening emails from public folders - Outlook Web Office 365

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion office 365 owa
      49
      2 Votes
      49 Posts
      5k Views
      scottalanmillerS

      Now, we are getting reports from many of our own users that things are getting resolved.

      However, not from the person who opened the ticket to us yet, so even our ticket for the issue (and this thread) are "open". There is more tracking in both our tickets and in ML of MS' failures than MS tracks themselves. Doesn't that alone tell us how much MS is trying to falsify the data by closing early before there is a resolution?

      When they report on this in the media, they will used those closed tickets as "evidence" of the issue having been resolved earlier than it really is.

    • RomoR

      Twilio to Acquire Sendgrid

      Watching Ignoring Scheduled Pinned Locked Moved News twilio sendgrid
      5
      1 Votes
      5 Posts
      733 Views
      pmonchoP

      @romo said in Twilio to Acquire Sendgrid:

      Just got the email, Twilio is acquiring Sendgrid.

      https://www.twilio.com/blog/twilio-to-acquire-sendgrid

      I believe this is a good acquistion. Both parties are growing at decent percentages and it fills a gap in Twilio's platform.

      On the investment side - Buy the Dip.

    • RomoR

      Errors in outbound calls in one extension - Freepbx

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion freepbx
      11
      0 Votes
      11 Posts
      2k Views
      JaredBuschJ

      @romo said in Errors in outbound calls in one extension - Freepbx:

      This would be an inbound call right?

      You have a bad inbound route setup (you have ports forwarded and no catchall any/any route) or you allow SIP guests.
      This is a call terminating on your system but to with a DID you do not own.

      This is a probe.

    • RomoR

      EdgeRouter L2TP VPN can't pass IKE phase 1

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion l2tp edgeos 1.10.6 edgerouter lite vpn
      23
      2 Votes
      23 Posts
      5k Views
      JaredBuschJ

      @romo said in EdgeRouter L2TP VPN can't pass IKE phase 1:

      A DNAT rule was the culprit of everything, it was redirecting the traffic and not letting it reach WAN_LOCAL.

      FINALLY SOLVED!!!!!!!!!!!!!!!!!!!!!!!!!

      As reminder for anyone that could encounter a similar issue:
      DNAT rules are evaluated before firewall rules.

      Yes, this is a known function of VyOS/EdgeOS. But nothing was ever posted baout DNAT rules in use, so I assumed there were none. There are not by default.

    • RomoR

      Set static ip for Hyper-V Server 2016 virtual ethernet adapter.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion hyper-v 2016 networking static dhcp
      15
      0 Votes
      15 Posts
      4k Views
      scottalanmillerS

      @obsolesce said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

      @scottalanmiller said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

      @obsolesce said in Set static ip for Hyper-V Server 2016 virtual ethernet adapter.:

      There are a lot of options rather than spending weeks figuring out such a dumb issue.

      Having to bring in a local tech or get a swing machine are actually much more intensive than looking at it remotely for a while. But seems doubtful that it will take weeks. Only has had a few minutes of being looked at, and only today.

      Oh, didn't realize it was like that. No local IT, no other available infrastructure or anything kind of limits things a lot.

      Yeah, a LOT. If we were local and it was one of two (or more) machines, yeah, we'd happily reinstall. As it is, we are scared of the backup device failing. Which isn't terrible as it is ONLY a backup device. But taking the server offline... we are pretty dependent on it.

    • RomoR

      Sudden blackouts Windows 101803

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion windows 10 video drivers windows 10 1803 asrock amd amd a10
      38
      1 Votes
      38 Posts
      4k Views
      scottalanmillerS

      Machine was replaced. Looking into how to test the old one further. Might start that tonight.

    • RomoR

      Configuring QoS on a Edge Switch 48 Lite

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion qos edgeswitch
      36
      3 Votes
      36 Posts
      5k Views
      scottalanmillerS

      @krisleslie said in Configuring QoS on a Edge Switch 48 Lite:

      See for me I don't understand when and where to apply QoS. As one minute your told it's useless the other it's useful. Like what's missing is the context behind the usage. I agree with Jared in that if your enabling it, by that alone it doesn't mean something magical is happening, something specific is.

      It's EXTREMELY USEFUL in VERY LIMITED CIRCUMSTANCES.

      It's like a shotgun isn't useful at the grocery store, but in the limited case of hunting, it's useful.

    • RomoR

      Help troubleshooting L2TP over IPSEC VPN connections.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ipsec l2tp windows 10 vpn ubnt ubiquiti edgerouter edgerouter lite
      17
      2 Votes
      17 Posts
      5k Views
      JaredBuschJ

      @gjacobse said in Help troubleshooting L2TP over IPSEC VPN connections.:

      jeeze,.. that is a sad state to think that we have nbeen fighting this for that long,...

      @JaredBusch @scottalanmiller
      Can a cron be set to restart the ipsec every 24 hours?

      Yes.

    • RomoR

      salt-master: error: Failed to load configuration: Cannot load native module 'Cryptodome.Cipher._raw_des'

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion salt-master saltstack
      13
      0 Votes
      13 Posts
      3k Views
      scottalanmillerS

      Don't know about CentOS, but the fixed Salt packages hit the Fedora repos in the last few hours.

    • RomoR

      Decommissioning Exchange 2010 server in a hybrid O365 deployment.

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion exchange 2010 office 365 hybrid exchange
      2
      3 Votes
      2 Posts
      2k Views
      dbeatoD

      @romo @Tim_G has written about this as below:
      https://www.timothygruber.com/office-365/extend-ad-schema-exchange-2016-attributes-not-synchronizing/

      Something to take in mind to remove the last Exchange.

    • RomoR

      Managing LXD images

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion lxd
      1
      4 Votes
      1 Posts
      863 Views
      No one has replied
    • RomoR

      Question regarding lab setup for Starwind Virtual San Hyperconverged install on Hyper-V Server 2016

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion starwind hyperconverged hyper-v 2016 starwind virtual san
      4
      2 Votes
      4 Posts
      1k Views
      Net RunnerN

      As for Homelab 3 node scenario, you could choose either 3-way or 2-way replication.
      3-Way replication means you have 3 copies of the data across all three hosts. 2-way replication in 3 node cluster means that:
      target1 is on Node1 & Node2
      target2 is on Node2 & Node3
      target3 is on Node3 & Node1

      And there is no need to partition the drive. We'll place a container file and mirror them across nodes.

    • RomoR

      Accessing and enabling Powershell Remoting in a workgroup environment

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion enable-psremoting psremoting powershell powershell remoting windows server windows
      3
      5 Votes
      3 Posts
      2k Views
      black3dynamiteB

      In case you have a mix of private and public network profiles use this command.

      Enable-PSRemoting -SkipNetworkProfileCheck - Force

      SkipNetworkProfileCheck ignores any public network profiles so you can enable remote powershell successfully.

    • RomoR

      Downloading and installing Starwind VSAN v8 on Hyper-V Server 2016 via powershell

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion powershell hyper-v server 2016 hyper-v 2016 starwind
      2
      6 Votes
      2 Posts
      2k Views
      D

      Since i've previously attempted on testing the VTL to Cloud Replicator, I would like to mention that there can be a possible error in the process. Just so noone rings the alarm beforehand, it's quite simple to overcome the "Setup failed to install Microsoft .NET Core. Error 3010" by either rebooting the node, or installing the .NET core before installing StarWind.

      After getting in touch with them, I was actually surprised that they were kind enough to take that into account in one of their future releases and mention to have that fixed.

    • RomoR

      Powershell - Enabling MPIO and Failover Clustering on Hyper-V Server 2016

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion howto hyper-v server 2016 starwind vsan hyperconvergence mpio failover-clustering powershell
      2
      3 Votes
      2 Posts
      3k Views
      RomoR

      Configuring MPIO to automatically claim all iSCSI devices

      Enable-MSDSMAutomaticClaim -BusType iSCSI
      0_1494445991062_mpio-iscsi.png
    • 1
    • 2
    • 3
    • 2 / 3