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
    ObsolesceO

    @Mario-Jakovina

    I've had a regular tp-link wifi6 router for the past 4 years and has worked well for the family. 25+ devices online and never noticed any slowness.

    Recently bought a Firewalla Gold Plus to put between the internet gateway and the wifi router. Wish I had gotten that years ago. One of the best purchases I made in a long time tbh. I have the wifi router in AP mode now so the firewalla does the routing and everything else instead, wifi seems faster now that it's not doing as much anymore.

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

    Doing some platform updates today.

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

    Hi everyone!

    If you are using Nextcloud, or are interested in privacy-driven collaboration tools, or maybe you just love open-source and want to know it all - I have some news to share!

    At 2 PM today we are launching Nextcloud Hub 10 with boosted performance (6x faster file upload!), lots of UI tweaks, countless features requested and contributed by the community and users. And challenging the Big Tech once more in the AI game!

    Join here and share the link with anyone who you think may be interested! https://youtu.be/OkGd_pNuYww

    See you there

  • 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
    2k Posts
    OksanaO

    RL_HPE VM Essentials Overview.png

    If you’re looking for a way out of the VMware ecosystem, HPE VM Essentials might be the solution. It’s a new hypervisor based on KVM and managed via Morpheus Data, supporting both KVM and vSphere environments.
    We tested it to see how it performs. Check out our detailed review and walkthrough by Ivan Ischenko, a StarWind Pre-Sales Engineer. Read more here: https://starwind.com/s/ph

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

  • 63 Topics
    824 Posts
    scottalanmillerS

    @networknerd I wanna attend but I've got my salsa dance class at that time 😞

  • 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.
    65 Topics
    662 Posts
    stacksofplatesS

    I have a couple. Never had any issues with anything just didn't use them enough. They worked as advertised though.

  • 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
    337 Posts
    RoopanKumarR

    Hi All,

    As I'm preparing for CCSA, give me tip and tricks to clear.
    possible pls share me available guides and books to learn how to clear CCSA.

    It is ok to get certified CCSA or can I go for CCSE