- 159
- 2 893 116
Danny Moran
United Kingdom
เข้าร่วมเมื่อ 1 ม.ค. 2022
I’m Danny Moran, an IT consultant based in England, United Kingdom.
This is where you will find step-by-step guides relating to Windows Server, Active Directory, Group Policy, and Microsoft Azure.
This is where you will find step-by-step guides relating to Windows Server, Active Directory, Group Policy, and Microsoft Azure.
How to upgrade Active Directory to use 32k page database format (Windows Server 2025)
Learn how to upgrade the Active Directory database page format from 8k to 32k. In this example, I raise the AD database page format from the previous 8k size to 32k.
Microsoft doc with requirements and considerations: learn.microsoft.com/en-us/windows-server/identity/ad-ds/32k-pages-optional-feature
Microsoft doc with upgrade instructions: learn.microsoft.com/en-us/windows-server/identity/ad-ds/enable-32k-pages-optional-feature
PowerShell command to check if 32k pages feature is enabled:
Get-ADOptionalFeature -Filter {Name -eq "Database 32k pages feature"}
PowerShell command to enable 32k pages feature:
$params = @{
Identity = 'Database 32k pages feature'
Scope = 'ForestOrConfigurationSet'
Target = 'ad.dannymoran.com'
}
Enable-ADOptionalFeature @params
Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
Microsoft doc with requirements and considerations: learn.microsoft.com/en-us/windows-server/identity/ad-ds/32k-pages-optional-feature
Microsoft doc with upgrade instructions: learn.microsoft.com/en-us/windows-server/identity/ad-ds/enable-32k-pages-optional-feature
PowerShell command to check if 32k pages feature is enabled:
Get-ADOptionalFeature -Filter {Name -eq "Database 32k pages feature"}
PowerShell command to enable 32k pages feature:
$params = @{
Identity = 'Database 32k pages feature'
Scope = 'ForestOrConfigurationSet'
Target = 'ad.dannymoran.com'
}
Enable-ADOptionalFeature @params
Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
มุมมอง: 705
วีดีโอ
How to raise Domain and Forest Functional Levels (Windows Server 2025)
มุมมอง 781หลายเดือนก่อน
Learn how to raise both the Domain Functional Level and the Forest Functional Level in an Active Directory Domain. In this example, I raise the Domain Functional Level from Windows Server 2016 to Windows Server 2025, and then raise the Forest Functional Level from Windows Server 2016 to Windows Server 2025. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts ...
How to demote an Active Directory Domain Controller (Windows Server 2025)
มุมมอง 758หลายเดือนก่อน
Learn how to demote an Active Directory Domain Controller. In this example, I show you how to gracefully demote a domain controller from an active directory domain. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to setup a Read-Only Domain Controller (RODC) (Windows Server 2025)
มุมมอง 576หลายเดือนก่อน
Learn how to promote a Read-Only Active Directory Domain Controller (RODC) to an existing active directory domain. In this example, I show you how to use the promote a read-only domain controller using the domain controller promotion wizard. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to setup DHCP failover (Windows Server 2025)
มุมมอง 1Kหลายเดือนก่อน
Learn how to install Dynamic Host Control Protocol (DHCP) and configure it in a failover cluster so that in the event one of the servers stops responding, DHCP leases are still able to be issued in a resilient way. In this example, I go through the process of installing the required roles and features, authorising the DHCP server, and replicate the scopes between the DHCP cluster servers. Hi, I...
How to install Windows Server 2025 Core
มุมมอง 1.2K2 หลายเดือนก่อน
Learn how to download and install Microsoft Windows Server 2025 Core. In this example, I show you how to download Windows Server 2025 from the Microsoft evaluation center and then go through the installation wizard to install Windows Server 2025 Core. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to promote additional Active Directory domain controllers (Windows Server 2025)
มุมมอง 1.4K2 หลายเดือนก่อน
Learn how to promote a new secondary domain controller to an existing active directory domain. In this example, I go through the process of installing the Active Directory Domain Services (ADDS) and Domain Name Services (DNS) roles and features, promoting a new Domain Controller to an existing Active Directory domain. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my ...
How to setup DHCP (Windows Server 2025)
มุมมอง 1.6K2 หลายเดือนก่อน
Learn how to install Dynamic Host Control Protocol (DHCP) and configure a few advanced settings. In this example, I go through the process of installing the DHCP role, authorising the DHCP server, creating a DHCP scope, and how to configure a few advanced settings to get deployed to clients when they request an IP address. Hi, I’m Danny, a London based IT consultant and blogger. You can view al...
How to create an Active Directory domain (Windows Server 2025)
มุมมอง 3.6K2 หลายเดือนก่อน
Learn how to create a local Active Directory domain. In this example, I go through the process of installing the Active Directory Domain Services (ADDS) and Domain Name Services (DNS) roles and features, creating a new forest and domain, and setting the server as the local network DNS server. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymo...
How to install Windows Server 2025
มุมมอง 4.6K2 หลายเดือนก่อน
Learn how to download and install Microsoft Windows Server 2025. In this example, I show you how to download Windows Server 2025 from the Microsoft evaluation center and then go through the installation wizard to install Windows Server 2025. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to manage Microsoft Office using Group Policy (Outlook, Teams, Word, Excel)
มุมมอง 1.2K3 หลายเดือนก่อน
Learn how to manage Mozilla Firefox using Group Policy. In this example, I show you how to download and install the Microsoft Office ADMX files so you can manage Microsoft Office applications using Group Policy. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to manage Mozilla Firefox using Group Policy
มุมมอง 7883 หลายเดือนก่อน
Learn how to manage Mozilla Firefox using Group Policy. In this example, I show you how to download and install the Mozilla Firefox ADMX files so you can manage Mozilla Firefox policies using Group Policy. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to manage Microsoft Edge using Group Policy
มุมมอง 1.5K3 หลายเดือนก่อน
Learn how to manage Microsoft Edge using Group Policy. In this example, I show you how to download and install the Microsoft Edge ADMX files so you can manage Microsoft Edge policies using Group Policy. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to backup and restore a Windows DNS server
มุมมอง 1.6K3 หลายเดือนก่อน
Learn how to backup and restore a Windows DNS server zone. In this example, I show you how to backup a Windows DNS server zone and then restore the zone to a DNS server. Hi, I’m Danny, a London based IT consultant and blogger. You can view all my blog posts at: www.dannymoran.com
How to backup and restore a Windows print server
มุมมอง 7244 หลายเดือนก่อน
Learn how to backup and restore a Windows print server. In this example, I show you how to backup the Windows print server configuration, which includes all drivers, ports, and print queues and how you can restore that backup to the same server or a different server if you are migrating the printer configuration to a new server. Hi, I’m Danny, a London based IT consultant and blogger. You can v...
How to manage Google Chrome using Group Policy
มุมมอง 1.5K4 หลายเดือนก่อน
How to manage Google Chrome using Group Policy
How to setup printer permissions on a Windows print server
มุมมอง 2.1K4 หลายเดือนก่อน
How to setup printer permissions on a Windows print server
How to setup printer pooling on a Windows print server
มุมมอง 1.7K4 หลายเดือนก่อน
How to setup printer pooling on a Windows print server
How to boot into Active Directory Services Restore Mode
มุมมอง 2.5K5 หลายเดือนก่อน
How to boot into Active Directory Services Restore Mode
How to install roles and features on a Windows Server using a configuration file
มุมมอง 1.3K5 หลายเดือนก่อน
How to install roles and features on a Windows Server using a configuration file
How to add additional IP addresses to a Windows network adapter
มุมมอง 3.1K5 หลายเดือนก่อน
How to add additional IP addresses to a Windows network adapter
How to enable Wireless LAN on Windows Servers
มุมมอง 2.4K5 หลายเดือนก่อน
How to enable Wireless LAN on Windows Servers
How to setup Windows Server DHCP filters
มุมมอง 1.7K6 หลายเดือนก่อน
How to setup Windows Server DHCP filters
How to check who is currently accessing files and folders on a Windows file share
มุมมอง 6K6 หลายเดือนก่อน
How to check who is currently accessing files and folders on a Windows file share
How to add static routes to devices using Windows Server DHCP options
มุมมอง 1.2K6 หลายเดือนก่อน
How to add static routes to devices using Windows Server DHCP options
How to add static routes to Windows servers
มุมมอง 1.6K6 หลายเดือนก่อน
How to add static routes to Windows servers
How to use Effective Access to check Active Directory permissions
มุมมอง 1.6K7 หลายเดือนก่อน
How to use Effective Access to check Active Directory permissions
How to use Effective Access to check Windows file share permissions
มุมมอง 1.9K7 หลายเดือนก่อน
How to use Effective Access to check Windows file share permissions
How to setup DNS Forwarders on a Windows Server DNS Server
มุมมอง 4.9K7 หลายเดือนก่อน
How to setup DNS Forwarders on a Windows Server DNS Server
my windows is windows 11 home. When i search to RSAT i didn't find it Any help please
So many young sysadmin and tech can learn so much from your vids! I have 8 years exp. and still learn from you.
Hi Danny I tried to activate from Powershell but it didn't work and I don't want to remove the device from the domain because I don't have a local account
PS C:\Users\itadmin> test-computresecuerChannel The tern 'test-computrescuer Channel is not recognized as the name of a cadlet, function, script file, or operabl gran. Check the spelling of the nane, or if a path was included, verify that the path is correct and try again. it line 1 char:27 test computrescuer Channel <<<< Object Hot Found: (test-computresacuer Channel:String> [], CommandNotFoundException CategoryInfo FullyQualifiedErrorld CommandNotFoundException
Will I lose any data?
Hi Danny, For MDT Deployment Share Properties, Rules, What is the setting or parameter for keyboardLocale for US English keyboard and TimeZoneName for US Pacific standard time ? And also the keyboardlocale in bootstrap.ini ? I noticed you that the entries are are not the same in Rules and bootstrap.ini. BTW, great video and kudos to you
Does not work. Error message: "You must provide a value expression following the '/' operator", with the f after the / highlighted.
I'm fighting something here. I followed your Tutorial (the written one) to the letter but after loading the NBP File I get the following error: 0xc000000f - /boot/BCD Any clues where to look?
Nice feature
Brother i want to set sandbox to dont files and rest files after i reopen it Bro please reply❤❤
Thanks. Never used either one of these tools and this tutorial made it a breeze to install and setup. Thank you!
Brilliant vid. Helped me with troubleshooting.
Thanks for the video. Is there a way to permanently disable a certain app on windows 11 from always going into efficiency mode? Thanks in advance!
I would like to migrate my current Print Server based on Windows Server 2012R2 to Windows Server 2022. Apart from exporting a file from the old server, what do I need to do on the new server? Do I need to give the new server the IP of the old one? What about clients of such a Print Server, do I have to reinstall printers from the new one on all of them?
Will this work on a server that is set up as RAID?
I had to add a step. Diskpart did not show my drives so I had to go download the dell driver inf files and put them on my usb drive. Then after booting off the drive and opening command prompt I used the DRVLOAD command to load those driver files. Then when I went into diskpart, the drives showed up.
thank you sir!
Hey Danny, I don't get the purpose of a private switch - shouldn't it be internal switch? I can't have this setup work properly on my multi VM environment (Host: Win11, Guest: Linux Mint & Win11 &Kali) they all have no connection using lab-switch-lan.
Danny are you here? I need your help , I am using 2022server , how to fix driver path too long issue…please help
Hi, Got all the way through this and deployed the image. Once deployed Windows boots however it hasn't joined the Domain - no error messages show. Any advice please?
Easy shot but I cannot use the tool as it says SYSVOL share cannot be accessed
Thank you @danny_moran for another great video ... I'm pretty sure -v is short for --verbose ... also, I've noticed that an instance can take up to 15 seconds to fully shut down =)
Thanks so much @danny_moran for the easy-to-follow instructions =)
How can I get this installed if I don't have internet and I won't be able to connect to Window Update?
The Best!!!
Thx for the video Guide =)
Thank you
Thank you for that greate informations, can you support in how to give user ready only access on my domain controller can view everythin "AD, DNS, DHCP"
He show me the way about the group policy linkage issue I had in last 5 years. Big thanks
amazing!
Hello, windows 10 deployment through WDS working fine on old laptops but can not image brand new HP laptop. Anything need to be changed? it will not PXE boot at all, tried on multiple new machines. checked BIOS settings and matched to old machines, all look same.
thx a lot :)
the first non-indian tutor I have ever seen
Very useful, thanks!
Thank you sir
th-cam.com/video/ELGwXA_8gcM/w-d-xo.htmlsi=n4sC4bmQ5rBlADcw
Thanks man, this helped allot
exlpained very well! Thank's!
Thank you, I caught a virus and I wanted to reinstall my PC, but it didn't work because data was removed. The Windows RE image was not found,
Please explain will the DNS lookup zones automatically update on the remaining active directory server? IE once the secondary DNS server is removed.
Hi Danny, PLease do how to setup a local relay server for scan2 mail
Very helpful Danny. Thank you!
Thank you sir! Watched jayztwocents on the matter but his solutions would not help resolve my issues. Now my 9950x has fully unleashed all cores 👌
Thank you so much dude ! I've been on that damn thing for month now you've just rescued me so much !!
how do you do this NOT on a server?
Thank You, this was driving my OCD crazy.
Thank you for this easy tutorial.
th-cam.com/video/ELGwXA_8gcM/w-d-xo.htmlsi=n4sC4bmQ5rBlADcw
Is it possible to do this but include the option to back up the user data and settings?
I dont have the Sandbox feature...:(
yeah same
@@vansushu04 if you watch the video, you'll know why.
same
I have a 3 AD setup. I added one Windows 10 client to one of the windows AD domain controllers but the system only got added one AD. I want to replicate the users & computers on other 2 domain controllers as well. Can you please help me on how to do that? Please its a request kindly help All 3 domain controllers are connected with each other as I can see all 3 servers under Active Directory users & computers -> Domain Controllers & Active Directory Sites & Services -> Servers
Thank you Danny!🙏
Are there any stats that can be pulled to determine if it is necessary to upgrade to 32K? How do you know that you're hitting the limit?
THANKS ALOT MAN THIS REMOVE MY MICRO STUTTERING !!!!! I have gpu 6700xt cpu 5600x 32gb ram ddr4 3600mhz i dont have parked cpu's but this help me alot