Skip to content

ShellGeek

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

shelladmin

Export-CSV – Export to CSV file in PowerShell

by shelladmin

PowerShell Export-CSV cmdlet converts objects in CSV (comma-separated value) text and save as CSV file. Export-CSV cmdlet is available in Microsoft.PowerShell.Utility PowerShell module creates a …

Read more

Get-AdUser Filter Examples

by shelladmin

Get-AdUser cmdlet uses to get one or more active directory users, use Get-AdUser filter or LDAPFilter parameters to search effectively for Ad users with PowerShell. …

Read more

Difference between Active Directory LastLogon and lastLogonTimestamp

by shelladmin

In an organization, PowerShell active directory contains an account for every user. Over the period of time, employee leave the organization, these account sometime may …

Read more

ErrorAction Parameter |ErrorVariable Parameter in PowerShell

by shelladmin

If you are having prior software development experience, for exception handling we generally use PowerShell Try-Catch-Finally block. PowerShell also support try-catch-finally block to handle or …

Read more

Using PowerShell – IIS Get list of Websites

by shelladmin

The Get-IIS cmdlet in PowerShell gets the IIS websites. You can specify the Name parameter to get IIS site information like the IIS website name, …

Read more

PowerShell Execute Script With NoProfile Parameter

by shelladmin

In this quick article, I will explain how to execute script with NoProfile parameter in PowerShell. You can use NoProfile parameter of PowerShell.exe to start …

Read more

$PSScriptRoot in PowerShell – Get full path of executing script

by shelladmin

$PSScriptRoot automatic variable in PowerShell Contains the full path to the script that uses $PSScriptRoot variable in the script or command. $PSScriptRoot is one of …

Read more

PowerShell script is not digitally signed

by shelladmin

When we download the PowerShell script from the internet and try to run it on the local system using PowerShell, it throws an exception as …

Read more

PowerShell – List Files in Directory

by shelladmin

In one of my recent tasks, I have to deal with files and folder-based operations on a local system. File or folder-based operation is a …

Read more

PowerShell – Get Printer IP address and Port, Model information

by shelladmin

In this article, I will explain how to get printer IP address and other printer properties like Portname, model, drivername, and printer status in PowerShell. …

Read more

Older posts
Newer posts
← Previous Page1 … Page28 Page29 Page30 … 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