如何得知 windows ad 上的使用者dn 值
https://support.symantec.com/en_US/article.TECH241748.html
開啟cmd
Type the command: dsquery user -name <known username>
使用ldap admin 連結 結果如下

如何得知 windows ad 上的使用者dn 值
https://support.symantec.com/en_US/article.TECH241748.html
開啟cmd
Type the command: dsquery user -name <known username>
使用ldap admin 連結 結果如下

管理Google共用雲端硬碟 管理Google共用雲端硬碟
windows 11 常用指令 CHKDSK 命令檢查和修復磁碟錯誤 chkdsk <磁碟代號>: 系統檔案檢查程式 sfc /scanno
使用expect及 openssl 產生SSL 憑證簽署要求 每年都要製做tls 憑證 二十幾張, 此語法利用expect 產生私錀及憑證請求檔 #!/usr/bin/expect
ubuntu ufw ufw 簡易筆記 原則禁止,例外開放 ufw default deny 啟動ufw sudo ufw enable 關掉
centos 7 移机出現 dracut-initqueue timeout centos 7 移机出現 dracut-initqueue timeout 處理
利用expect script 查詢ap數量,再送到google sheet及line群組通知 利用expect script 查詢ap數量
vue.js components 多個組件的呈現 vue.js 組件 component
[vue.js] 動態的props 做parent-child components 雙向綁定 vue.js props components camel-case
臺中市雲端校務系統與Windows AD帳號整合(2) 安裝Active Directory網域服務
臺中市雲端校務系統與Windows AD帳號整合(9) 3-2 Linux上隨系統開機啟動服務 以Centos 7 發行版為例 請注意, 此時提供服務的主机為Linux, 所以
scratch 不重覆隨機取陣列值 隨機取數是在設計遊戲時, 很常用到的技巧 最簡單的就是使用運算積木裡的隨機取數範圍 但是, 如果我是想全部取出且不重覆,