PowerShell – Get Printer IP address and Port, Model information
In this article, I will explain how to get printer IP address and other printer properties like Portname, model, driver name, and printer status in …
In this article, I will explain how to get printer IP address and other printer properties like Portname, model, driver name, and printer status in …
Using the PowerShell `Get-PrinterProperty` cmdlet, it gets one or more printer properties for a specified printer. Here is the PowerShell command to get printer properties. …
PowerShell Get-ADGroupMember gets an active directory group members, members can be users, groups, or computers. To get ad group members displayname, we need to use …
The Get-ChildItem in the PowerShell cmdlet get items and child items in one or more specified location specified by the Path parameter. To get count …
What is an environment variable in Windows? How to print environment variables in PowerShell? Environment variables store information about the operating system environment information and …
More often system administrator has to get mapped network drives to get information about available network drives or remove mapped network drives if not required. …
In this quick article, I will explain how to count lines in a file and get a number of lines and words in the file …
Use the Get-ChildItem cmdlet in PowerShell to get items in one or more specific locations and the file size attributes to find the large size …
Very often, PowerShell administrators have to scan servers manually to see the performance issue with a server in the network. It might be possible that …
When the Ticket grant ticket (TGT) fails, it will log event Id 4771 log Kerberos pre-authentication failed. When the user enters his domain username and …