theitbros.com Open in urlscan Pro
35.227.194.51  Public Scan

Submitted URL: http://theitbros.com/
Effective URL: https://theitbros.com/
Submission: On May 22 via manual from AU — Scanned from AU

Form analysis 1 forms found in the DOM

GET https://theitbros.com/

<form role="search" method="get" class="pc-searchform" action="https://theitbros.com/">
  <div class="pc-searchform-inner">
    <input type="text" class="search-input" placeholder="Type and hit enter..." name="s">
    <i class="penciicon-magnifiying-glass"></i>
    <button type="submit" class="searchsubmit">Search</button>
  </div>
</form>

Text Content

 * About the Authors
 * Contact Us


 * Microsoft
   * Windows
   * PowerShell
   * Azure
   * Exchange
   * Active Directory
   * Sysprep
   * Windows Server
   * Office 365
   * IIS
 * Linux
   * Ubuntu
 * Internet
   * Outlook
   * Google
   * Browsers
   * Gmail
 * Others
   * VMWare
   * Proxmox
   * Kubernetes
   * Docker
   * SQL
   * Android
   * iPhone

Search
Home We know so you don’t have to!


WE KNOW SO YOU DON’T HAVE TO!


WE KNOW SO YOU DON’T HAVE TO!

At TheITBros.com, we specialize in sharing knowledge on PC management, gadgets,
computer networks, and hardware. Our team is dedicated to curating engaging and
informative content. Stay connected for the latest updates!
Who we areContact us



POWERSHELL


GET-SERVICE: CHECKING WINDOWS SERVICES STATUS WITH POWERSHELL

by Cyril Kardashevsky May 16, 2024 1 comment 3K views

The built-in Get-Service PowerShell cmdlet can be used to get a list of Windows
services, check their statuses, filter them by name or service status. …


HOW TO ENABLE REMOTE DESKTOP (RDP) REMOTELY ON WINDOWS

April 4, 2024 5 comments 2.5K views


HOW TO CREATE A GUI FOR POWERSHELL SCRIPTS

November 23, 2023 7 comments 4.6K views


ADDING CALENDAR PERMISSIONS IN MICROSOFT 365 AND EXCHANGE WITH POWERSHELL

October 1, 2023 12 comments 5.2K views


POWERSHELL: SCRIPT FOR LOOP THROUGH FILES AND FOLDERS

September 27, 2023 2 comments 2.4K views


HOW TO INSTALL AND IMPORT POWERSHELL ACTIVE DIRECTORY MODULE?

September 19, 2023 1 comment 2.3K views
View All


ACTIVE DIRECTORY


ACTIVE DIRECTORY LDAP QUERY EXAMPLES

by Cyril Kardashevsky April 18, 2024 7 comments 4.2K views

LDAP (Lightweight Directory Access Protocol) queries are used to search for
computers, users, groups and other objects within Active Directory catalog
according to specific criteria. …


FIX: ACTIVE DIRECTORY DOMAIN CONTROLLER COULD NOT BE CONTACTED

November 16, 2023 1 comment 2.9K views


ACTIVE DIRECTORY OU (ORGANIZATIONAL UNIT): ULTIMATE GUIDE

September 27, 2023 0 comment 2.7K views


HOW TO CHECK ACTIVE DIRECTORY (AD) GROUP MEMBERSHIP

September 25, 2023 1 comment 2.3K views


STORE BITLOCKER RECOVERY KEYS USING ACTIVE DIRECTORY

September 9, 2023 6 comments 2.6K views
View All


WINDOWS


HOW TO ACTIVATE WINDOWS WITH KMS SERVER

by Cyril Kardashevsky March 14, 2024 6 comments 3.1K views

Key Management System (KMS) allows enterprise customers to activate Windows
operating systems using a locally hosted service, eliminating the need for
individual computers to connect …


HOW TO INSTALL ACTIVE DIRECTORY USERS AND COMPUTERS (ADUC) SNAP-IN ON WINDOWS

January 11, 2024 0 comment 6.3K views


HOW TO USE SSH TO REMOTELY CONNECT TO WINDOWS 10 OR 11

December 7, 2023 1 comment 4.7K views


HOW TO DISABLE, ENABLE, AND MANAGE MICROSOFT DEFENDER USING POWERSHELL?

October 3, 2023 0 comment 2.6K views


SYSPREP WAS NOT ABLE TO VALIDATE YOUR WINDOWS INSTALLATION

September 29, 2023 3 comments 3.3K views


SYSPREP WINDOWS 10 AND 11 MACHINE: STEP BY STEP GUIDE

September 29, 2023 16 comments 3.5K views
View All


GROUP POLICY


ALLOW NON-ADMINISTRATORS TO INSTALL PRINTER DRIVERS

by Cyril Kardashevsky May 3, 2024 21 comments 5.4K views

By default, non-admin users cannot install printer drivers in Windows due to
insufficient privileges. Default Windows security settings require a user to
have local admin …


HOW TO DEPLOY PRINTERS TO USERS OR COMPUTERS VIA GROUP POLICY

April 11, 2024 5 comments 3K views


HOW TO ADD, EDIT AND REMOVE REGISTRY KEYS USING GROUP POLICY

March 6, 2024 7 comments 2.8K views


CONFIGURE NTP TIME SYNC USING GROUP POLICY

February 29, 2024 10 comments 3.7K views


THE PROCESSING OF GROUP POLICY FAILED

September 28, 2023 0 comment 2.5K views
View All


VMWARE


SHARED VMDK DISK BETWEEN MULTIPLE VMS ON VMWARE

by Cyril Kardashevsky October 20, 2023 5 comments 3.9K views

VMware allows you to share the same virtual disk (.VMDK file) between 2 (or
more) virtual machines running on different VMWare ESXi hosts or between …


HOW TO CONVERT THICK PROVISION LAZY ZEROED DISK TO THIN ON VMWARE ESXI?

May 18, 2023 0 comment 2.4K views


ENABLE AUTOSTART OF VMS ON VMWARE ESXI AND WORKSTATION

May 3, 2023 1 comment 2.4K views
View All


MISCELLANEOUS


FIX TRUST RELATIONSHIP FAILED ISSUE WITHOUT DOMAIN REJOINING

by Cyril Kardashevsky April 25, 2024 6 comments 3.5K views

A failed trust relationship between the workstation and the domain is a common
problem for AD administrators. When this problem occurs, the domain user can’t …

ADVERTISEMENT





HOW TO LOGIN WITH A LOCAL WINDOWS ACCOUNT INSTEAD OF DOMAIN ACCOUNT

April 4, 2024 2 comments 3.2K views


HOW TO ACTIVATE MICROSOFT OFFICE 2021/2019/2016 WITH KMS

February 1, 2024 0 comment 26.5K views


USING PSEXEC TO RUN COMMANDS ON REMOTE COMPUTERS

November 30, 2023 1 comment 2.6K views


FIX “USER PROFILE SERVICE FAILED THE SIGN-IN” ERROR ON WINDOWS

October 25, 2023 8 comments 3.5K views
View All


OUR LATEST POSTS:


 * HOW TO CHANGE IP ADDRESS OF DOMAIN CONTROLLER (DC)
   
   by Cyril Kardashevsky May 17, 2024 22 views
   
   Changing IP addresses on a corporate network may require to change IP address
   of domain controller (one or more). Responsible for authentication,
   authorization, DNS resolution on Windows networks, domain controllers …
   
   Read more


 * CONFIGURING ACTIVE DIRECTORY SITES AND SUBNETS
   
   by Cyril Kardashevsky May 16, 2024 2.3K views
   
   Active Directory Sites and Subnets allow you to represent the physical
   structure (topology) of your network and effectively manage replication
   between domain controllers. This article describes the creation and
   management …
   
   Read more


 * GET-SERVICE: CHECKING WINDOWS SERVICES STATUS WITH POWERSHELL
   
   by Cyril Kardashevsky May 16, 2024 3K views
   
   The built-in Get-Service PowerShell cmdlet can be used to get a list of
   Windows services, check their statuses, filter them by name or service
   status. Let’s learn how to use …
   
   Read more


 * ALLOW NON-ADMINISTRATORS TO INSTALL PRINTER DRIVERS
   
   by Cyril Kardashevsky May 3, 2024 5.4K views
   
   By default, non-admin users cannot install printer drivers in Windows due to
   insufficient privileges. Default Windows security settings require a user to
   have local admin permissions to install a driver. …
   
   Read more


 * HOW TO SPEED UP FILEZILLA FTP TRANSFERS
   
   by Brian Jackson May 3, 2024 2.3K views
   
   When using the FileZilla FTP client with the default settings, in some cases
   you may experience slow speed when uploading or downloading files. This guide
   will help you to optimize …
   
   Read more


 * HOW TO ADD PAUSE OR SLEEP TO A POWERSHELL SCRIPT
   
   by Cyril Kardashevsky April 27, 2024 181 views
   
   Pauses and delays in PowerShell scripts can be used when you need to wait for
   some external process to complete, event, or user response. The most common
   way to implement …
   
   Read more


 * FIX: UNABLE TO FIND A DEFAULT SERVER WITH ACTIVE DIRECTORY WEB SERVICES
   RUNNING
   
   by Cyril Kardashevsky April 25, 2024 2.3K views
   
   The most popular PowerShell module for managing Active Directory
   (RSAT-AD-PowerShell) accesses AD DS through Active Directory Web Service
   (ADWS) API interface running on the domain controller. If this service cannot
   …
   
   Read more


 * FIX TRUST RELATIONSHIP FAILED ISSUE WITHOUT DOMAIN REJOINING
   
   by Cyril Kardashevsky April 25, 2024 3.5K views
   
   A failed trust relationship between the workstation and the domain is a
   common problem for AD administrators. When this problem occurs, the domain
   user can’t login to their domain-joined computer …
   
   Read more


 * MOVING ACTIVE DIRECTORY COMPUTERS TO A DIFFERENT OU
   
   by Cyril Kardashevsky April 18, 2024 2.3K views
   
   By default, when you join a computer to the Active Directory domain, a new
   Computer object is created under the Computers root container. You can move a
   computer account from …
   
   Read more

 * 1
 * 2
 * 3
 * …
 * 24
 * 

Share FacebookTwitterPinterestEmail


 * Facebook
 * Twitter
 * Reddit

 * Privacy Policy
 * Contact Us
 * Sitemap

@2023 - TheITBros.com. Owned and operated by KARDASHEVSKIY K.B. FOP

 * Microsoft
   * Windows
   * PowerShell
   * Azure
   * Exchange
   * Active Directory
   * Sysprep
   * Windows Server
   * Office 365
   * IIS
 * Linux
   * Ubuntu
 * Internet
   * Outlook
   * Google
   * Browsers
   * Gmail
 * Others
   * VMWare
   * Proxmox
   * Kubernetes
   * Docker
   * SQL
   * Android
   * iPhone