
Learn how Windows functions as the operating system between hardware and users, coordinating commands, programs, and peripherals. Observe booting from a DVD and completing the installation process.
Explore what Oracle VirtualBox is and how it lets you run multiple operating systems on a single computer, with installation on Windows or Mac to host Linux or other OSes.
Learn to download and install Oracle VM VirtualBox on Windows, from virtualbox.org, using the setup wizard, then prepare to create virtual machines.
If your Virtual Box only showing 32 bit =
http://www.fixedbyvonnie.com/2014/11/virtualbox-showing-32-bit-guest-versions-64-bit-host-os/
Help to release mouse capture in virtualBox. Press one key by itself: *The [CTRL] key on the right hand side of the keyboard
Explore three common methods for installing an operating system, including CD or DVD installation, downloading and attaching an ISO image, and network boot for mass deployments.
Link to download Windows 2016 ISO
https://www.microsoft.com/en-us/evalcenter/evaluate-windows-server-2016-essentials
Download Windows Server 2022 from the Microsoft Evaluation Center, choose the 64-bit ISO, and note a 180-day evaluation with internet activation in first ten days for installation in Oracle VirtualBox.
Install Windows Server 2022 in Oracle VirtualBox by attaching the ISO and performing a custom install on a 50 GB disk. Set up the administrator account and explore server manager.
Learn to add resources to a virtual machine, including memory, CPU, disk space, and network cards, while respecting host limits and powering off the VM before applying changes.
Learn to change a Windows server hostname and verify system information, including CPU and memory, using server manager, properties, task manager, resource monitor, and command-line tools.
Navigate the Windows server GUI, managing the desktop, start menu, taskbar, and search bar with essential display, time, region, and power settings. Use server manager to add roles and features.
Access Windows systems via console or remote desktop. Find the IP address via ipconfig and enable remote access through remote settings and firewall, ensuring bridged networking is configured when needed.
Explore how Windows uses a file system to organize C drive folders, including NTFS and FAT, and explain the purpose of program files, users, and Windows directories.
Navigate the Windows file system using GUI, command line, and search bar; learn to access the c drive, Windows, and System32 with dir, cd, and quick search.
Learn to find files and directories and file types in Windows using both graphical search and the dir /s command, and locate file locations via properties and wildcards.
Master file maintenance in Windows server administration by performing copy, delete, move, and rename operations via GUI and command line, including creating files and navigating directories.
Create and manage local Windows user accounts, assign group membership, set passwords and activation states, and adjust display names, while understanding the role of Active Directory in directory service accounts.
Learn to use server manager to add roles and features, configure local server properties, and manage domain controller, DNS, and web server with the dashboard and cloud services.
Explore how to download, install, configure, manage, and uninstall programs on Windows, with a WinZip example illustrating the full program lifecycle.
Learn essential Windows shortcut keys for multitasking and troubleshooting, including ctrl+alt+del, ctrl+alt+arrow for screen orientation, F1 help, F5 refresh, and Windows key combos for run, explorer, task manager, and desktop.
wmic memorychip
Begin module 6 of the Complete Windows Server Administration Course with an orientation to core concepts and practical strategies for effective server management.
Learn how to add roles and features in Windows Server administration. Understand role dependencies, service roles, and when features install independently.
Define the domain controller and its role in enforcing policies across a domain, including Active Directory and DNS, and explain how authentication relies on the domain controller.
Identify the four prerequisites for Active Directory: dns, a static ip address for the server, the domain controller name, and the netbios domain name.
Discover how domain name service (DNS) resolves host names to IP addresses, performs reverse lookups, and creates CNAME aliases to simplify naming, enabling seamless web access.
Install Active Directory Domain Services with an accompanying DNS server, assign a static IP, promote the server to a new forest domain controller named lab.local, and verify DNS with nslookup.
Master active directory users and computers by organizing objects into organizational units, managing attributes, and understanding forests, LDAP, SYSVOL, and the AD database across domain controllers.
Learn to structure Active Directory by creating organizational units, sub OUs, and groups, then add users and manage their group memberships across a domain and forest via a domain controller.
Download and install Windows 10 Enterprise from TechNet, set up a virtual machine in VirtualBox, and register the client with Active Directory by joining the domain.
Register Windows 7 and Windows 10 clients to the Active Directory domain, ensuring a static IP, DNS, a domain account, and domain join. Log in with domain credentials.
Remove your host computer from the Active Directory DNS by opening network and sharing settings, changing the adapter to obtain DNS server address automatically, preventing internet access issues.
Join a Windows 10 client to the Active Directory domain, verify DNS and connectivity, and log in as a domain user (Jerry Seinfeld); note VirtualBox memory settings used.
Discover the Active Directory Administrative Center, a tool that simplifies managing Active Directory domain services with global search, password resets, and object creation for users, groups, and computers.
Navigate the domain and trust console in Active Directory to manage trusts, verify or remove trusts, create shortcut realm and external trust, and manage forest trust routing for name suffix.
Explore Active Directory site and services to optimize authentication and replication across sites. Configure subnets, inter-site transports (IP and SMTP), and add new sites for domain controllers.
Use Active Directory group policy to configure user and computer settings across the domain, including security and password policies, via domain policy rather than local edits.
Begin module 7 of the complete windows server administration course, outlining the module's objectives and core topics for effective server management.
Learn to use Windows PowerShell for task automation and configuration management, explore get-help, update-help, get-command, and create a local user with New-LocalUser in Active Directory on a domain controller.
Learn essential Windows PowerShell commands for file management, processes, and services, including Get-ChildItem, New-Item, Copy-Item, Remove-Item, Get-Process, and PS1 scripting.
Learn how Windows Management Instrumentation (WMI) enables remote management and data retrieval via WMIC, the WMI management console, and related tools to automate tasks on multiple servers.
Welcome to module 8 of the complete Windows Server administration course, introducing the module and its role in building server administration expertise.
Define and explain the network interface card, its external ports, and how traffic flows from your computer through a router to the internet, with multiple ports enabling VLANs or subnets.
Enable internet on the VM by bridging the virtual network to the host using a bridged adapter in VirtualBox, enabling internet access and Windows updates.
Configure Windows networking by understanding IP, subnet, gateway, and MAC address, using ipconfig to view IPv4, DNS details, and DHCP or static assignments.
Learn how Windows Update automatically downloads and installs fixes, security patches, and feature improvements through the Windows Update service, with reboot planning, update history, and Group Policy controls.
Create and share a folder on the c drive using smb/cifs and samba or nfs, set access permissions, and access it from a remote computer by mapping a network drive.
Open Windows firewall in the control panel, enable or disable it for domain, private, and public networks, and configure inbound and outbound rules for programs or ports, verifying the rules.
Begin module 9 of the complete Windows Server administration course, outlining the upcoming topics and practical exercises to strengthen server management skills.
Learn four storage types: local storage inside the computer, direct attached storage, storage area network, and network attached storage, with examples like ram, hard disks, and external disk.
Learn how to add a disk on Windows server, whether in a virtual or physical environment, by creating, initializing, partitioning, formatting, and mounting the new disk to a drive letter.
Extend an existing disk by adding a new disk in VirtualBox, then use Windows Server disk management and the extend wizard to create a ten-gig data drive.
Perform disk cleanup to free up space by removing unused files on Windows Server 2016. Discover how Disk Defragmenter rearranges data into a continuous sequence and how to optimize drives.
Explore the basics of raid, including raid zero, one, and five, to understand redundancy, performance trade-offs, and how parity and mirroring preserve data on physical disks.
Explore four backup types: system, application, database, and file system, using Windows Server Backup, install via server manager, perform and schedule backups, and restore deleted files from a backup.
Advance your Windows Server administration skills in module 10 of the complete Windows Server administration course.
Explore management careers from lead to director, detailing supervisors, managers, directors, and vice presidents across groups like storage, networking, security, Windows, and Linux.
Post your resume on online job sites to see how recruiters and HR match you to roles, guiding you from initial interview to offer and onboarding.
Install Oracle VirtualBox on Mac to set up a virtualization environment for Windows Server administration as part of the complete Windows Server administration course.
Celebrate completing the Windows Server Administration course and share your feedback to help us improve future iterations. Rate this course and leave a review to support ongoing enhancements.
Apply what you have learned in the real world to advance your Windows server administration career. Stay motivated, overcome hurdles, and learn from effort and failure with the instructor's support.
Windows is one of the basic operating system that every person should know if you want to get into IT. Whether you are just starting your career or moving up in your existing IT field, you always have to start with Windows and this course will teach you everything you need to know about Windows 2016 administration
In this course you will learn Windows 2016 installation, configuration, administration, troubleshooting, command line, OS tools and much more... I have also included Resume and Interview workshop that will definitely help you get your dream IT job.
In addition to the lectures there will be quizzes, homework and hand-out material just like a live classroom training
I have been teaching this exact course in a classroom environment in New York City. Please note 80% of my students who took this course got the job in Windows within months. Imagine those who take my course only to level up their career, how productive this training can be for them
Following is the list of topics I will cover in this course:
Module 1 – Understanding of Microsoft Windows
• What is Windows?
• Different Versions of Windows
• Microsoft Background and Products
• Windows Market Share - Everyday Windows
• Windows vs. Linux vs. MAC
• Quiz, Handouts and Homework
Module 2 – Setting up a Lab
• Oracle Virtual Box
• Installing Oracle Virtual Box
• Creating First Virtual Machine
• Quiz, Handouts and Homework
Module 3 - Windows Installation and Configuration
• Different Ways to Install OS
• Downloading Windows Server 2016
• Installing Windows Server 2016
• Adding Resources
• Hostname and System Information
• Windows Server GUI Overview
• Quiz, Handouts and Homework
Module 4 - System Access and File System
• Accessing Windows System
• File System and Description
• Navigating to File System
• File Types and Creation
• File Properties
• Finding Files and Directories
• File Maintenance (copy, delete, move and rename)
• Files Operations
• File Editing Short-Cut Keys
• Quiz, Handouts and Homework
Module 5 - System Administration
• User Account Management
• Elevating User Roles
• Monitor Users Activity (Task manager and command line)
• System Utilities Under Accessories
• Programs and Service Management (Control panel and services)
• System Resource Monitoring (Task Manager)
• Windows Event Logs
• System Maintenance
• Jobs and Schedules
• Windows Settings
• Server Manager Dashboard
• Installing and Uninstalling Programs
• Windows Applications (Microsoft or 3rd Party)
• Windows Short-Cut Keys (e.g. Alt+Ctl+Del etc.)
• Check System Hardware
• Quiz, Handouts and Homework
Module 6 - Advance Windows Administration
• Roles vs. Features
• Adding Roles and Features
• What is Domain Controller?
• Domain Controller and Active Directory
• Active Directory Prerequisites
• What is DNS?
• Active Directory Installation
• Active Directory "Users and Computers“
• Active Directory User Account Management
• Installing Windows Client
• Joining the Domain from Windows 7 and 10
• Active Directory "Administrative Center“
• Active Directory "Domain and Trust“
• Active Directory "Module for Windows PowerShell“
• Active Directory "Site and Services“
• Group Policy Management
• DNS Administration
• Web Server (IIS) Installation
• Quiz, Handouts and Homework
Module 7 - Windows Scripting and Command Line
• Windows Batch Scripting
• First Batch Script "Hello World“
• Script to Automate Simple Tasks
• Windows PowerShell
• Windows PowerShell Commands
• Windows PowerShell ISE (Integrated Scripting Environment)
• Windows Management Instrument (WMIC)
• Difference Between DOS and PowerShell
• Quiz, Handouts and Homework
Module 8 - Networking and System Updates
• What is NIC?
• Enable Internet on the VM
• NIC Teaming
• Network Configuration
• Windows Updates
• NTP Configuration
• File Transfer Methods
• FTP Server Installation and Configuration
• Sharing FileSystem (Samba or NFS)
• WSUS Server Installation and Configuration
• Windows Firewall
• Quiz, Handouts and Homework
Module 9 – Storage Management
• What is Computer Storage?
• Type of Computer Storage
• How to Add Disk
• Extend an Existing Disk
• Disk Cleanup and Defragmentation
• RAID
• Windows Backup and Restore
• Quiz, Handouts and Homework
Module 10 - Additional Resources
• What is IT?
• IT Components
• Facts about IT
• IT Management Jobs
• Resume Workshop
• Interview Workshop
• Post Resume and What to Expect
• VMWare Workstation Player Download and Installation
• Install Oracle VirtualBox on MAC
• Quiz, Handouts and Homework
Here is the testimonial from my students:
As a System Administrator, I knew a lot of what you explained in this course. But there were a few new things I was able to learn and so far, it has paid of wonderfully. I feel I am now on my way to Senior System Administrator and I have you to thank for helping me get there. I really enjoyed this course! Thank you so much again!! -- Riley Wright
Imran is a very knowledgeable and engaging instructor. As others have said, you can tell that he is not just trying to sell a course, but that he is invested in giving his students a strong career foundation with a positive and approachable attitude. He is also entertaining with his use of pop culture and practical work examples. It really feels like you're in a classroom with him. I'm taking this course mainly as a hobbyist, but got a lot from it already. The homework assignments, quizzes, and handouts help reinforce the material. -- Raymond B. (Udemy Student)
Main thing about course is its simplicity and the hierarchy. Design is very good and easy which helps to understand things better. -- Akash Garg (Udemy Student)
I just love the teaching ad the learning experience I am getting -- Jacob Samba (Udemy Student)
Very useful course, even an absolute beginner can able to understand perfectly this course. You're a great guy Imran:) -- E Vigneshwaran (Udemy Student)
The course is run very well and I really like the handouts and the homework that is assigned. The homework helps me learn and continue with the learning process even when adult life is still progressing forward. -- Thomas Rogers (Udemy Student)
I am preparing for the server exam and this course has been awesome. I appreciate the time and effort to explain all parts of the OS. -- Victoria Worthy (Udemy Student)
Course encouraging as it added values to my skills in Windows Server 2016 with basic fundamental details on scripting and building website. Well it was not in depth yet it still gives clear clue on where to start from. All lesson we deliver in a professional, clear and precise that one can build there own server from scratch to end. Thanks you. -- Karvee Kolliemelen (Udemy Student)
I genuinely look forward to additional courses in the future. This has been so informative. You hear the name oracle all the time, but this was well put in layman’s terms -- Atoofa Hasan (Classroom Student)
Imran Afzal eats, breathes and sleeps in Windows and Linux! He really knows his stuff. I feel like he has brought me from a novice level education to masters level in a short time period. Anyone who is looking to get a job in Linux should definitely take this course. -- TJ Walker (Udemy Student)