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
    • scottalanmillerS

      Researching Panzura

      Watching Ignoring Scheduled Pinned Locked Moved panzura storage
      5
      0 Votes
      5 Posts
      545 Views
      V

      Never reviewed or used it, for myself.. .. But, I do remember some posts/reviews about it on, a while back, Spiceworks ..

    • scottalanmillerS

      Access the NTG Lab via ZeroTier

      Watching Ignoring Scheduled Pinned Locked Moved ntg lab zerotier vpn ntg lab instructions
      2
      5 Votes
      2 Posts
      1k Views
      scottalanmillerS

      Tagging @IRJ @WrCombs @Romo

    • DustinB3403D

      Exporting a DC/Exchange VM from Hyper-V 2008

      Watching Ignoring Scheduled Pinned Locked Moved active directory exchange hyper-v hyper-v 2008 virtualization xenserver export vm management
      25
      2 Votes
      25 Posts
      4k Views
      scottalanmillerS

      And patch management and software updates are taken care of for you.

    • J

      new begineer lT

      Watching Ignoring Scheduled Pinned Locked Moved
      46
      2 Votes
      46 Posts
      5k Views
      J

      @scottalanmiller yes definitely. scott. l'll work hard to get to Linux admin. l'll start reading your book and download centos. l make up my mind of Linux gradually process

    • S

      This topic is deleted!

      Watching Ignoring Scheduled Pinned Locked Moved
      4
      1 Votes
      4 Posts
      14 Views
    • DustinB3403D

      XenServer create DVD drive for VM

      Watching Ignoring Scheduled Pinned Locked Moved Solved dvd xenserver 6.5 delete cant mount iso cli vm virtual machine
      8
      0 Votes
      8 Posts
      4k Views
      DustinB3403D

      I found the process I had used previously. Here it is here. Summarized below.

      Make sure the VM in question is shutdown.
      From the console xe vm-shutdown uuid=<UUID of Your VM> xe vbd-list vm-uuid=<UUID of Your VM> params=uuid,type xe vbd-destroy uuid=<UUID of Your CD/DVD> Of critical importance do not select Disk, ensure you select the UUID of the cd Repeat step 4 as many times as you have CD's that are unusable. Reboot the VM and add the device again.

      0_1470657322596_XenCenterMain_2016-08-08_07-55-01.png

    • NattNattN

      Phone management software/content filtering

      Watching Ignoring Scheduled Pinned Locked Moved
      14
      1 Votes
      14 Posts
      2k Views
      JaredBuschJ

      @scottalanmiller said in Phone management software/content filtering:

      @NattNatt said in Phone management software/content filtering:

      @scottalanmiller said in Phone management software/content filtering:

      @NattNatt said in Phone management software/content filtering:

      @scottalanmiller said in Phone management software/content filtering:

      @NattNatt said in Phone management software/content filtering:

      @scottalanmiller that only works when he's on the WiFi at home though 😉

      It works anytime that you can control it. WHen you can't control it, you can't control it.

      Nahh I know what you mean, and yeah for sure, but the internet is more when he's out and about on data, rather than at home, so on data he won't go through the home fw etc 🙂

      That's like trying to control what billboards he will look at. Can't do it.

      Fair enough, think I'll see what various carriers say/can do like Minion Queen suggested and take it from there! Cheers guys 🙂

      That's about the only option because they are the only ones that can have a universal firewall/proxy for that situation.

      There are plenty of paid MDM solutions out there that will handle this.
      One that I have heard good about is https://kidslox.com/en

    • I

      Windows firewall

      Watching Ignoring Scheduled Pinned Locked Moved windows server 2008 windows firewall
      10
      2 Votes
      10 Posts
      1k Views
      I

      @tiagom thanks i will check it now

    • IT-ADMINI

      Backup File Server to DAS

      Watching Ignoring Scheduled Pinned Locked Moved das storage backup file server
      497
      3 Votes
      497 Posts
      405k Views
      scottalanmillerS

      @StuartJordan said in Backup File Server to DAS:

      Wow what a thread, took me a while to read through it 🙂

      We don't fool around around here!

    • FrostyPhoenixF

      This topic is deleted!

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

      Add Active Directory User to Group using PowerShell

      Watching Ignoring Scheduled Pinned Locked Moved sam windows administration windows windows server active directory powershell add-adgroupmember get-adgroupmember comandlet
      2
      6 Votes
      2 Posts
      1k Views
      FrostyPhoenixF

      @scottalanmiller said in Add Active Directory User to Group using PowerShell:

      When we work strictly from Windows Server Core installations we need to be able to do everything from the command line, even user management. Let's add a user that already exists into a group that already exists in Active Directory using only PowerShell.

      To do this we have the handy Add-ADGroupMember PowerShell commandlet. This is very easy to use in its basic form, all we need is the name of the group and of the user that we want to add. In this case, I want to add user jane to the group "Domain Admins".

      Add-ADGroupMember "Domain Admins" jane

      That's it, jane is added automatically. This process, like most, is silent on success. To verify that all is as we want it to be, we can use the Get-ADGroupMember command to look up the members of a group.

      Get-ADGroupMember "Domain Admins"

      Can also do
      Add-ADGroupMember -identity "Domain Admins" -members "jane" -WhatIf
      to see if it gets added before actually running the command.

    • scottalanmillerS

      Linux Installation Issues

      Watching Ignoring Scheduled Pinned Locked Moved linux asus rog linux mint 18 korora 24
      114
      0 Votes
      114 Posts
      18k Views
      BRRABillB

      @scottalanmiller said

      This was nowhere close. Mint couldn't even remotely try to boot. Ubuntu.... just worked. All it needed was...

      nouveau.modeset=0

      What do you think the holdup was?

    • RomoR

      Troubleshooting SIP connection to Remote PBX

      Watching Ignoring Scheduled Pinned Locked Moved pbx voip
      22
      0 Votes
      22 Posts
      3k Views
      JaredBuschJ

      @coliver said in Troubleshooting SIP connection to Remote PBX:

      @JaredBusch said in Troubleshooting SIP connection to Remote PBX:

      @Romo said in Troubleshooting SIP connection to Remote PBX:

      @scottalanmiller Doesn't it do that because iOS doesnt allow any UDP connection in the background? Wouldn't TCP work better in mobiles in order to save battery as well?

      ZoIPer has an OMFG kill my battery setting to force it to keep registration in the background.

      Which is a good idea to turn off... That thing will eat through your battery in a few hours.

      It is off by default, but for people who want a softphone on their iPhone to always be on and registered it is an great option.

    • WrCombsW

      Setting up Softphone / SIP phone

      Watching Ignoring Scheduled Pinned Locked Moved sip phones intern
      14
      0 Votes
      14 Posts
      3k Views
      JaredBuschJ

      @scottalanmiller said in Setting up Softphone / SIP phone:

      @WrCombs said in Setting up Softphone / SIP phone:

      @scottalanmiller said in Setting up Softphone / SIP phone:

      @WrCombs said in Setting up Softphone / SIP phone:

      @scottalanmiller said in Setting up Softphone / SIP phone:

      @WrCombs said in Setting up Softphone / SIP phone:

      @coliver said in Setting up Softphone / SIP phone:

      I use zoiper on my android for a soft phone. I tried linphone but it wasn't very reliable.

      What is the best way to set up zoiper for an extension and receive Config?

      If you are asking for our phone system, we don't push configs to remote Zoiper. You have to set it manually.

      I actually just figured it out and got the account set up!

      Awesome, I'd call you to test it out but I'm way too tired at this point.

      I am going to try calling a friend, see if it comes up with the NTG number.. is that what should happen?

      It should, yes. You need to dial the full eleven digits with our phone system, so put a 1 in front.

      I hate that with a passion. I force all systems to be 10 digit dialing. I handle the country code for a 10 digit outbound.

    • S

      I did a thing, have a quick Linux question

      Watching Ignoring Scheduled Pinned Locked Moved linux xen xenserver hyper-v kvm
      61
      3 Votes
      61 Posts
      10k Views
      scottalanmillerS

      @r0dISK said in I did a thing, have a quick Linux question:

      22TB ? mdadm + RAID6...

      That's a lot to have under RAID 6, but for a home lab is fine.

    • gjacobseG

      iOS Contact recovery from iTunes Backup

      Watching Ignoring Scheduled Pinned Locked Moved ios iphone
      4
      1 Votes
      4 Posts
      1k Views
      coliverC

      @gjacobse said in iOS Contact recovery from iTunes Backup:

      @JaredBusch said in iOS Contact recovery from iTunes Backup:

      @gjacobse said in iOS Contact recovery from iTunes Backup:

      Well this is a fun one. User was to receive new phone, so planning ahead, she called in to discuss getting her contacts backed up. She had an iPhone 5c, but didn't have it sync to the iCloud - she didn't want to do so since it was her iCloud account, but an Office phone.

      Got the 5c connected to iTunes and backed up. As near as I know anyway, everything succeeded normally.

      This week she has her new 6s and plugged it in. Back up seemed to restore correctly, but she has no contacts.

      I fully expect that the version difference is causing this, but would expect that her contacts are in the back up. Just how to retrieve them?

      Are you sure the contacts were on the phone and not from something like an exchange account?

      I've never had an iTunes based backup/restore fail to do that.

      There is no difference in "version" because iOS is iOS no matter which device it is on. At worst you may be iOS 8 versus iOS 9?

      iOS is iOS - Well I was going to say no.. but @art_of_shred and I managed to figure it out. I am using my phone as a comparison... I have been using the OWA application, but she mentioned using the regular MAIL app. So I went to set it up, and wasn't seeing the same thing @art_of_shred was. Found out what the deal was and now it 'matches'.

      But that doesn't fully answer the issue here,.. getting her contacts. on to the next thought.

      So adding the exchange account worked?

    • syko24S

      Anyone ever use Phone.com or similar products

      Watching Ignoring Scheduled Pinned Locked Moved
      25
      0 Votes
      25 Posts
      8k Views
      syko24S

      We are trialing phone.com and so far it's not bad. The pricing is a little unclear. I initially contacted sales to confirm how pricing works and was told the exact opposite of how it actually works.

    • DustinB3403D

      Converting to a virtual environment

      Watching Ignoring Scheduled Pinned Locked Moved
      157
      5 Votes
      157 Posts
      41k Views
      travisdh1T

      @stacksofplates said in Converting to a virtual environment:

      @Veet said in Converting to a virtual environment:

      @scottalanmiller said in Converting to a virtual environment:

      @Veet said in Converting to a virtual environment:

      @scottalanmiller

      This is precisely what we were discussing in the "Starting own IT consultancy .." thread ...

      This kind of crap happens all the time ..

      I recollect an instance, when a vendor went as far as to insist that the compute-name of the Server be a specific one (I think it was the name of their product), or ELSE, the application would not work properly .... Luckily, this was one of the rare occasions when the client backed us, instead of the vendor... I put my sparring gloves on, and TKO'ed the vendor.

      Wow, just... wow. I wonder if anyone thought to ask if it was the hostname or a DNS entry or the NetBIOS name 😉

      I'll explain ...

      The client side of the application, obviously needed to be pointed to the server via the hostname of the server ...Once it so happened that we installed a new desktop, and could could not connect to the product's tech support, to have them install the client app... So, we went ahead and installed it .. Upon starting-up the app, we were confronted with a "Server not found error" ... Upon digging around a bit, we discovered that the installation folder contained an ".ini" file, with the hostname of the server, and database path, predefined ... Stupid app design ... stupider tech support ...

      I can sympathize. The one place I did work for had an ERP that was written in FoxPro and it had a hard coded path to V:. If you mapped the drive under any other letter it wouldn't work. And since it was FoxPro it used DBF tables in that mapped directory. Awesome design.

      Where's the duck tape? I need to collect the pieces of my head.

    • AdamFA

      PBX Update routines

      Watching Ignoring Scheduled Pinned Locked Moved freepbx elastix asterisk
      7
      1 Votes
      7 Posts
      2k Views
      AdamFA

      @scottalanmiller said in PBX Update routines:

      @fuznutz04 said in PBX Update routines:

      I've seen that you can do it via a command, which of course could be scheduled, but I'm always Leary of that with FreePBX.

      sudo -u asterisk /var/lib/asterisk/bin/module_admin upgradeall
      sudo -u asterisk /var/lib/asterisk/bin/module_admin reload

      That's the module part. Don't forget the OS, too.

      Right. The OS part (at least in FreePBX) can be set for automatic updates via the GUI in System Admin.

    • scottalanmillerS

      Storing Elastix 2 Call Recordings on NFS NAS Share

      Watching Ignoring Scheduled Pinned Locked Moved elastix elastix 2 elastix 2.4 voip pbx nas nfs linux
      32
      4 Votes
      32 Posts
      13k Views
      scottalanmillerS

      @poorizad said in Storing Elastix 2 Call Recordings on NFS NAS Share:

      @scottalanmiller hi again....i guess the nfs drive is unmount from the server, because no file record on Nas after the 2016/07/28.....nothing changed on settings.....but a few server shutdown for hardware maintenance.....how can i fix it again ?

      Try the mount command again. It might mount right up. If the NFS server has restarted, it would disconnect.

    • 1
    • 2
    • 444
    • 445
    • 446
    • 447
    • 448
    • 698
    • 699
    • 446 / 699