Windows Application Behavior Analysis

…is a very critical part of setting up application for the enterprises according to their needs and infrastructure.  This is an highly untaught process and requires extreme attention and diligence.  Any incorrect analysis can cause you designing an incorrect architecture for your application infrastructure. So, I start explaining this skill with a question as What is Windows Application Behavior Analysis? Is a process of skillfully investigating into an application behavior to understand it’s launch and break points so to control the application behavior as per your needs. This activity saves big money for the IT essentially for the levels of […]

Read more

Windows PowerShell Features from Microsoft

Windows PowerShell Features from Microsoft This topic lists the Windows PowerShell features that are offered by Microsoft and provides links to descriptions of the features and to information about how to install them. These features enable you to use Windows PowerShell to administer, maintain, configure, and develop new features for Windows. Technology Description Links Windows PowerShell Core Describes the cmdlets, functions, and providers that are installed with Windows PowerShell. Includes Getting Started, User Guide, and About topics on features and the Windows PowerShell language. http://go.microsoft.com/fwlink/?linkid=108518 Windows PowerShell Cmdlets Gallery in Bing Visual Search A visual display of Windows PowerShell core […]

Read more

PS 1.0 Comparison and Containment Operators

Windows PowerShell Comparison Operators These operators work both with string and number based values assuming that you are comparing like with like (it is not meaningful, for example, to compare a string with numerical value). In terms of working with strings and characters, both case-sensitive and insensitive operators are supported.   Operator Description -eq Equal to (case insensitive) -ieq Equal to (case insensitive) -ceq Equal to (case sensitive) -ne Not equal to (case insensitive) -ine Not equal to (case insensitive) -cne Not equal to (case sensitive) -gt Greater than (case insensitive) -igt Greater than (case insensitive) -cgt Greater than (case […]

Read more