Skip to content

ShellGeek

  • Home
  • PowerShell
  • PowerShell Tips
  • Docker
  • Microsoft Services
    • Office 365
    • Microsoft 365
    • Outlook
  • About Us

PowerShell Tips

PowerShell Get computer Domain Membership

April 14, 2024August 30, 2021 by shelladmin

As a system administrator, we need to install application on remote computer on the domain. As a best practice its good to get computer domain …

Read more

PowerShell – Create Directory If Not Exists

April 14, 2024August 30, 2021 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

April 14, 2024August 30, 2021 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

April 14, 2024August 30, 2021 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

April 14, 2024August 30, 2021 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

Newer posts
← Previous Page1 … Page4 Page5

Recent Posts

  • How to View Docker Container Logs
  • How to Remove a Docker Container
  • How to Stop a Running Docker Container

Footer

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