How to use the Snipping Tool in Windows 10Tech Pub2026-09-19 | How to use the Snipping Tool in Windows 10Northern lights as seen in Seaside Oregon 5-10-24 #shortsTech Pub2024-05-11 | This was an amazing night. The camera saw things much brighter than the naked eye, but as the night went by, it became brighter and easier to see even without a camera. Taken with 3 second exposures using a Galaxy Fold 4.1 Minute IT Testing open ports with Test-NetConnection #shortsTech Pub2024-05-10 | Professor Robert McMillen shows you how to test ICMP and TCP open ports using the PowerShell commandlet Test-NetConnection.1 Minute IT How to Remotely Restart a Windows Computer or Server #shortsTech Pub2024-05-09 | Professor Robert McMillen shows you how to remotely shutdown or restart a Windows computer or server using command line.1 Minute IT How to kill a Task with Taskkill #shortsTech Pub2024-05-09 | Professor Robert McMillen shows you how to kill a task with taskkill and tasklist. It allows you to connect to a remote or local Windows server to stop a task that may be stuck.1 Minute IT Learn the Attrib Command #shortsTech Pub2024-04-24 | Professor Robert McMillen shows you the Windows Attrib command which changes the attributes of a file. Very important for backups, system files and more.1 Minute IT The Netstat Command #shortsTech Pub2024-04-24 | Professor Robert McMillen shows you how to use the Netstat command to see what ports your computer is listening on, and what computers and ports are connected to your computer.How to Download and Install Office 2024 Beta in Windows for FreeTech Pub2024-04-20 | Professor Robert McMillen shows you how to download and install Office 2024 Beta for free on a Windows 11 computer.
setup.exe /configure configuration-office365-x64.xml1 Minute IT How to quickly find your computer hostname #shortsTech Pub2024-04-20 | Professor Robert McMillen shows you how to find the name of your computer in settings as well as command line.1 Minute IT The DIR Directory command #shortsTech Pub2024-04-19 | Professor Robert McMillen shows you a demonstration of the DIR command to get directory listings, also known as folders, in a Windows computer from command line.1 Minute IT The Check Disk Command CHKDSK #shortsTech Pub2024-04-17 | Professor Robert McMillen shows you how to repair disk errors using the CHKDSK command on a Windows computer.1 Minute IT The Change Directory Command CD #shortsTech Pub2024-04-17 | Professor Robert McMillen shows you a quick tutorial on the CD command on a Windows computer to quickly change between directories aka folders.All Tech Radio Podcast 15Tech Pub2024-04-17 | ...1 Minute IT PowerShell Aliases #shortsTech Pub2024-04-17 | Professor Robert McMillen shows you how to create command line aliases in PowerShell quick and easy.1 Minute IT Tracert tracing the route of a data packet #shortsTech Pub2024-04-16 | Professor Robert McMillen shows you how to trace data packets from source to destination using the tracert command.1 Minute IT Time and Date Commands #shortsTech Pub2024-04-16 | Professor Robert McMillen shows you how to set the Time and Day in a command line on a Windows computer1 Minute IT Get NetIPAddress #shortsTech Pub2024-04-15 | Professor Robert McMillen shows you the PowerShell Commandlet Get-NetIPAddress which gives detailed IP information of your network interface cards.1 Minute IT IPConfig command #shortsTech Pub2024-04-15 | Professor Robert McMillen shows you how to use the IPConfig command on a Windows computer1 Minute IT Ping Command #shortsTech Pub2024-04-15 | Professor Robert McMillen shows you a quick beginner demonstration of using the Ping command on a Windows 11 computer.Fix for VMWare Workstation License Terms During InstallationTech Pub2024-04-06 | Professor Robert McMillen shows you how to fix the VMWare Workstation 17 error Windows cannot find the Microsoft software license terms. Make sure the installation sources are valid and restart the installation.04 05 Creating a Resource and Assigning User Access in Entra IDTech Pub2024-04-06 | Professor Robert McMillen shows you how to Create a Resource and Assigning User Access in Entra ID04 04 Adding Users and Groups to Entra ID Using PowerShellTech Pub2024-04-05 | Professor Robert McMillen shows you how to add Users and Groups to Entra ID Using PowerShell.04 03 Adding a Custom Domain into Entra ID and Adding Alias AddressesTech Pub2024-04-04 | Professor Robert McMillen show you how to add a Custom Domain into Entra ID and Adding Alias Addresses.04 02 The Azure Pricing CalculatorTech Pub2024-04-03 | Professor Robert McMillen shows you how to use the Azure pricing calculator.04 01 Adding User Enterprise Applications with Entra IDTech Pub2024-04-01 | Professor Robert McMillen shows you how to add User Enterprise Applications with Entra ID03 02 How to Configure and Deploy Azure AD Connect v2Tech Pub2024-03-31 | Professor Robert McMillen shows you how to Configure and Deploy Azure AD Connect v2.03 01 Hybrid vs Native Configuration using Entra IDTech Pub2024-03-30 | Professor Robert McMillen explain hybrid vs Native configuration using Entra ID02 06 Entra ID LicensingTech Pub2024-03-29 | Professor Robert McMillen shows you how to license users in Entra ID.02 05 Entra ID How to add Contacts Guests External Users and Editing User SettingsTech Pub2024-03-28 | Professor Robert McMillen shows you how to Add Contacts Guests External Users and Editing User Settings in Entra ID02 04 Entra ID security conditional access and configurationTech Pub2024-03-27 | Professor Robert McMillen shows you how to Entra ID security conditional access and configuration.02 03 Identity and Access to Entra IDTech Pub2024-03-24 | Professor Robert McMillen shows you The identity process and Access to Entra ID02 02 Adding Users and applying licenses in Entra IDTech Pub2024-03-22 | Professor Robert McMillen shows you how to Add Users and applying licenses in Entra ID02 00 Creating an Azure Account and Entra ID DomainTech Pub2024-03-22 | Professor Robert McMillen shows you how to creating an Azure Account and Entra ID Domain02 01 Entra ID Console DemonstrationTech Pub2024-03-21 | Professor Robert McMillen shows you how an Entra ID Console Demonstration.01 01 Overview of Entra IDTech Pub2024-03-21 | Professor Robert McMillen shows you an intro to Entra ID and why it may be important to add this to your network. The follow up video in this series is here: youtu.be/nBvwIMLT900Complete Guide to Windows Server 2025 Remote Desktop ServicesTech Pub2024-03-15 | Professor Robert McMillen shows you a complete guide to setting up Remote Desktop Services running on Windows Server 2025. Included are discussing the various server roles and a demonstration on configuring remote desktop application mode and web services.
Commands used to create a certificate: New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "rdp" $pwd = ConvertTo-SecureString -String "Password" -Force -AsPlainText Export-PfxCertificate -cert cert:\localMachine\my\D841035590D9BC4BFF5882A3E1000F7171031210 -FilePath c:\rdp.pfx -Password $pwdHow to Host a Website in Windows Server 2025 with Internet Information ServerTech Pub2024-03-13 | Professor Robert McMillen shows you how to Host a Website in Windows Server 2025 with Internet Information Server.
New-SelfSignedCertificate -certstorelocation cert:\localmachine\my -dnsname "TestCert1" $pwd = ConvertTo-SecureString -String "Password" -Force -AsPlainText Export-PfxCertificate -cert cert:\localMachine\my\C54A340FD4ACB06951812C16FAC1A1D3ADDE2223 -FilePath myweb.pfx -Password $pwdWindows Server 2025 File and Folder Sharing Demonstration and TutorialTech Pub2024-03-10 | Professor Robert McMillen shows you a Windows Server 2025 File and Folder Sharing Demonstration and Tutorial.All Tech Radio Podcast 14Tech Pub2024-03-07 | Robert and Scott discuss the tech news of the week including NASA's D&D game, updates to iPhones, Galaxy Fold 6 and much more.How to change your Windows 2025 IP address using the GUI PowerShell and Command LinesTech Pub2024-03-04 | Professor Robert McMillen shows you how to change your IP address in Windows Server 2025 using the graphical interface, command line, and PowerShell. This also works in previous version of Windows server.
netsh interface ipv4 show config netsh interface ipv4 set address name=Ethernet static 172.20.163.26 255.255.240.0 172.20.160.1
Get-NetAdapter New-NetIPAddress -InterfaceAlias Ethernet -IPAddress 172.20.163.25 -AddressFamily IPv4 -PrefixLength 20 -DefaultGateway 172.20.160.1Windows Server 2025 demo on themes, background, photos, and high contrast optionsTech Pub2024-03-03 | Professor Robert McMillen shows you how to change the backgrounds and themes and discover high contrast accessibility options in Windows Server 2025Copilot Demonstration on Windows Server 2025Tech Pub2024-02-29 | Professor Robert McMillen shows you a demonstration of Microsoft Copilot AI on a Windows 2025 server. I think you'll be surprised at what it can and cannot do.Windows Server 2025 Security FeaturesTech Pub2024-02-27 | Professor Robert McMillen shows you a high level view of the security features available in Windows Server 2025.How to Activate Windows Server 2025 Preview VersionTech Pub2024-02-25 | Professor Robert McMillen shows you how to activate a Windows 2025 server for preview. It is the same series of steps for a licensed version but the keys provided here only work for the preview one.
Standard Server MFY9F-XBN2F-TYFMP-CCV49-RMYVH Datacenter Server 2KNJJ-33Y9H-2GXGX-KMQWH-G6H67 Datacenter: Azure Edition N3FPV-KQP4R-4M6H6-7Q8TK-HYMDXHow to Configure Active Directory on a Windows 2025 ServerTech Pub2024-02-24 | Professor Robert McMillen promotes a Windows 2025 server to become a domain controller in a new forest and domain and discusses options during the transition. There is a new forest and domain functional level for server 2025.First Look at Windows Server 2025Tech Pub2024-02-24 | Professor Robert McMillen shows you a first look for both you and the video creator in real time to discover what's installed and enabled on Windows Server 2025 build 26063.How to Install Windows Server 2025Tech Pub2024-02-24 | Professor Robert McMillen shows you how to install Windows Server 2025 build 26063 from either an ISO file or an VHDX directly into Hyper-V.How to Download Windows Server 2025 for FreeTech Pub2024-02-24 | Professor Robert McMillen shows you how to download the Windows Server 2025 build 26063 preview version for free from the Insider program.
Run the test here: https://aka.ms/diagca Other sites visited in this video exchange.admin.microsoft.com admin.microsoft.comHow to permanently delete an email in the new Outlook in Office 365Tech Pub2024-01-26 | Professor Robert McMillen shows you how to permanently delete an email in the new Outlook in Office 365.Which Computer Job is Safest From AI takeover?Tech Pub2024-01-22 | Professor Robert McMillen explains the which jobs may be most vulnerable to artificial intelligence according to AI itself. Check out the four high level jobs of Cybersecurity, Cloud admin, IT Operations, and Programmer/Developer and find out which job is safest, and which is most vulnerable.