Categories

  • Announcements regarding our community
    220 Topics
    5k Posts
    ObsolesceO

    @scottalanmiller update links?

  • A place to talk about whatever you want in IT
    14k Topics
    268k Posts
    scottalanmillerS

    @travisdh1 said in OVH Cloud, anyone use their VPS?:

    @scottalanmiller said in OVH Cloud, anyone use their VPS?:

    We use Vultr and are very happy. We've moved away from TacticalRMM to FoxRMM, our in house product (aka SodiumSuite.)

    Vultr is one I've used in the past, but the pricing is on-par with Linode.

    One major difference now that Linode has been bought by Akamai is the storage IOPS. I've run a couple tests, and they are using some sort of SAN instead of VSAN now. IOPS always max out at what you'd expect from a 200Gb network connection.

    I might have to try out OVH Cloud. The price for 4vcorse and 8GB RAM starts at ~$5.00/month instead of the $25.00/month I'm currently paying at Linode.

    Vultr is using NVMe locally for nodes as it should be. Blazing fast.

  • All the random.....goes here.
    3k Topics
    203k Posts
    computerchipC

    Squid Games.

    I wasn't able to get into it when I first tried. I watched season 1 when it came out but it didn't "grab" me. This time it did and I just finished s2ep1.

  • News from around the world of IT
    3k Topics
    36k Posts
    D

    @scottalanmiller What is the best backup strategy?
    Snapshot of VMs and workstations + backups of both, and comply with the 3-2-1 rule?
    Or is there a better alternative?

  • Talk about your career here.
    525 Topics
    14k Posts
    M

    @Obsolesce, thank you for your suggestion. I'm checking it out now.

  • Programmers, Developers...
    196 Topics
    2k Posts
    GreyG

    A little script I wrote to reboot a bunch of servers at a specific, calculated time. You can adjust the filename or time in the header. Default time is 730 pm. You need winrm enabled on all the target systems, and I don't know what the limit would be on server count. If you run a NOC, warn them before all the servers reboot at exactly the same time. lol!

    ###########
    #Boot systems in a file at 730 pm

    $file = "$($ENV:USERPROFILE)\desktop\systems.txt"
    $target = Get-Date -Hour 19 -Minute 30 -Second 0

    #don't change anything below here
    $systems = get-content $file
    $utz = Get-Date -Hour 19 -Minute 30 -Second 0 -UFormat "%Z"
    $now = $(Get-Date)
    $serverTZ = (get-timezone).id
    $seconds = ($target - $now).TotalSeconds
    $final = [math]::Round($seconds)
    $final = $final - 15
    Write-Host -ForegroundColor cyan -NoNewline "nSeconds until $target $serverTZ ($utz UTC):"
    write-host -ForegroundColor Yellow " $final"
    $final |clip
    Write-Host -ForegroundColor Cyan "15 second delay to cancel a scheduled reboot for $($($systems).count) systems:`n$systems"
    #Write-Progress -SecondsRemaining 15 -Activity "Reboot schedule countdown."
    Start-Sleep -Seconds 15
    Invoke-Command -ComputerName $Systems -ScriptBlock {shutdown -r -t $using:final}
    Write-Host -ForegroundColor Cyan "End of Line"

  • Want to talk about the business of IT? MSPs, VARs, Consultants...
    165 Topics
    4k Posts
    S

    Our company manages IT for many small businesses, and, understandably, we have a lot of clients that use Microsoft 365. We keep up with ongoing education and online certifications for various Partner levels. That said, what options do most smaller IT shops use when it comes to deciding how to make money from selling and managing Microsoft 365?

    We have no desire to resell Microsoft 365, if that means that we are the middle man between collecting payments from clients and then paying Microsoft. What happens if a client is late making payments in that scenario? We would still be responsible for paying Microsoft when the payments are due.

    What advice do other IT shops have to receive commision/income/incentives from Microsoft? Which Partner Program is best suited for smaller shops with several hundreds of users under management? The Microsoft Partner Portal presents many options, but it does not present a simple matrix of how they compare. Our firm has been a Microsoft Partner for several years, and has certifications necessary to meet most any plan available.

    What do others do to collect income from their ongoing Microsoft 365 customers?

  • Need to hire someone? Post here.
    120 Topics
    828 Posts
    DashrenderD

    Interesting - I was just going through a permission setup with Sharepoint today. Man - not easy, and in some ways way less flexible than traditional file shares.

  • xByte Support Forum
    29 Topics
    527 Posts
    DashrenderD

    Loosing good account reps seems to be the norm in the SBM... a sales person often seems to start out on the SMB desk, if they excel, they are promoted to other desks. This has happened to me at least three times across different vendors.

  • Scale Computing Discussion and Support Community

    182 Topics
    524 Posts
    stacksofplatesS

    Can you reassign disks between VMs yet?

    The hot add disks was a huge pain before. I couldn't believe I wasn't able to do that.

  • Starwind Software

    2k Topics
    3k Posts
    OksanaO

    SM vSphere 9 & NSX 9 Dropped Features Explained.png

    VMware Cloud Foundation9 (with vSphere9 and NSX 9) introduces big changes – and that includes dropping some long-standing features. Check out our latest article by Alex Samoylenko for StarWind to see what’s deprecated and what to use instead. Read more here: https://starwind.com/s/wp

  • Official Home of the SodiumSuite RMM Forums

    124 Topics
    2k Posts
    scottalanmillerS

    @DustinB3403 said in What is the Latest With SodiumSuite?:

    Any update on this, just thought about it and wanted to see where this project is at.

    Sadly, nothing for the foreseeable future.

  • The world of enterprise open storage systems.
    25 Topics
    934 Posts
    scottalanmillerS

    @Pete-S said in To vSAN or not to vSAN?:

    The problem the way I see it with old stuff like the OP has is while there is nothing wrong with the technology itself, everything is relatively slow with today's standard and much more complex than needed.

    It's very true. And the risk today is that we are so accustomed to that complexity, that we often avoid the simple answers today.

  • 5 Topics
    61 Posts
    Minion QueenM

    I am waiting on Confirmation from @shannon, @Rob and @aboyd They haven't answered my emails this week at all 😞

  • 199 Topics
    6k Posts
    DashrenderD

    @scottalanmiller said in MangoCon 2020 and COVID-19:

    @adamf said in MangoCon 2020 and COVID-19:

    So.... about MangoCon 2022 ?

    About time to start discussing that. We fully own the hotel here now, so we are in a much better position to do planning.

    I have a few leftover days of vacation - depending on timing - I might come out there!

  • 64 Topics
    828 Posts
    ObsolesceO

    Security within a VM (AV, MDM, OS/App updates, MFA, ZT, etc.), that accesses company data, doesn't matter if the host is secured.

    No joke, I've seen countless times people wanting exceptions due to being a VM.

  • Place for tracking issues with MangoLassi and NodeBB

    103 Topics
    2k Posts
    JaredBuschJ

    just updated my instance to current and they still work.
    1579617f-7dc9-47f9-93fa-ae1c18fed158-image.png
    95300b7c-a57e-4724-bf66-ba5a25a78edf-image.png

  • 7 Topics
    62 Posts
    DashrenderD

    @JaredBusch said in Lenovo Bypass BIOS Options:

    @Dashrender said in Lenovo Bypass BIOS Options:

    in the 2010's many laptops came with a boot to BIOS/setup button, a Tiny button typically on side of the laptop meant to help you bypass this rapid boot feature and ensure you get into the BIOS

    Never seen that, ever.

    My old Lenovo had it.

  • Have a product or service to review? Love it? Hate it? Tell us.
    66 Topics
    663 Posts
    rooclown101R

    Manually merging PST files from multiple Outlook profiles is difficult. Especially when a user has a large number of PST files, it is not easy to manage the data easily. Merge PST Files using BitRecover automated tool that effectively and efficiently.

    This expert tool can merge PST files in bulk without any internet connection. This tool is a standalone software and needs no third-party software to complete the process of merging large PST files into one. It offers users various ultimate options like:

    Remove duplicates option to eliminate the replicated files
    automatically in one click. Recovery mode to merge corrupted PST files. Choose the destination path option to allow users to select
    their desired end location for the data files.

    This automated utility provides users with more advanced features and filters, like a dual-merge option and two modes of adding files and folders on the interface. It can add the data automatically in one click without Outlook installation.

    This tool is the safest and most secure software as compared to other tools or methods, as it is processed offline, which makes it a 100% secure software for crucial data. It gives no chances of human errors and data loss, or misplacement.

    Try out its FREE DEMO VERSION on the official page and merge multiple PST files into one in minutes.

  • Want to blatantly promote yourself? Here is the place. Go crazy!
    581 Topics
    5k Posts
    scottalanmillerS

    @GUIn00b said in Practical RAID Decision Making:

    I guess it would have to be a very specific concern to opt for the parity overhead in favor of the "added protection" over a statistically very rare potential failure scenario of 4-drive RAID-10.

    It's a specific failure scenario that even when it happens, there's no way to know if the same scenario would have been protected under RAID 6 because most scenarios where RAID 10 would fail, RAID 6 would also fail during its recovery mode (nearly 100%.) But the chances that it would face that recovery scenario are higher.

    The complexity comes from choosing single unpredictable failure scenarios. After a failure has occurred, if we had the ability to pick how to have protected against it in the past, yes, RAID 6 would be chosen sometimes. There's a known example to explain why you can't use this in real life. It's the seatbelt problem.

    Seatbelts save lives. On average, by far, wearing a seatbelt protects you. But there are special cases where the seatbelt can be what causes you to die. Yet statically, you never skip wearing a seatbelt because it is a one in a million chance that the seatbelt will cause a death rather than preventing one. And at the time that you choose to wear or not to sear wear your seatbelt you have no idea which type of accident you will have.

    So we know that wearing the seatbelt is the safer bet. Seatbelts are like RAID 10. You can't know how things will go wrong, and in this scenario, RAID 10 protects you much more often than RAID 6 does.

  • IT Training Resources and Certifications

    77 Topics
    339 Posts
    R

    @popester said in VIM refresher:

    Stumbled across this, https://www.openvim.com/

    Advice from a wise man. Know how to use the tools you have. 🙂

    That’s a great find! OpenVim is a solid way to get the basics down without feeling overwhelmed. Knowing your tools definitely makes a huge difference.