Skip to content

ShellGeek

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

PowerShell Tips

PowerShell – Create Directory If Not Exists

by shelladmin

While doing folder based operation in PowerShell script file, it’s very common practice to check if directory exists and create directory if not exists. If …

Read more

PowerShell – Check If File Exists

by shelladmin

While doing file based operation in script file, its very common practice one should follow to check if file exists on specified location or not. …

Read more

PowerShell – Delete File If Exists

by shelladmin

PowerShell has Remove-Item cmdlet used to delete one or more items. These items can be files, folders, variables, registry keys, functions, and aliases. Using PowerShell …

Read more

Pass Multiple Parameters to Function in PowerShell

by shelladmin

Function, in general, contains code to perform certain tasks and return a value. Functions are mostly used to reuse the functionality. In PowerShell function contains …

Read more

PowerShell – mkdir to create directory

by shelladmin

As a system administrator, we know a few of the popular commands of command line like md, mkdir, rmdir, etc.. to work with folders in …

Read more

Newer posts
← Previous Page1 … Page4 Page5

Recent Posts

  • Outlook Logging – Enable Logging for Troubleshooting
  • PowerShell Stop-Process – How to Kill Process If Running
  • Get-AdUser – Find and Export Active Directory Users

Footer

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