Windows PowerShell – Basic Constructs

Windows PowerShell is a powerful scripting language and an indispensable platform developed by Microsoft, and meant to be designed mainly for system administration. PowerShell is also helpful for IT professionals to configure, maintain and automate the system through a single interface. PowerShell is built on Windows .NET framework and can be embedded in other applications […]

Continue Reading

Windows PowerShell Technique: Obtain Network Data

In order to connect to any local area network (LAN), the first thing every computer requires is the Network Adapter or a Network Interface Card. A network interface card is a computer hardware device that connects a computer to a computer network. Below, we’re going to discover almost all information regarding the connected network adapter; […]

Continue Reading

Windows PowerShell Technique: Get CPU Information

Window PowerShell is indeed the richest and the most powerful tool to retrieve simple to complex information about your entire computer system. In this article we are going to walk you through a handful of PowerShell cmdlets to find out processor information on your computer. The beauty of Windows PowerShell is that it can be […]

Continue Reading

Windows PowerShell Technique: Get Hard Drive Information

Windows PowerShell is a command-line shell for Microsoft Windows that is mostly used for system administration. It uses cmdlets (commandlets) that are .NET classes to perform simple to complex administrative tasks. It can access Component Object Model (COM) and Windows Management Instrumentation (WMI) for local, as well as remote administration. PowerShell can also be embedded […]

Continue Reading

LotusScript Technique: Show Multiple Lines Of A View Rows Based On A Multi-Line Value Field.

Notes doesn’t provide a simple way to show a multi-line rows based on a field or column which has multiple rows. There’s a work-around though, a bit tricky but works the perfect way. Let’s give it a whirl!!! In the View Properties box: From the 3rd tab, Set a number for “Height” value under Rows […]

Continue Reading

Create Online Meeting in Laravel with Zoom API

The COVID-19 outbreak has unprecedentedly impacted countries around the world particularly during the last six-odd months. As the corona virus (COVID 19) pandemic continues to spread, the world is changing the way it previously used to embrace. During the last six months the internet traffic has tremendously increased. Demand has skyrocketed for several online services. […]

Continue Reading

Get All Users From The ACL Of A Notes Database

HCL Notes (formerly IBM Notes) provides access to ACL through a pretty useful dialog window under Notes Client. The authorized user can perform several actions like viewing existing database users, their access levels and assigned roles. They can add and remove users and grant rights and roles to them as per the requirements. Viewing and […]

Continue Reading
Regular Expression

Regular Expression Techniques: Simplified Examples

Regular expressions provide a short and flexible means for identifying particular text; characters, words, or patterns of characters. You can extract emails, proxies, IP addresses, phone numbers, home addresses, HTML tags, URLs, links, dates, and what’s not? Regular Expression is a language of its own. Whatever programming languages you have already learnt, will help very […]

Continue Reading