1. 查看新硬盘 首先,确认新硬盘是否被系统识别: lsblk或者:fdisk -l 如果看到新硬盘 /dev/sdb,说明系统已经识别到新的存储设备。 2. 创建 LVM 物理卷(PV) 将新硬盘 /dev/sdb 格式化为 LVM 物理卷:pvcreate /dev/sdb 可以使用以下命令检查物理卷是否创建成功:pvdisplay 3. 扩展现有的卷组(VG)…
How to hide users from GAL if they are AD Connect synchronized
Since the Exchange Online attribute msExchHideFromAddressLists is an AD on-premises parameter, we have two possible ways hiding user in BME from GAL. Modify the AD Connect for your teant with a custom rule, by using a extensionAttribute to set the HidefromGAL. In this rule, for users which have an entry in the extensionAttribute, hiding / un-hiding will […]