powershell
content
- Add Dates in Powershell
- Add note property to object in pipeline
- Alias: a guide to powershell and aliases
- All Emoji returned by Emoji Module
- An issue with Powershell PSParser Tokenize
- Avoid 'access is denied' when using Powershell Remoting to Copy to a Shared Network Folder (i.e. Defeating Kerberos)
- Base64 Encode and Decode string
- Calculate sha256 filehash of a file
- Command Precedence in Powershell
- Convert Text Output into Pipeline Output
- Count distinct rows (in powershell)
- Count Files by Type
- Count lines of code with powershell
- Create dynamic custom objects
- Create profile
- Creating a record of all your powershell commands
- Date format in powershell
- Detect File Encoding (with Powershell)
- Determine the width of the console
- Difference between two dates (using powershell)
- Download a webpage to a file, from Powershell
- ErrorAction SilentlyContinue
- Find all fonts on your machine
- Find all the TODO's in a file or folder
- Find File Types in a Folder
- Find Files Older than X Days
- Find headings in markdown
- Find last boot time
- Find text (from powershell)
- For a new process to runas a different (admin) user from powershell
- Format number with padding
- Format-Table with Expressions
- Get a random number in Powershell
- Get Parts of a FileInfo object (such as FileName Without Extension)
- Get Powershell Tokens (i.e. for parsing/syntax highlighting)
- Get-Member is awesome
- Getting started with Powershell -- the first five minutes
- Group objects in powershell
- Here Strings
- Histograms in Powershell
- How can I tell which version of powershell I have?
- How Do I Get the Current Time or Current Date or TODAY in Powershell
- How Do I Get TODAY in Powershell
- How do you parse a date in powershell?
- How do you update a password via powershell (solved)
- How to call command line apps like a powershell pro
- How to completely remove a module
- How to convert between kilobytes megabytes gigabytes etc?
- How to count mercurial repositories (or git repositories)
- How to create a literal array in powershell
- How to determine password complexity rules (from powershell)
- How to do default parameter values in Powershell
- How to do the equivalent of "dir /w" in powershell?
- How to find how much free space is left on a drive
- How to find parts of a pathinfo object in powershell
- How to get the version attributes of a DLL using Powershell
- How to make a custom class
- How to pass an argument to a powershell script
- How to publish a module
- How to remove a package provider
- How to rename photos, using EXIF data (with powershell)
- How to turn a string into a FileInfo in Powershell
- In powershell you don't have 1 profile, you have 4 different ones
- Is this 64 or 32 bit PowerShell today?
- JSON: reading and writing JSON with Powershell
- Load or Save CSV with Powershell
- Match Operator Examples
- Maximum of two values (or minimum)
- Measure-Command is how to measure the time to run a command in powershell
- Module and Package Commands
- Multi line comments in powershell
- Operation is blocked by software restriction policies
- Parameters: general guide
- Parse a Powershell Comment block
- PATH: getting it, adding to it and managing it
- Pester: Getting Started with using Pester to test powershell
- Powershell 'out-file' set the encoding
- Powershell prompt
- PsGet Conflicts with PowershellGet
- Refresh environment variables
- Regex with powershell - only a few things you need to know to get you started
- Rename all files and folders to lower case
- Rename with Force
- Repeat every n seconds forever
- Replace a line in a file
- Resolve 502 error (proxy issue) when using Powershell Remoting
- Sample scripts for dumb or fun ideas
- See all console colors
- See Function Definition
- Show Folders FileCount Filtered For Folders with 500 Files
- Sleep for N Milliseconds
- Split file into named files
- Store and use password via secure string
- Test-Path is how you check if a file exists
- The
get-aduser
cmdlet is useful to get info about a user account - To elevate the prompt
- To Sort Unique
- To test if the current user is an admin
- Top 10 files by size, in all subfolders
- Tree
- Typical Chain of Actions in Powershell functions
- Use Get-Module to list all available modules (packages)
- Use Google Maps from the PowerShell
- Use Job to measure Processors
- Use Script Analyzer to Find Style Problems with your Scripts
- Verbs in Powershell - what is allowed and what are they for?
- Want to prompt user for credentials and then run a script on a remote machine?
- What is a module?
- Where is the current script running from?
- Which and Which+
- Who is using each port?
- Write-Host considered Harmful, so what should we do?