NextDoorNetAdmin
NextDoorNetAdmin
  • 55
  • 21 497
proxyDHCP: Adding PXE to a network with an existing DHCP server
My previous video on booting Windows via PXE on UEFI systems is one I'm really proud of. But, oddly, implementing that in a real-life environment proved to be more difficult than I had predicted from my tests. Plus, I needed to work in an environment alongside another DHCP server, so... back to the drawing board I go!
Turns out, adding PXE into an environment where DHCP already exists (and can't be modified) is something the designers of the protocol already planned for! Let me tell you what I've learned about proxyDHCP, and how it can help me (and you) out...
EXTRA CREDIT:
- Unlike with my previous video, I've already tested this solution on real hardware, so I know it works! That's also why I need a little additional time to replicate the setup in a way that's easier for me to demonstrate for all of you--this one didn't start in a virtual environment at all.
- As always, a bit of testing doesn't mean I've got it all figured out! A network admin is always learning on their feet, and I'm no exception to that. If you don't want to have to be continuously learning how to do your job, don't work in IT!
มุมมอง: 16

วีดีโอ

Cisco password types (and how type 4 passwords fell short!)
มุมมอง 3716 ชั่วโมงที่ผ่านมา
Password security is always a thing, even in Cisco device config files. There are several types of password "encryption" available but some methods are just obfuscation, and some are actually hashed rather than truly encrypted. What are the various methods, and what should we know about them? We'll also talk about how Cisco tried to replace type 5 passwords with type 4 passwords... except a fla...
OSPF: How? (The Basics)
มุมมอง 12014 วันที่ผ่านมา
Last week, I talked about the "what" and "why" of OSPF. This week, I'm going to go over a very basic "how" of OSPF, including router IDs, network configuration, DR/BDR election, the OSPF protocol within IP, and more. We're not covering any advanced topics as such, but I'll also mention some other pieces of OSPF that you can examine more as you wish. EXTRA CREDIT: - Thanks again to @Luke-SVRN fo...
OSPF: What and Why?
มุมมอง 6721 วันที่ผ่านมา
I've been asked to talk about OSPF specifically, the how and why. I'm going to leave the "how" for another video, so today let's talk about what OSPF is and why you might want to use it! EXTRA CREDIT: - Thanks to @Luke-SVRN for today's question! - As much as I genuinely like OSPF as a dynamic routing protocol, I'm not sure I'll ever use it seriously within an enterprise context. Why not? Well, ...
Cisco IOS - IP SLA and Tracking Objects
มุมมอง 4728 วันที่ผ่านมา
Some of the more complex networking stuff I do involves Cisco enterprise gear. It's usually in the in-between land of "not complicated enough to warrant full dynamic routing across the building", but also "too complex for a single static route". In this in-between land, we need some dynamic behavior, but at a relatively simple level. That's where we get to IP SLAs and the use of tracking object...
Invisible File Shares - How and Why?
มุมมอง 86หลายเดือนก่อน
Did you know that file shares can be "invisible" on the network? Well, they can, but... do you actually want to do that? Does it offer any sort of benefit or additional security? Well... not really. Not as much as people might think, anyway. Let's talk briefly about setting file shares to be "invisible," why people might do that, what they think it does, what it actually does, and why it might ...
The Many Options of Robocopy
มุมมอง 46หลายเดือนก่อน
Something a bit plainer this week, but no less important to an admin: moving files around from one place to another! This might be from server to server, or even from one location to another on the same machine. And when I want to move files in bulk like that, my go-to is always Robocopy. There's an awful lot of options to Robocopy, though. So let's walk through some of the more common ones and...
Failures and Screw-ups
มุมมอง 41หลายเดือนก่อน
We're all human. (Surprise!) No matter how good any of us are, there will still be memorable mistakes and fantastic failures. And the downside of being the admin is, when I mess up, I REALLY mess up. So here's a few tales of my own failures! Take comfort in the fact that it still happens to the pros. Have a laugh at just how badly it can all go wrong. But most importantly, remember that when mi...
Certifiable! (IT Certifications - what's good, what's bad, and what looks ugly)
มุมมอง 99หลายเดือนก่อน
There's a lot of good, solid IT folks out there who know a lot of things. But sometimes employers need proof of exactly what you know, a credential on a specific topic. That's where certifications come in! But it can be tricky to know where to even start. If you aim too low, you might not fail, but the result might not really be useful to you, either. Today I'm going to talk a little bit about ...
2FA: What is it, and what kinds are there?
มุมมอง 302 หลายเดือนก่อน
Password breaches are everywhere, and there a lot of focus on improving password security. One of the bits of advice you'll hear is to "enable 2FA". But that really doesn't help a lot if you don't know what 2FA actually is. So... let's talk about it! I'll tell you what "factors" are being considered, and I'll discuss some of the most common methods that you'll see in use. And I, er... do have o...
Commercial imaging software costs HOW MUCH???
มุมมอง 1192 หลายเดือนก่อน
I used to think commercial imaging systems were hugely complicated and difficult to build. They certainly had the reputation of costing many thousands of dollars and much time to implement at scale. Then I learned how to use Microsoft's free tools to do a lot of the same stuff. And I figured that was a win-win we didn't have to spend many thousands, and I learned more about how it all works. Bu...
Migrating ISC DHCP to Kea
มุมมอง 3402 หลายเดือนก่อน
I do an awful lot of work in the Windows world, but it's equally important to understand how things work in the Linux world. And on Linux servers, ISC DHCP has long been the big heavyweight for providing DHCP services. But after decades of service, ISC DHCP has been deprecated, and Kea is here to replace it! Migrating to a new program for something as fundamental as DHCP is always a little unse...
Creating a dataset, SMB share, and periodic snapshots in TrueNAS SCALE
มุมมอง 7072 หลายเดือนก่อน
This might be one of my less exciting videos, but it's 100% still the kind of work a network admin or system admin needs to be familiar with. In this case, I need to set up a new dataset in a TrueNAS. I've done this lots of times in TrueNAS CORE, but this is my first time working directly with TrueNAS SCALE. Fortunately, most of the options are exactly the same, just located in different places...
Pixie Boot: Loading WinPE via PXE (from UEFI)!
มุมมอง 9742 หลายเดือนก่อน
I've been using Windows PE for many years now, mostly to do system imaging, rescue, and offline diagnostics. But I've always had to have it available by USB disk, at least to get the machines booted into WinPE. This made it just slightly less convenient to use than PXE booting off the network... but Windows Deployment Services (WDS) is a big, enterprise-level system that was more than I really ...
Window Cleaning (part 5): Putting it all together
มุมมอง 2893 หลายเดือนก่อน
Time for the big one, folks! This was (by a lot) my longest session of filming to date a full hour and a half! Fortunately, I don't have to make you sit through it all in real time; we skip through most of the really boring parts. ;) Almost everything demonstrated here should be reasonably familiar to you from previous videos, so I don't go into a ton of detail on most points. I do show off som...
Window Cleaning (part 4): Audit Mode Antics
มุมมอง 4783 หลายเดือนก่อน
Window Cleaning (part 4): Audit Mode Antics
Window Cleaning (part 3): Secrets of the unattend.xml (Audit mode ahoy!)
มุมมอง 4983 หลายเดือนก่อน
Window Cleaning (part 3): Secrets of the unattend.xml (Audit mode ahoy!)
Window Cleaning (part 2): Stopping Microsoft from installing apps without permission
มุมมอง 6643 หลายเดือนก่อน
Window Cleaning (part 2): Stopping Microsoft from installing apps without permission
Window Cleaning: Creating a clean Windows 11 install (part 1) - AppX Deprovisioning
มุมมอง 4814 หลายเดือนก่อน
Window Cleaning: Creating a clean Windows 11 install (part 1) - AppX Deprovisioning
A Glimpse of a Datacentre
มุมมอง 764 หลายเดือนก่อน
A Glimpse of a Datacentre
The System Administrator Code of Ethics
มุมมอง 514 หลายเดือนก่อน
The System Administrator Code of Ethics
A Glimpse of the Office
มุมมอง 564 หลายเดือนก่อน
A Glimpse of the Office
Am I a programmer?
มุมมอง 595 หลายเดือนก่อน
Am I a programmer?
The Web of Trust
มุมมอง 1615 หลายเดือนก่อน
The Web of Trust
NDNA: July 2024 Freeform
มุมมอง 75 หลายเดือนก่อน
NDNA: July 2024 Freeform
Crowdstruck: The Dangers of a Monoculture
มุมมอง 3735 หลายเดือนก่อน
Crowdstruck: The Dangers of a Monoculture
A Cast of Traffic
มุมมอง 305 หลายเดือนก่อน
A Cast of Traffic
CIDR house rules: IP network classes
มุมมอง 1086 หลายเดือนก่อน
CIDR house rules: IP network classes
More about ZFS - datasets and zvols!
มุมมอง 6766 หลายเดือนก่อน
More about ZFS - datasets and zvols!
NDNA: June 2024 Freeform
มุมมอง 156 หลายเดือนก่อน
NDNA: June 2024 Freeform

ความคิดเห็น

  • @markstanchin1692
    @markstanchin1692 วันที่ผ่านมา

    Hello, What equipment are you running? MB, CPU ect, Are you using a HB Controller?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin วันที่ผ่านมา

      In this particular video, I'm working with a TrueNAS Mini R. This uses an Intel Atom C3758, and we selected the 64 GB RAM configuration for this unit.

    • @markstanchin1692
      @markstanchin1692 วันที่ผ่านมา

      @ what are your thoughts on that configuration? Under powered? What would you put together if you were building yourself? I’m gathering parts to build one myself.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin วันที่ผ่านมา

      @markstanchin1692 As with everything, it really depends on what you want to do with it. The C3758 has eight cores / eight threads, natively supports 16 SATA devices, 10 Gb connectivity, and enough PCIe lanes to be able to handle some NVMe SSDs as well. For what I need in this unit--namely, boatloads of storage shared over SMB, with nightly backup jobs to Microsoft Azure--that's plenty. I built my own home NAS back in 2018(ish?) to run TrueNAS CORE (though it was FreeNAS at the time). Keeping in mind that this was back in 2018, I used a Xeon E5-2620 v4, on a Supermicro X10SRL-F. It's installed in an eight-bay rackmount case. The motherboard supports all the direct SATA I need, so no need for an HBA. I also used the two SuperDOM slots to get two SATADOM modules as a mirrored boot drive. It doesn't have 10 Gb connectivity because my home network didn't have that at the time--anything I built these days would have 10 Gb for sure. I originally built it with 16 GB of RAM, but deliberately planned to upgrade it over time as I added more disks. Which I did--it now has 32 GB of RAM with six disks in the pool. The Xeon is overpowered for what I'm doing, in all honesty. But at the time, I didn't know exactly what I might want to do in future. If you were planning to run multiple plugins or VMs within TrueNAS itself, or if you were planning on supporting a lot of iSCSI connections, then you might want to have that additional power. For home or small business SMB shares, it's overkill. RAM is the bigger concern, because RAM indirectly affects the size of your primary ARC. Last point I'll raise: my home NAS does not include a SLOG. If you're going to do anything with VMware or iSCSI, or generally need solid sync write performance, you want a SLOG--a fast SSD used as a separate log device. The unit in the video has two SSDs, one for a "read accelerator" (L2ARC) and one for a "write accelerator" (SLOG). (These were not labelled separately out of the box! But when I inserted them into the unit, one was detected as 480 GB, and one was detected as only 16 GB. That's intentional--the full-size drive is the read accelerator, and the sized-down drive is the write accelerator. Intentionally decreasing the reported size of the device allows the disk controller to perform wear levelling over the "unused / unallocated" hardware, extending the drive lifetime under load. Given the SLOG writes out at least every five seconds, you don't actually need a lot of disk space for the log device--16 GB is ideal. TrueNAS includes tools to "size down" a drive for this purpose.) Of course, if you're using all-flash storage media, you don't need a SLOG or L2ARC to accelerate anything, but I still use spinning drives for their long-term endurance and cost in large arrays.

    • @markstanchin1692
      @markstanchin1692 วันที่ผ่านมา

      @ Oh wow, thanks for the excellent information, you know your stuff, exactly what I was looking for so question what motherboard is being used with the I X systems I know you mentioned 8 core, it’s probably a super micro, do you know the model number? So a big question if you were building something today what would you build motherboard and processor being the biggest decisions 64 gig ram is min , also, with enough sata to grow into. I’d like to find something in the supermicro line and intel based for sure. Xeon probably.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin วันที่ผ่านมา

      @markstanchin1692 The TrueNAS Mini R seems to be using a Supermicro A2SDi-H-TF (at least that's reported by dmidecode on this particular unit). Considering there are units with 10G SFP connectivity instead of 10G copper connectivity, it may be a different motherboard for those. I'm not sure what parts I would use if I was building a similar unit today. I haven't looked at them, honestly!

  • @TechWithWarren
    @TechWithWarren 9 วันที่ผ่านมา

    Watched a couple of your videos. Love your depth of knowledge. Subscribed and look forward to seeing your growth on this TH-cam Journey.

  • @FuchsHorst
    @FuchsHorst 11 วันที่ผ่านมา

    I'm a big fan of explicit configuration so I prefer the hard-coded router id from my provisioning system (chef/cinc, ansible)

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 8 วันที่ผ่านมา

      Which is a perfectly valid choice! The good thing is, the router-id command takes precedence over any loopback interfaces, so you can always use both (if desired) to both hard-code it and also provide a stable address for reachability and route-leaking purposes. :)

  • @javajav3004
    @javajav3004 14 วันที่ผ่านมา

    Love this channel, its been very useful for my network+ exam prep you're the best

  • @Luke-SVRN
    @Luke-SVRN 20 วันที่ผ่านมา

    Awesome, thanks. Filled in some gaps in my understanding of it

  • @dono42
    @dono42 21 วันที่ผ่านมา

    Often EIGRP is easier to implement than OSPF. It also has a better administrative distance.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 21 วันที่ผ่านมา

      1. EIGRP is a Cisco proprietary protocol. Yes, they released a limited set of EIGRP features for other vendors to implement, but they kept some of the more advanced features only for themselves. And their RFC is informational only, so they retain full control of the protocol. 2. The administrative distance is defined entirely by Cisco, so yes, it only stands to reason their proprietary protocol has a better default AD than a more open protocol. That, however, can be changed. :)

  • @nguyenhm16
    @nguyenhm16 22 วันที่ผ่านมา

    I found your video and got my tftpd server (docker container, in my case) up and running, and set up a PXE boot environment using your changes from the Microsoft documentation, but found that after my test machine (both physical and VM) download the BCD file, it wanted to download a bunch of certificates (P7B files) from \EFI\Microsoft\Boot\ and fails. My physical Windows PE boot drive doesn't seem to require any of these P7B files, other than \EFI\Microsoft\Boot\winsipolicy.p7b. This happens regardless of whether Secure Boot is enabled or not. Did you see this and is there a way around it?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 วันที่ผ่านมา

      I feel like I saw this in a debugging log, but I can't recall the details of it, sadly. :/ It didn't prevent me from booting WinPE in this setup, though...

  • @Luke-SVRN
    @Luke-SVRN 26 วันที่ผ่านมา

    OSPF please

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 26 วันที่ผ่านมา

      Anything in particular you'd like to hear about OSPF? :)

    • @Luke-SVRN
      @Luke-SVRN 25 วันที่ผ่านมา

      @@NextDoorNetAdmin The good ol "how and why"

  • @Luke-SVRN
    @Luke-SVRN 28 วันที่ผ่านมา

    So are you at an MSP? And did you start as a help desk tech in the same company?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 28 วันที่ผ่านมา

      I do indeed work at an MSP! All the techs we employ start on the help desk, without exception--it's a good way to become familiar with processes and customer networks before taking on more responsibility. That certainly included me! (I was already in a more senior role when I made the errors I've mentioned here, which is why I had the ability to fall flat on my face in such a spectacular fashion.)

    • @Luke-SVRN
      @Luke-SVRN 27 วันที่ผ่านมา

      @@NextDoorNetAdmin Something something more power more responsibility more ways to fail 😂 I'm somewhat freshly at an MSP myself as a system admin and have been gravitating towards the network side so I've been enjoying your videos

  • @nowayandnohowx
    @nowayandnohowx หลายเดือนก่อน

    4:05, thanks for leaving that in, we all do it all the time even after decades of doing it :)

  • @mick2d2
    @mick2d2 หลายเดือนก่อน

    Thanks! I think I'll be going with a dataset.

  • @mick2d2
    @mick2d2 หลายเดือนก่อน

    Very useful video, thanks for sharing.

  • @y00t00b3r
    @y00t00b3r หลายเดือนก่อน

    robocopy is underrated

  • @MrAlexFranco
    @MrAlexFranco หลายเดือนก่อน

    Been working in the industry 10 years with not a single certification. Think CISSP will be my first cert. What’s your take on the CISSP?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin หลายเดือนก่อน

      CISSP seems fine to me. Well-respected, but very much C-level / managerial in focus, rather than administrator / operator-focused. (For example, I personally might lean more towards the SSCP instead.) One of my bigger concerns, though, is the recertification requirements. There's an annual maintenance fee, plus a need to post continuing education credits. Neither of these strike me as problematic in of themselves, but I would suggest you be sure that it's something you're willing to commit to in the long-term, or else your certification will expire.

  • @dnevill
    @dnevill หลายเดือนก่อน

    This helped me get things working! On my copier, I would love to use the TLS option, and not the IP, since some of my clients don't have Static IP's. Can using the TLS option be used by most office printers? No hybrid setups, just straight from the copier to O365? Much appreciated!

    • @NextDoorNetAdmin
      @NextDoorNetAdmin หลายเดือนก่อน

      I imagine it would work, but I also imagine it would be even trickier than using a static IP. The TLS option you mention requires that the printer have a third-party trusted TLS certificate installed, and that it use that certificate to verify its identity with Office 365. Depending on your printers, that may or may not be easy / possible.

  • @DutchShaggy
    @DutchShaggy 2 หลายเดือนก่อน

    What about Option 132 to get your thones to their Voice VLAN. That's also a life saver. Especially if you don't are the one who is controlling these phones, but wants to get them to the right VLAN, since you do the network for that customer.

  • @Zach13862
    @Zach13862 2 หลายเดือนก่อน

    Hello, Thank you for this great presentation, I wanted to reproduce the same thing, but when I boot on my usb key which contains at the root autounattend.xml with audit mode (reseal), windows installs normally and I have to use the keyboard shortcut Shift + Ctrl + F3 on the first OOBE screen to switch to audit mode. Do you know what's going on? Thanks

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      When you boot off the USB stick, do the rest of your settings from Autounattend.xml get applied? Or do you have to go through the install process manually, step by step? My hunch is that maybe your Autounattend isn't being used correctly by Setup, so that everything goes through the normal installation process instead of using those settings. Best suggestion I have right now is to double-check all your settings and formatting in the XML. If some settings are being used OK, but Audit mode isn't being selected, then that might help you figure out where the problem is--Setup may ignore portions of a valid XML file if there's an error.

    • @Zach13862
      @Zach13862 2 หลายเดือนก่อน

      @NextDoorNetAdmin Yes, it does apply parts of the autounattend.xml file, I don't fill in anything, but I see the pop-ups scrolling like searching disk ... then the file copy counter at the top left of the screen, I don't have the same interface as you show in the video, then it reboots and shows me the first oobe screen. I'm working on an offline PC, bios setting or windows update and things like that can't have anything to do with this? I use rufus to generate usb key in gpt without requirement for an online microsoft account

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      @Zach13862 Ah, well that would do it. Rufus builds its own unattend.xml which will override the settings in your Autounattend.xml. (Which is why Audit mode isn't running automatically--by the time you get there, you're using Rufus's unattend settings, which don't include selecting Audit mode.)

    • @Zach13862
      @Zach13862 2 หลายเดือนก่อน

      @NextDoorNetAdmin I put the autounattend.xml file at the root of the key generated by rufus. Do you use windows 11 installation media to create your usb key? Thanks

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      @Zach13862 Yes, I use the Windows 11 ISO downloaded from Microsoft. (With the alterations made to the install.wim to deprovision the extra bloatware apps and insert the registry keys I want.) What I would suggest is this: do use Rufus to create your USB stick in GPT mode, same as before, but *don't* choose any of the extra options like bypassing the requirement for an online Microsoft account. If you don't select any of those options, Rufus won't create an unattend.xml file. Then whatever settings you put into your Autounattend.xml will apply normally. (If you're booting into Audit mode, you won't run into the requirement for a Microsoft account anyway, so you don't need the Rufus options for that.)

  • @summoner2100
    @summoner2100 2 หลายเดือนก่อน

    Been dealing with imaging around 10 years plus.. but the entire imaging infrastruture myself where I am at the moment. Shouldn't really use images now, thats legacy. base isos are the way forward which makes it easier and more flexible.

  • @tlafeir
    @tlafeir 2 หลายเดือนก่อน

    Use your rmm to run the upgrade via power shell on existing machines. Thats what i did. No need to reimage. I upgraded a bunch of customers that. Otherwise, pe with embedded power shell script. Chatgpt can write the scripts

    • @summoner2100
      @summoner2100 2 หลายเดือนก่อน

      oh gods no, chatgpt can't write the scripts. Learn powershell, python or whatever you need. But learn don't learn how to do prompts

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      Yes, our RMM can handle the upgrade process. I've argued that we should use that since we have it already, rather than introducing another component at such cost. Speaking personally, I'm not going to use ChatGPT to write anything, ever. What's the point of learning anything if you're not going to use it? :) There's already enough people out there blindly using such tools to do a substandard job; my personal feeling is we would be better off in the world of IT if we had more experts who actually understood what they were doing.

  • @SamDevid-y9s
    @SamDevid-y9s 2 หลายเดือนก่อน

    I recently configured SMTP relay with SMTPget and iDealSMTP, and it was incredibly smooth! Both offer excellent reliability and seamless setup for bulk email campaigns. Highly recommended.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      Any time you say "bulk email campaigns," others (including myself) are likely to hear "spammer." Nothing I present is intended for use by spammers or "bulk email" campaigns. May all their unsolicited commercial messages be lost in the ether for all time.

  • @iolsen94
    @iolsen94 2 หลายเดือนก่อน

    This literally came out exactly when I needed it 😂 thanks for the walkthrough!

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      You're very welcome! 😀👍

  • @SteveStowell
    @SteveStowell 2 หลายเดือนก่อน

    Could have also used discovery

  • @loganfriesen8145
    @loganfriesen8145 2 หลายเดือนก่อน

    Love the series! My question is with a lot of orgs using Intune/autopilot to ship laptops directly to staff, is there an equivalent method to clean up windows that way?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      I really don't think so, because in that case the Windows installation is being pre-installed and sent out directly to your staff members. You're kind of stuck with shipping them Windows as Microsoft sees fit, and then using Intune to customize it out later.

  • @zMeul
    @zMeul 2 หลายเดือนก่อน

    I use iVentoy because I need more ISOs than Windows installers

  • @TradieTrev
    @TradieTrev 2 หลายเดือนก่อน

    This would be handy as if you're deploying like an office or classroom of pcs. I haven't played with PXE booting since windows XP days and remember it being not such a pain to setup when UEFI wasn't a thing. Maybe mention the UEFI in the title so others can find this helpful video, thanks & cheers!

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 2 หลายเดือนก่อน

      That's a decent thought--cheers!

  • @test3tw44
    @test3tw44 3 หลายเดือนก่อน

    Wow! It's amazing that the installation can go directly to Audit Mode, what a great toy, I hope to have a good time before the New Year. I hope you'll have a good time before the New Year! I like your smile, although there is no fast forwarding, you can hear the game scene, and your thinking mode, your priorities, and you can learn the reasons for your choices; which is good, because most of the non-native English speakers feel unfamiliar and don't know why and what is going to happen. You can only change the user folder defaults in Audit Mode, because you don't use the system defaults, which cut the system drive and the data drive. Today is a good day, I can eat 50 NTD watermelon and learn interesting methods, thanks for your hard work! ( Translated by DeppL ) 哇!原來安裝可以直接進入 Audit Mode ,真是令人驚奇,真是好玩具,希望過年前能玩的愉快。對了!喜歡你的笑容,雖然沒有快轉,不過可以聽到遊戲場景,以及您的思考模式、側重,可以學習到選擇的原因;這樣很好,因為不是英文母語者,大部份感覺陌生,不知道為什麼,以及會發生什麼。在 Audit Mode 才能更改使用者資料夾預設值,因為不使用系統預設值,切割系統磁碟機和資料磁碟機。今天真是好日子,可以吃到 50元新臺幣的西瓜,也學到有趣的方法,辛苦了,感恩!( DeppL翻譯 )

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    I bought an HP elitebook laptop in Europe with 11 pro on it. Any advice on how to debloat and despyware it? Thanks in advance

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      For any new machine I touch (work or personal), I start by erasing whatever's already on it. If you don't have to worry about multiple users on the machine, or if you don't need to create a master image to be cloned to multiple machines, then you probably don't need to muck around in Audit mode. Definitely prepare your installation media first by deprovisioning junk apps and inserting some registry settings, but then you can take the settings from unattend.xml and merge them into Autounattend.xml. If you do it right, it should automatically wipe the disk, boot through OOBE, and create a new user account for you. You can also use the "OEMkey.ps1" script I provided to reactivate your copy of Windows, using the OEM license already burned into the BIOS.

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin so this solution is not advise for a laptop that will have 2-3 users. Thanks for the answer.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      It'll work fine for a laptop with multiple users! If you're doing that, just follow the whole process, Audit mode and all. :) Uncomment the section in deploy1.cmd to allow the OEMkey.ps1 script to run, and you should be good to go.

  • @Florreking
    @Florreking 3 หลายเดือนก่อน

    Great series! During audit, I assume changes made in group policy will get saved as well?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      The machine isn't (and shouldn't!) be attached to any domain while it's in audit mode, so group policies won't apply. Once you've created the image and it's booting into OOBE, that's when you join the domain and get group policy applied! On the other hand, if you're talking about Local Group Policy... it's a bit more complicated. First, remember that group policies are just a more user-friendly way of inserting values into the Windows registry. Most user-specific registry entries will be persisted into the default profile if you're using CopyProfile. Most machine-specific registry entries will also be persisted... but some won't. When Sysprep comes through and resets the machine in preparation for capture and cloning, some parts of the registry are cleaned up, and changes may be lost. This is something you may need to test a fair amount. I've spent weeks testing and re-testing things, sometimes. If your desired changes are cleaned up during sysprep, you may be able to re-load and modify the registry hives offline, or you may be able to re-insert the desired values on first boot via a command script... there's always ways to get things done! :)

  • @azmotorhead3614
    @azmotorhead3614 3 หลายเดือนก่อน

    Am I safe to assume the unattend.xml and autounattend.xml files get copied into the root directory of the installation media/ISO file used to deploy this custom image? Also, I'm very interested in how you "slipstream" 3rd party programs and/or custom app settings into an installation (I would love to never have to go thru the mind-dumbing process of de-crapifying Edge ever again.) Also also, does the profile settings copy function work on adding domain user profiles to the PC as well? Awesome series of videos!

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      1. If Autounattend.xml is present on the root directory of any drive attached when Windows Setup starts, it will be used. So, if you boot off a setup DVD, but Autounattend.xml is present in the root of a connected USB drive, Setup will still use it. 2. When any unattend file is being used (auto or regular), Setup will copy it into the filesystem of the new operating system. (Specifically, C:\Windows\Panther.) This allows Setup to go through multiple reboots to process the different phases of setup, while still using the same unattend file. (edit)2a. If you were to copy an unattend.xml file into C:\Windows\Panther during initial setup, Setup will start using the settings as if it was an "in-progress" unattend file after it reboots. Rufus uses this method to insert any custom settings chosen by the user. 3. When we sysprep the image out of audit mode and into OOBE, we'll pass an argument telling sysprep exactly which unattend file we want it to use. I also prep the filesystem manually, as a belt-and-suspenders approach. 4. All the slipstreaming is done in Audit mode! That's what we're going to see in the next video. :) 5. The default profile copy does work for domain users... with a slight catch. If domain users are using local profiles or a roaming profile which hasn't been instantiated yet, the default profile will be used to provision their new profile. But if domain users are using an existing roaming profile, then their existing roaming profile will be used (as you would expect).

  • @azmotorhead3614
    @azmotorhead3614 3 หลายเดือนก่อน

    That actual tutorial starts at 9:58 for those wanting to skip the backstory.

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    Do you sell those images btw?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      I do not and would not sell these images. I'm happy to share them, but I suspect that selling them would put me immediately at odds with Microsoft. There's a lot of difference, after all, between using Microsoft's available tools to customize their software (and telling other people how to do the same thing themselves), versus reselling their software without authorization.

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin do you have a place we can contact you up?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      Not yet. I haven't built out a website or email just yet (though I do have plans for that), so for now the best way to reach me is right here in the comments! That being said, I intend to put much of the details for this online, so other people can access it more freely. I haven't exactly figured out how I want to do that, but in the next couple weeks I should have something for everybody as we wrap up the series. :) I just need to get enough time to sit down and figure it all out!

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    24:25 what did you mean "it will remove the requirement"?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      The BypassNRO registry key set here removes the requirement to use a Microsoft account in Windows 11. The use of local accounts is re-enabled, and a Microsoft account becomes optional.

    • @thorsteinbrynjarr7937
      @thorsteinbrynjarr7937 หลายเดือนก่อน

      @@NextDoorNetAdmin Could that do the trick to use a laptop registrated on a work or school account to bypass the registration? (It's legal here, we bought the laptop from the company, just don't want to go over there every time I need to reinstall...)

    • @NextDoorNetAdmin
      @NextDoorNetAdmin หลายเดือนก่อน

      @thorsteinbrynjarr7937 I'm not entirely sure that I understand your question... you have a laptop "registered" to a work or school account in what way? As best as I can tell, you bought a laptop from a company, and for some reason you have to physically go over there when you want to reinstall Windows? But yes, if you reinstall Windows with the correct settings (including BypassNRO), then you can use a local account on the machine and do not have to set up a Microsoft account on it at all.

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    If we need all that trouble to have a semi-functional, not completely spyware system, then we should maybe just move to Linux 😂

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      That's a different discussion altogether. :) I use Linux, and as I've said in other comments, I personally have chosen to move to Linux instead of using Windows 11 on my personal systems. But that doesn't mean I can tell all of my business clients that I refuse to install Windows any more--that's a complete non-starter. So I still need to know how to do this for work purposes.

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin and for businesses that need to use excel amd office etc. hell even i use office

  • @voodoovinny7125
    @voodoovinny7125 3 หลายเดือนก่อน

    HW raid, sw raid (by controller or by operating system), btrfs, or zfs all really depends on case use and is not a one for all. We also see it with raid levels too. But there is very little out there of people doing content actually showing you differences to help people understand the differences to make the decision of what is best for them.

    • @az09letters92
      @az09letters92 3 หลายเดือนก่อน

      I can't think of any use for hardware RAID anymore. It's expensive, slower and risks data corruption.

    • @oMeGa0122
      @oMeGa0122 2 หลายเดือนก่อน

      ​@@az09letters92it depends on what HW raid you are using. GPU accelerated raid is on unmatched speed compared to SW raid and it does checksum, consistency check and protects against write-hole

  • @pracha95
    @pracha95 3 หลายเดือนก่อน

    Too much talking! But good personality.

  • @rv6amark
    @rv6amark 3 หลายเดือนก่อน

    Thank you for that wonderful "discussion" of ZSF. I am a new to RAID although I have been around since before MSDOS 1.0 was a thing, but drive arrays are new to me. Best way to keep from aging early is to learn new things...too late! But I still like learning new things.

  • @frankyvee1
    @frankyvee1 3 หลายเดือนก่อน

    NTlite is a program that facilitates in doing all this for you in a GUI. But I like tlo know how things work and you explained to me what NTLite is doing in the background. Thank You

  • @brock2k1
    @brock2k1 3 หลายเดือนก่อน

    Very well explained, thank you.

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    Do you believe in the spectre/lite versions? Or too dangerous?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      It concerns me that the website simply redirects me to a TH-cam channel. If I'm going to use something created by somebody else, I want to know EXACTLY what has been done--and ideally, I want to use that process myself to replicate their work, rather than take it on trust. Windows is opaque enough as it is. If I'm going to modify it, I want to be able to start from an official download from Microsoft and then do the modifications myself, so I know exactly what has been done and what (if anything) has been added. That's just my personal preference, though. I'm sure lots of people have had nothing but good experiences with it, but I haven't had experience with it at all, good or bad! Most of my work focuses on cleaning up Windows 10/11 for a business environment, which is a different target. I need stability, support from Microsoft, and the ability to be able to enable telemetry for business purposes if needed; I can't afford to strip everything out like some of those builds do. (I just need to learn to control it.)

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin what kind of telemetry is useful for business

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      Think of a business application, developed and written in-house rather than purchased. A new update to the application is pushed out, and people start to report that it crashes sometimes. But it doesn't crash all the time, and it doesn't crash on every machine, so troubleshooting it is taking some time... Or, think of pushing out a critical security update. It installs properly on most machines, but it's failing on a few machines here and there. What's different about the machines where it fails? Maybe your business pays for some very expensive applications, and you'd like to know which application(s) you should focus on trying to eliminate--which departments use which applications, and how often? Telemetry is useful for these kinds of problems. If there's a crash, Windows error reporting can log it and send some of the details needed to help fix the issue. If an update fails, diagnostic data can help shed light on what's different about the hardware or software on the problem PCs, so you can adjust the details of which machines are assigned which updates--or which machines you might need to fix in another fashion. Microsoft's telemetry functions are primarily intended to help spot issues like these, particularly as Windows grows more complex. But Microsoft also has settings to allow the business to store the telemetry data for their own in-house reporting needs, in which case Microsoft only collects and forwards the data. You can also turn off Windows error reporting completely without having to remove it--there's a setting for that. (Microsoft used to have a service that allowed businesses to examine and use the telemetry from the Windows PCs in their own fleet, but a lot of the data is now available through the use of Intune or other such agents, some of which still use the built-in data collection functionality in order to provide the needed information.)

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    Is the Cisco certification for SysAdmins worth it?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      I think it is. At the moment, I consider somebody with a CCNA to be "entry-level". I know Cisco has added additional certifications below CCNA these days... I personally have my CCNP, and I consider myself to be a mid-level networking guy in the grand scheme of things. Might get up to CCIE eventually. :) Cisco certifications spend entirely too much time on the Cisco-specific marketing stuff. Learn it to pass the test, forget it afterwards. The important parts are the general networking principles, yes, but because Cisco is one of the big granddaddies of the Internet, I have found that learning more of the Cisco-specific CLI commands is a massive benefit as well--a lot of other networking gear echoes the Cisco design and command structure!

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin i hear ccnp is quite hard

  • @keylanoslokj1806
    @keylanoslokj1806 3 หลายเดือนก่อน

    Nice videos sir! Is there a program to clean windows 11 from bloatware?

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      There are lots of programs out there. :) For cleaning up an installation file, specifically, there is a program to do this... but it went further than I thought was beneficial, so I went through it all myself to choose what to get rid of and what to keep. It's also worth pointing out that sometimes programs to do this automatically can have negative effects--some previous versions rendered Windows unable to install any security updates, making them quite vulnerable to exploitation. I'm going to show you all one of those tools at the end of this series, but I thought it would be important for people to know how it works and why, so they can make their own decisions about whether they want to go through it manually (like I have).

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      @@NextDoorNetAdmin i just want a safe and non monitoring version that plays games and works with Office suite

  • @RationalistRebel
    @RationalistRebel 3 หลายเดือนก่อน

    It's quite irritating when apps don't close file handles when they're supposed to be done with them. It's something that every programing 101 class teaches, yet _so many_ apps still don't do it correctly--even Microsoft's! It's even worse when a Windows service or the user shell clings to an old file handle. Ever tried to unmount a removable drive only to be rejected with an error message...even when _every_ app that ever touched the drive was already closed? Yep, a random service or part of the user shell left a damn file handle on the drive open.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      Indeed! I've had some success using Procexp to find the offending handle and force it closed, but I've found that when it's System holding it open, force-closing the handle leads to system instability. Usually, though, a System file handle is the result of an anti-virus scanner, a file opened remotely via SMB, or something else of that nature. Makes me go on a bit of a hunt!

    • @RationalistRebel
      @RationalistRebel 3 หลายเดือนก่อน

      @@NextDoorNetAdmin Yep, I've had Procexp fail a few times too. Sometimes the offending process just re-spawns the handle. On rare cases, it just fails with an error. Rather than trying to force it at that point, most people would give up and just reboot the system to clear the issue. My end run around an inclosable file handle is to simply unplug the drive in sleep mode. When the system wakes up, the offending process just has to deal with the file error...for a file it never should have kept open anyway. Technically, it was done with the file. If the system successfully goes to sleep, any pending file operations and cached versions of the file should have been committed to disk. Of course, I wouldn't do that with a complex file system, such as a database or enterprise-level system. For the average PC, I hadn't had any issues with that trick. If I keep having the same problem with the same app/process, it's still preferable to actually find and correct the issue.

  • @harrymills2770
    @harrymills2770 3 หลายเดือนก่อน

    The fact that this video is helpful tells me to never buy another Windows machine.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      I decided I would rather switch to Linux than run Windows 11 on my personal systems. But that doesn't stop me from having to deploy Windows 11 for work purposes, so I needed to figure out how to clean this all up anyway. :)

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      ​@@NextDoorNetAdminthere is no workaround for Office/Excel users and gamers right?

    • @harrymills2770
      @harrymills2770 3 หลายเดือนก่อน

      @@NextDoorNetAdmin I don't want to do it, but I'll be running Windoze 10 until May, and then I'll have the summer to figure something else out.

  • @doityourself3293
    @doityourself3293 3 หลายเดือนก่อน

    Thank you so much...! Show how to disable cloud also.

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      We're definitely going to be taking a look at disabling the requirement for a Microsoft account in order to use your computer! There's also going to be some more settings that we can toggle to reduce the amount of "cloud" prompting we have to deal with. Stay tuned!

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      ​@@NextDoorNetAdmincan we buy a "cleaned" installation file from you sir? Of course i would pay the key + the technical work done

  • @michaelfriesen4911
    @michaelfriesen4911 3 หลายเดือนก่อน

    Can you share the sites that list the locations of those pesky registry entries can be identified? Awesome job on these tutorials! 🎉

    • @keylanoslokj1806
      @keylanoslokj1806 3 หลายเดือนก่อน

      Wonder if with every new update all this laborious work goes to waste. Microsoft can just reinstall everything and more😢

    • @NextDoorNetAdmin
      @NextDoorNetAdmin 3 หลายเดือนก่อน

      This is (mostly) protected from being changed in future updates. Microsoft wouldn't make any friends if classified government networks suddenly had new stuff showing up on their secured PCs, after all! These registry keys exist specifically to disable this behaviour, and for that reason, you can expect them to work through all versions of Windows 11. (And even if Microsoft did add new provisioned applications, it would affect any existing user accounts on the machine. Provisioned apps only install themselves for brand-new users on the machine, so you're fairly safe from that, too!)

  • @mattmaster
    @mattmaster 3 หลายเดือนก่อน

    What about Unattend.xml installation for clan windows? I was thinking of doing it like that, which way is better?

  • @mattmaster
    @mattmaster 3 หลายเดือนก่อน

    That's actually really helpful! <3

  • @usernamechangeinprogress
    @usernamechangeinprogress 4 หลายเดือนก่อน

    Yes ! Realky excited about the next variants love you buddy take care see you next week !

  • @stiabeats
    @stiabeats 4 หลายเดือนก่อน

    "different version of onenote" hit me hard lol great stuff man

  • @hiddenpcmaster
    @hiddenpcmaster 4 หลายเดือนก่อน

    Interesting! Can’t wait until the next video. Thanks