PowerShell CheatSheet – Give some colors to your output
To improve readability and to easily differentiate the items returned by the script to the user, the usage of color in the …
To improve readability and to easily differentiate the items returned by the script to the user, the usage of color in the …
How to add an help section/function to your own powershell scripts. Here we are: you can add comment based help either to …
Here are the supported hotkeys by the PowerShell console Hotkey Explanation Up arrow Scan backward through your command history. Down arrow Scan …
Want to make the PS Console your own? Colors Turns the console’s background Turns the characters color Gets back the default colors …
When surrounded by single quotes, PowerShell accepts these characters as written.
Here’s a list of HTTP status codes 1xx Informational 2xx Success 3xx Redirection 4xx Client error 5xx Server error 1xx Informational 100 …
This bulletin summary lists security bulletins released for October 2012. With the release of the security bulletins for October 2012, this bulletin …
Not all, but the most usefull (and used) automatic variables.
Here is a regular expression list . matches any character except newline \ escape character \w word character [a-zA-Z_0-9] \W non-word character …
You can use PowerShell.exe to start a Windows PowerShell session from the command line of another tool, such as Cmd.exe, or use …
To check if a condition is true (or false…) one of the key is to compare values. Here are the most common …
Here are the PS loop operators As you can see, there is not really one type of loop faster than another. So …
Here’s some common and usefull CMD to PS equivalents MS-DOS command PowerShell Equivalent Explanation xxx /? Get-Help xxx –full Displays the help …
The COM threading model is called an “apartment” model, where the execution context of initialized COM objects is associated with either a …
Microsoft® Script Explorer for Windows PowerShell® (Release Candidate) helps scripters find Windows PowerShell scripts, snippets, modules, and how-to guidance in online repositories …