Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Docker
  • Microsoft Services
    • Office 365
    • Microsoft 365
    • Outlook
  • About Us

PowerShell Get Filename Without Extension

April 14, 2024September 8, 2023 by shelladmin

While working with files in the Windows Operating system, often we have a requirement to get a filename without extension. Using PowerShell, it’s easy to …

Read more

List all Domain Controllers in Domain

April 14, 2024September 8, 2023 by shelladmin

Get-AdDomainController cmdlet in PowerShell is used to get a list of domain controllers in the Active Directory. The Get-AdDomainController gets the domain controller specified by …

Read more

PowerShell – Convert Decimal to Hex

April 14, 2024September 8, 2023 by shelladmin

To convert decimal to Hex in the PowerShell app, use ‘{0:x}’ -f to format strings by using the format method of string objects and decimal …

Read more

Set-ADObject – Modify Active Directory Object Properties

April 14, 2024September 8, 2023 by shelladmin

The Set-ADObject cmdlet in Active Directory modifies the properties of an Active Directory object. You can modify commonly used property values using Set-ADObject cmdlet parameters …

Read more

Event Id 4624 – An account was successfully logged on

April 14, 2024September 8, 2023 by shelladmin

Event Id 4624 is generated when a user logon successfully to the computer. This event was written on the computer where an account was successfully …

Read more

Get Domain name using PowerShell and CMD

April 14, 2024September 8, 2023 by shelladmin

In a large organization, it very quite common to have many domain and child domain names. While performing task automation for a set of computers …

Read more

Get-FileHash in PowerShell- Get Hash of File

April 14, 2024September 8, 2023 by shelladmin

Very often, I need to perform MD5 checksum for files downloaded from the internet or received from the sender to check file transferred is correct, …

Read more

Set-AdUser – Modify Active Directory Users with PowerShell

April 14, 2024September 8, 2023 by shelladmin

Very often Admin has to update the Active Directory user’s properties manually. This process can be time-consuming. PowerShell Active Directory module provides Set-AdUser cmdlet to …

Read more

PowerShell Find file (Search for Files using Get-ChildItem)

April 14, 2024September 8, 2023 by shelladmin

The Get-ChildItem cmdlet in PowerShell is used to get items in one or more specified locations. Using Get-ChildItem, you can find files. You can easily …

Read more

Dsquery Command – Query Active Directory

April 14, 2024September 8, 2023 by shelladmin

Dsquery is a command-line tool that is available on Windows Server and available if Active Directory Domain Services (AD DS) is installed. Dsquery is used …

Read more

Older posts
Newer posts
← Previous Page1 … Page15 Page16 Page17 … Page55 Next →

Recent Posts

  • How to View Docker Container Logs
  • How to Remove a Docker Container
  • How to Stop a Running Docker Container

Footer

  • Home
  • About Us
  • Dsquery
  • Contact
  • Privacy Policy
  • Terms and Conditions
Copyright © 2025 ShellGeek All rights reserved