ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. wrx7m
    3. Topics
    • Profile
    • Following 2
    • Followers 3
    • Topics 140
    • Posts 3,040
    • Best 677
    • Controversial 1
    • Groups 0

    Topics created by wrx7m

    • wrx7mW

      Desktop Migration - Windows 7 Pro to Windows 10 Enterprise

      IT Discussion
      • windows 10 enterprise windows 7 pro mdt wds gpo ltsb migration • • wrx7m
      12
      1
      Votes
      12
      Posts
      1.8k
      Views

      wrx7mW

      @dashrender It is SA

    • wrx7mW

      Ticketing Solutions for IT Department

      IT Discussion
      • • • wrx7m
      75
      2
      Votes
      75
      Posts
      7.4k
      Views

      hobbit666H

      I've signed up to ZohoDesk as it's free for 10uers and has some customisation seems a good system so far.

    • wrx7mW

      Synology NAS for Veeam Backup Repository

      IT Discussion
      • veeam synology nas corruption disaster recovery backups backup repository aws s3 • • wrx7m
      23
      1
      Votes
      23
      Posts
      9.7k
      Views

      scottalanmillerS

      Veeam DOES recommended avoiding low end NAS devices, and recommends SAN over NAS because Veeam wants block protocols. These parts are true and we don't need to watch videos as they are available in writing from @Rick-Vanover - we even have the author of the best practices here in the community!

      https://www.veeam.com/blog/vmware-backup-repository-configuration-best-practices.html

      0_1501712220659_Screenshot from 2017-08-02 17-16-46.png

      The keys here are "low end" which is an issue around support. The misleading bit is that NAS means server, so low end servers are every bit affected in the same ways. The QNAP, Synology, ReadyNAS and other such devices are not actually NAS but Unified Storage, SAN as much as NAS. That Veeam recommends SAN instead of NAS is a protocol choice, it does not make those devices any less applicable. We should not be calling them NAS, as that is misleading, they are equally both.

      If we really look at the guidance and consider what it could mean, the only real concern is "low end" and low end is always of some concern. Why spend so much on Veeam and Windows licensing and then get cheap on the hardware? You want solid storage hardware and solid support. But nothing here is telling us that there is anything wrong at all with these kinds of devices and certainly the issue is not some kind of corruption caused by the fact that they are in this product category.

    • wrx7mW

      [Solved] Bat File Uploading CSV via FTP - Works from Server 2008 R2, 0KB File on FTP from 2012 R2

      IT Discussion
      • ftp powershell windows server 2012 r2 windows server 2008 r2 • • wrx7m
      2
      2
      Votes
      2
      Posts
      982
      Views

      wrx7mW

      I ended up going with an upgraded script by truly using powershell.

      I found the answer here -
      https://stackoverflow.com/questions/936108/how-to-script-ftp-upload-and-download

      Essentially this is the script:

      $File = "D:\Dev\somefilename.zip"
      $ftp = "ftp://username:[email protected]/pub/incoming/somefilename.zip"

      "ftp url: $ftp"

      $webclient = New-Object System.Net.WebClient
      $uri = New-Object System.Uri($ftp)

      "Uploading $File..."

      $webclient.UploadFile($uri, $File)

    • wrx7mW

      Website Localization Testing - E-commerce Manager Requesting 3rd-Party VPN/Proxy

      IT Discussion
      • website localization vpn proxy security • • wrx7m
      7
      1
      Votes
      7
      Posts
      1.6k
      Views

      wrx7mW

      @ambarishrh Thanks. I just sent him that link to check it out.

    • wrx7mW

      Comparing Vultr images

      IT Discussion
      • • • wrx7m
      12
      1
      Votes
      12
      Posts
      1.5k
      Views

      wirestyle22W

      @jaredbusch Did they reply to your actual question?

    • wrx7mW

      Ubiquiti WAP Spotted at Guinness Brewery in Dublin, Ireland

      Water Closet
      • • • wrx7m
      5
      3
      Votes
      5
      Posts
      1.0k
      Views

      DustinB3403D

      @wrx7m said in Ubiquiti WAP Spotted at Guinness Brewery in Dublin, Ireland:

      Maybe Guinness decided to give Ubiquiti free kegs...

      Empty kegs I hope. . . otherwise the guys at Ubiquiti are royally hung over. . .

    • wrx7mW

      Netdata - FOSS Performance Monitoring for Linux, FreeBSD and MacOS

      IT Discussion
      • foss linux freebsd mac os netdata monitoring metrics github • • wrx7m
      9
      0
      Votes
      9
      Posts
      1.7k
      Views

      A

      Wow, major changes since I last tested it!

      https://github.com/firehol/netdata/releases

    • wrx7mW

      SSO - What Are You Using and Why?

      IT Discussion
      • • • wrx7m
      28
      1
      Votes
      28
      Posts
      3.0k
      Views

      wrx7mW

      @scottalanmiller said in SSO - What Are You Using and Why?:

      @wrx7m said in SSO - What Are You Using and Why?:

      @scottalanmiller said in SSO - What Are You Using and Why?:

      @Tim_G said in SSO - What Are You Using and Why?:

      @scottalanmiller said in SSO - What Are You Using and Why?:

      @wrx7m said in SSO - What Are You Using and Why?:

      @scottalanmiller - I can't seem to find how I would implement the Azure AD outside-in approach. I see tons of stuff on how I have already installed AADConnect and sync out.

      You just... use it. There's nothing to know. Shut down AD, use Azure AD.

      I think he's saying that his on-prem network would then need access to his Azure AD for user/computer authentication.

      Well the users just authenticate to it. But since Azure AD comes with your hosted email, it's weird to want old on prem email to authenticate to it, too.

      I will be ditching my Exchange 2010 but was wondering how it would be affected by it. So what about about the rest of the on-prem servers that are all AD domain members?

      That'll be case by case. What's an example workload?

      Filemaker Server, ShoreTel Server, an ERP server, File and Print servers, RDGateway/Terminal Server, vCenter, Spiceworks, PRTG, Veeam

    • wrx7mW

      [Solved] NextCloud - LDAP/AD Integration: Is anyone using it?

      IT Discussion
      • • • wrx7m
      5
      0
      Votes
      5
      Posts
      3.0k
      Views

      wrx7mW

      @travisdh1 said in [Solved] NextCloud - LDAP/AD Integration: Is anyone using it?:

      Good to hear. LDAP integration is on my personal list of things to test.

      Yeah, I am going to test it and see how it behaves. I also need to see how to do it when deploying NextCloud on Vultr (if I can ever get a storage instance larger than 125GB; they keep selling out of them).

    • wrx7mW

      [Solved] NextCloud - Updating/Upgrading File Permissions Errors

      IT Discussion
      • • • wrx7m
      12
      1
      Votes
      12
      Posts
      1.5k
      Views

      wrx7mW

      @black3dynamite said in NextCloud - Updating/Upgrading File Permissions Errors:

      setenforce 0

      setenforce 0 worked. Thanks, @black3dynamite !

    • wrx7mW

      Large file sharing to, from and within mainland China

      IT Discussion
      • • • wrx7m
      96
      1
      Votes
      96
      Posts
      6.5k
      Views

      Emad RE

      @scottalanmiller @JaredBusch

      I know my options, either Windows server acting as CA or OpenSSL in Linux, to be honest both routes was difficult to setup and requires a VM to be running at all times, to be the point I said screw it let them click the Advanced button and proceed to the site.

      Cause encryption is occurring, with the self created ssl key + cert.

      And our infrastructure is bit limited to be honest, so each VM has to be really needed to open one.

      And the theoretical issue of 0.00001% of someone hijacking the server and do Man in the middle attack by routing to his SSL keys + cert is out of the park, if there is someone there with I.T skills I will pay him to help me.

    • wrx7mW

      iPhone Changes Appointment Times of Requests Sent From Outlook/Exchange

      IT Discussion
      • • • wrx7m
      5
      1
      Votes
      5
      Posts
      583
      Views

      wrx7mW

      @JaredBusch Thanks for testing it out. The only difference I see is the Mac OS (I am running Windows 8.1 and the other users are on Windows 7).

    • wrx7mW

      WAN Link - Fiber to Copper Changing to Fiber Only

      IT Discussion
      • • • wrx7m
      35
      3
      Votes
      35
      Posts
      3.4k
      Views

      DashrenderD

      @JaredBusch said in WAN Link - Fiber to Copper Changing to Fiber Only:

      @wrx7m said in WAN Link - Fiber to Copper Changing to Fiber Only:

      Do you know if you can disable config access on certain interfaces/ports on the erx?

      You can restrict by firewall rules to IP.

      You can leave eth2 off of switch0 and give eth2 a different IP block or restrict the IP block to something. But why? This is not a normal thing done with switches. They have config also. You still have to log in.

      I was trying to figure out how to say this - JB's exactly right.

      In fact you have options if you want to enable yourself to manage this remotely, not that you should probably ever need to. Set eth2 to an IP on your network, then plug that into your network, this assume you have a second cable from your switch to that room.

      But really that's probably not necessary.

    • wrx7mW

      Video Editing/Production Workstation - Questions

      IT Discussion
      • • • wrx7m
      21
      1
      Votes
      21
      Posts
      2.3k
      Views

      wrx7mW

      The Optiplex 7040 only has a 285 watt PSU so I don't know if I am going to be able to go that route. I think I might be going back to workstation territory.

    • wrx7mW

      The Favicon Changed Since the Update

      Water Closet
      • • • wrx7m
      9
      2
      Votes
      9
      Posts
      809
      Views

      stacksofplatesS

      @scottalanmiller said in The Favicon Changed Since the Update:

      @stacksofplates said in The Favicon Changed Since the Update:

      There are sounds now also.

      Always were, they just turned on by default now.

      Oh I always got errors about it.

    • wrx7mW

      Joining/Binding Macs to AD Domain - Should I Bother?

      IT Discussion
      • • • wrx7m
      26
      0
      Votes
      26
      Posts
      2.7k
      Views

      scottalanmillerS

      @wrx7m said in Joining/Binding Macs to AD Domain - Should I Bother?:

      These are the graphic designers and are Mac fanatics. I would have ditched them long ago if I could have.

      Yeah, who needs graphics designers anyway.

      Oh, did you mean the Macs?

    • wrx7mW

      What Do You Use? - Send/Receive Large Files, Securely

      IT Discussion
      • • • wrx7m
      35
      2
      Votes
      35
      Posts
      3.8k
      Views

      A

      @Breffni-Potter Right and no one is forcing you to use the site I mentioned. I’m not sure why you are so hung up on this. I listed multiple options. I mentioned that there are many similar services to choose from. I selected one that from a security perspective appears to be doing everything right (at least as much as one can expect from this type of service).
      On the other hand, you said everything was encrypted on the site you mentioned, so I asked what that meant specifically. I assumed you might know since you know the guy. So far, I've heard nothing about it.

    • wrx7mW

      IT Help Desk Specialist Needed - Oxnard, CA

      IT Careers
      • • • wrx7m
      9
      3
      Votes
      9
      Posts
      1.6k
      Views

      scottalanmillerS

      @tonyshowoff said in IT Help Desk Specialist Needed - Oxnard, CA:

      +1 For not saying "fast paced team environment"

      Need someone to synergize the organization

    • wrx7mW

      Looking to Hire a Help Desk Tech - Best Places to Post Ad?

      IT Discussion
      • • • wrx7m
      23
      1
      Votes
      23
      Posts
      2.3k
      Views

      J

      I guess I read the how thing wrong.. I though your boss told you to hire the new HR cordniator somehow..

    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7