Exchange Server导出用户邮箱地址
使用 -ResultSize Unlimited 参数来获取所有用户数据,并使用UTF-8编码导出CSV文件,避免导出所有用户数据产生的乱码问题。 Get-User -ResultSize Unlimited | Select-Object DisplayName, UserPrincipalName, OrganizationalUnit, Na…
甲骨文ARM DD Debian11
DD系统 新建实例时选 ubuntu 20.4,非 mini 版! curl -fLO https://raw.githubusercontent.com/bohanyang/debi/master/debi.sh && chmod a+rx debi.sh sudo ./debi.sh --cdn --network-consol…
甲骨文AMD DD Debian11
DD系统 新建实例时选 ubuntu 20.4,非 mini 版! bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -a -firmware -p password 设置…
Debian 10 更改时区
检查当前时区 timedatectl 如下面的输出所示,当前系统的时区为:"Asia/Shanghai“ root@debian:~# timedatectl Local time: Tue 2021-08-03 22:25:01 CST Universal time: Tue 2021-08-03 14:25:01 UTC RTC time: T…