PowerShell.exe arguments
You can use PowerShell.exe to start a Windows PowerShell session from the command line of another tool, such as Cmd.exe, or use …
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 …
Installs a .pfx file
Create and install a self signed SSL certificate (with the SelfSSL7 utility)
Unzip compressed files (without any external tool)
An example on how to read parameters from an ini file. Content of the ‘parameters.ini’ file
Standardized script to get NIC traffic stats for Nagios Monitoring NRPE Handler
I usually hate to agree with the detractors of Microsoft and uses often, because it’s right, the argument that Microsoft products are …
Pretty simple operation: just add this line in the hive of the web.config file for the application to trace Then, to access …
A common question is to know what is the difference between classic mode and integrated mode, introduced in IIS 7.x. Classic mode …
This one is really usefull. Open a ssh session and run commands from PowerShell with PLink… Love it!
This tool allows you to generate random keys for validation and encryption/decryption of the view state (and other purposes). It builds a …