#PSTip Get the path to x86 special folders
Note: This tip requires PowerShell 2.0 or above. Using the System.Environment+SpecialFolder enumeration we can retrieve a list of all paths to system special folders.
Read MoreNote: This tip requires PowerShell 2.0 or above. Using the System.Environment+SpecialFolder enumeration we can retrieve a list of all paths to system special folders.
Read MoreNote: This tip requires PowerShell 2.0 or above. Since Windows Vista, the operating system is shipped with a ton of additional event logs and providers, some of them are present on the system but are not enabled.
Read MoreSay you have a number like: 133903155, how quickly can you digest it? It’s much easier to read when it’s formatted as 133,903,155.
Read MoreNote: This tip requires PowerShell 2.0 or above. Each time you execute a command in Windows PowerShell, the command is remembered and can be fetched by using the Get-History cmdlet or by using the the up/down arrow keys.
Read MoreNote: This tip requires PowerShell 2.0 or above. One of the annoyances I’m facing when working with Event logs is navigating and finding a log that is buried a few levels down the logs tree.
Read MoreYou want to be able to check and allow only date and time strings that are in a specific date time format pattern.
Read More