Skip to content

ShellGeek

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

PowerShell

PowerShell – Refresh Environment Variables

April 14, 2024June 24, 2022 by shelladmin

To refresh the environment variables in PowerShell, retrieves the environment variables and assign them $Env:Path to reload the environment variable path in the PowerShell. After …

Read more

PowerShell Get File Extension

April 14, 2024June 22, 2022 by shelladmin

File extension or filename extension is a suffix to the computer file that comes after the period eg.. (.ps1,.txt,.exe). In PowerShell to get a file …

Read more

PowerShell – Convert XML to CSV File

April 14, 2024June 22, 2022 by shelladmin

Using the Export-CSV and ConvertTo-CSV cmdlets in PowerShell, you can convert XML file to CSV file. XML (Extensible Markup Language) is a markup language similar …

Read more

PowerShell Split File in smaller files

April 14, 2024June 22, 2022 by shelladmin

PowerShell has multiple modules for file manipulation. It has a File-Splitter module which is used to split file into smaller files based on file size. …

Read more

PowerShell File Attributes – Get File Attributes

April 14, 2024June 21, 2022 by shelladmin

To get file attributes in PowerShell, you can use Get-ChildItem or Get-Item cmdlets. It returns the file attributes or properties available on the specified files. …

Read more

PowerShell Export-CSV with Date in FileName

April 14, 2024June 21, 2022 by shelladmin

The Export-CSV cmdlet in PowerShell is used to create a CSV file from the object passed to it and export CSV to the specified location …

Read more

PowerShell Get-ChildItem – Get Full Path of Files in Directory

April 14, 2024June 21, 2022 by shelladmin

Use the Get-ChildItem cmdlet in PowerShell to get the full path of the file in the current directory. Get-ChildItem returns one or more items from …

Read more

PowerShell – Get the Last Modified File in the Directory

April 14, 2024June 21, 2022 by shelladmin

To get the last modified file in the directory using PowerShell, use the Get-ChildItem cmdlet to get the items from the directory and use the …

Read more

How to get the File owner using PowerShell

April 14, 2024June 21, 2022 by shelladmin

To get the file owner using PowerShell, pass the file path to the Get-Acl cmdlet in PowerShell. Get-Acl cmdlet returns information about the file which …

Read more

Convert LastLogonTimestamp to Date in Sql

April 14, 2024May 20, 2022 by shelladmin

The LastLogonTimeStamp attribute of the Active Directory stores the last logon timestamp value in the System.Int64 data type format. This timestamp is the number of …

Read more

Older posts
Newer posts
← Previous Page1 … Page33 Page34 Page35 … Page40 Next →

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