PowerShell – Convert Decimal to Hex
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. …
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. …
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 …
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 …
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, …
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 …
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 …
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 …
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 …
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 …
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. …