Latest Posts

Easy listing block devices using lsblk

Mastering the lsblk Command: A Guide to Block Devices

lsblk command list all available device or a block devices. Also read the sysfs filesystem and udev db togather information.
Expect RAM disks prints in tree format. lsblk –help will show list of options that can be used.

by default the NAME,MAJ:MIN,RM,SIZE,RO,TYPE,MOUNTPOINT columns will be listed. we can also customize the menus. The lsblk command will be very helpful while we adding / removing the disk, to check mounted filesystem of the disks.

Read More
Remove orphaned users and groups from legacy public folder ACL in Exchange

Remove orphaned users and groups from legacy public folder ACL in Exchange

Remove orphaned users and groups from legacy public folder ACL in Exchange
Posted on May 18, 2020 by Anandan
When you are doing the public folder migration (legacy to modern) chances are there for migration to get failed if the orphaned users (deleted users ) still being part of public folders

In these scenarios we must remove the orphaned users from the public folders for the successful public folder migration.

Read More

How to use VLOOKUP in Microsoft Excel

Easy way to learn VLOOKUP which is more essential during our analysis on comparing two or more tables.

For example, let us go by a real time scenario, In an Organization HR team want to know the employee work location

Read More
960x0

Office 365 – Leaver’s checklist

Every organisation has their own process and procedure in handling leavers accounts and their organisation provided assets.

Here in our experience we have seen few small companies struggling little bit in managing their leavers accounts/assets post to the user’s Last Working Day (LWD) which could led to stale entries or non-compliance or security breaches.

Hence we have outlined a basic sample leavers checklist that could be useful for organization who are in Active Directory & Office 365 suites on managing leaver’s acccount/assets

Read More

Microsoft Office Lens

Microsoft Office Lens is an impressive Android & iOS app which can turn your mobile phones into quick scanner.

This is one of the coolest app used little as office productivity app.

Hence here we going to see how to install, configure and use the app.

Read More
lvm

LVM – How to extend a partition using Logical Volume Manager

LVM – In this blog we are going to see how to extend a partition using the Logical Volume Manager(LVM)
The Logical Volume Manager (LVM) provides tools to create virtual block devices from physical devices. Virtual devices are easier to manage, flexible than the physical partitions.

LVM has the features like Extend / Reduce / migrate the partition. Volume Group (VG) can have more than one Physical Device, each called a Physical Volume (PV). In a VG, one or more LV’s can be created in the Volume Group.

Read More