UCS 設置 uplink manager_VLAN修剪
如下图步骤操作
aruba clearpass立即同步AD緩存
如下图操作,马上刷新AD缓存
exchange server 强制更新通讯录
————-客戶端強制更新方式————–Outlook通訊錄默認情況需要2~3天同步通訊錄,可以使用下列方式立即刷新通訊
關閉outlook,打開下列文件夾%userprofile%\AppData\Local\Microsoft\Outlook\Offline Address Books\
刪除文件夾下所有文件
————-服務端強制更新方式—————————————————管理員下powershell,并導入exchange模組
Get-GlobalAddressList | Update-GlobalAddressList
Get-OfflineAddressBook | Update-OfflineAddressBook
Update-GlobalAddressList -Identity 預設全域通訊清單
Get-ClientAccessServer | Update-FileDistributionService
exchange 設置郵箱容量大小
設置郵箱容量大小
Set-Mailbox sanzhang -IssueWarningQuota 45gb -ProhibitSendQuota 49gb -ProhibitSendReceiveQuota50gb -UseDatabaseQuotaDefaults $false
IssueWarningQuota 表示警告大小
ProhibitSendQuota 表示禁止发送大小
ProhibitSendReceiveQuota 表示禁止发送和接收大小
UseDatabaseQuotaDefaults 表示是否遵从所在数据库的默认配置
查詢容量大小
Get-Mailbox sanzhang | flIssueWarningQuota,ProhibitSendQuota,ProhibitSendReceiveQuota,UseDatabaseQuotaDefaults
IssueWarningQuota 表示警告大小
ProhibitSendQuota 表示禁止发送大小
ProhibitSendReceiveQuota 表示禁止发送和接收大小
UseDatabaseQuo ...
qcow2虚拟磁盘映像转化为vmdk
qcow2虚拟磁盘映像转化为vmdk
用于linux 虚拟机转换到vmaware virtual box 虚拟机
Software
QEMU emulator version 1.7.0
IntroductionSince we use VmWare in my company, I started to play with it myself. Being slightly lazy I wanted to reuse some of my KVM images and run them directly in Vmware. Fortunately the process is dead easy.
qemu-img convert -f qcow2 file.qcow2 -O vmdk file.vmdkqemu-img convert -f qcow2 C:\download\rhce考试环境\images\rh254-classroom-vda.qcow2 -O vmdk c:\tmp\rh254-classroom-vda.vmdk
The same with the ...
ubantu 14.0 更换源为阿里源
国内源速度比较快
12345678910111213141516deb http://mirrors.aliyun.com/ubuntu/ xenial main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-security main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-updates main restricted universe multiverse deb http://mirrors.aliyun.com/ubuntu/ xenial-backports main restricted universe multiverse ##测试版源 deb http://mirrors.aliyun.com/ubuntu/ xenial-proposed main restricted universe multiverse # 源码 deb-src http:// ...
windows 下同步时间的几种方法
windows 立即同步時間w32tm /resync3、显示目前服务器指定的外部时间源w32tm /query /source
2.設置同步服務器來源w32tm /config /manualpeerlist:”10.2.22.254” /syncfromflags:manual /reliable:yes /updatew32tm /config /manualpeerlist:”time.pool.aliyun.com” /syncfromflags:manual /reliable:yes /update显示本地时间与目的时间的时间差w32tm /stripchart /computer: time.pool.aliyun.com /samples:30 /dataonly
time.pool.aliyun.com3、显示目前服务器指定的外部时间源w32tm /query /source ...
使用Powershell導出AD組成員
get-adgroupmember vpn |get-aduser -properties * |ft samaccountname >> D:\test.csv
使用RUNASPC让一般使用者安装软体
目的:让非管理员用户以管理员权限安装运行原件,密码是保存在证书文件中的
SOP http://www.robotronic.de/guidance.html
使用方法
双击运行runaspc,生成加密证书
blob.png建立捷径或批处理 使runaspc.exe 引用证书文件并运行,runaspc的命令请在cmd下?
如 :\KSDC\share\常用軟體\00.一般員工用\軟體\RUNASSPC\runasspc.exe /cryptfile:”\KSDC\share\常用軟體\00.一般員工用\軟體\SAPGUI安裝\crypt.spc” /quiet
修復linux 文件系統
當linux主機非法關機或突然斷電造成文件系統損壞時,可使用下列命令修復
修復完成后重新啟動即可
fsck -f /