Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • About Us
  • Contact

shelladmin

PowerShell – Convert Decimal to Hex

by shelladmin

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

Read more

Find AD Groups I am member of

by shelladmin

If you want to find out what AD group am I in or members of ad groups, there are different ways to get active directory …

Read more

How to remove mapped network drive using PowerShell?

by shelladmin

Using PowerShell and cmd in Windows Systems, you can remove mapped network drive. PowerShell Remove-PSDrive cmdlet used to remove mapped network drive in PowerShell and …

Read more

Get-ADOrganizationalUnit in Active Directory – PowerShell

by shelladmin

PowerShell Get-ADOrganizationalUnit cmdlet gets one or more active directory Organizational Unit (OU). Get-ADOrganizationalUnit Filter parameter gets multiple OU based on search criteria. In this article, …

Read more

Net User – Create Local User using CMD Prompt

by shelladmin

Net User command-line tool used to add or modify user accounts, manage user groups in Windows. I will explain how to create local user account …

Read more

PowerShell tail- Get last lines of the file

by shelladmin

Very often Administrators has the task to monitor log file like windows log file, iis log, error log, firewall log file and get last x …

Read more

Net User Command – Manage User Accounts from cmd

by shelladmin

The Net User command is a Windows command-line utility that allows you to manage Windows server local user accounts or on a remote computer. The …

Read more

PowerShell – How to Get File Creation Date

by shelladmin

Very often System administrator has to work with file and folder operations to get file creation date timestamp, filename to extract all information in CSV …

Read more

Stop-Process – Kill Proces using PowerShell

by shelladmin

Stop-Process PowerShell cmdlet stops the process if running. You can kill the process if running using the process name, process Id (PID), or process object …

Read more

Quser to Get List of Users Logged on Server

by shelladmin

QUser command gets logged-in users on the local as well as remote computer and displays their information like username, session name, state, and Logon Time. …

Read more

Older posts
Newer posts
← Previous Page1 … Page30 Page31 Page32 … Page36 Next →

Recent Posts

  • PowerShell – Get AD Group Members and list of Users
  • Convert Timestamp to Date in PowerShell
  • PowerShell Compare Files Modified Date and Creation Dates

Footer

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