默认分类 群辉NAS 使用第三方硬盘 Setting up a new 2025 or later plus model with only unverified HDDs Credit to Alex_of_Chaos on reddit DSM won't install on a 2025 or later series plus model if you only have unverified HDDs. But we can get around that. Start telnet by entering http://:5000/webman/start_telnet.cgi into your browser's address bar. Replace with the IP address of the Synology NAS. Open a telnet client (powershell, PuTTY etc) on your computer and connect to the Synology with 'telnet `. Replace with the IP address of the Synology NAS. Log into telnet with: root for the login 101-0101 for the password Execute the following command: (using a while loop in case DSM is running in a VM) while true; do touch /tmp/installable_check_pass; sleep 1; done Refresh the web installation page and install DSM. Then in the telnet window, or via SSH, execute the following command: /usr/syno/bin/synosetkeyvalue /etc.defaults/synoinfo.conf support_disk_compatibility no If Storage Manager is already open close then open it, or refresh the web page. If refreshing the page or restarting Storage Manager is not working, try restarting your Synology NAS. You can now create your storage pool from Storage Manager. 硬盘兼容列表修改: 在群晖控制面板找到终端命令勾选SSH,使用连接工具或Windows操作 ssh登录到群晖 1、windows运行cmd 2、输入:ssh管理员账号@群晖IP地址(ssh p@10.168.4.16)回车 3、sudo -i 4、输入vi /etc.defaults/synoinfo.conf 5、按i进入编辑模式 6、找到support_disk_compatibility="yes" // =>把yes改成no 就是关闭硬盘验证 7、重启群晖:reboot 阅读全文 2025-09-27 丿记性不太好丶 0 条评论 284 次浏览
默认分类 如果第三方业务系统为匿名,需要外发到不同的域中,需要开启连接器匿名转发 去除匿名中继的权限(去除仿冒内部邮件地址) Get-ReceiveConnector "Internet Receive Connector" | Remove-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient" 允许匿名中继 Get-ReceiveConnector "Internet Receive Connector" | add-ADPermission -User "NT AUTHORITY\ANONYMOUS LOGON" -ExtendedRights "Ms-Exch-SMTP-Accept-Any-Recipient" 阅读全文 2025-09-27 丿记性不太好丶 0 条评论 260 次浏览
Exchange 强制使用新版OWA 地址栏输入:https://127.0.0.1/ecp/?ExchClientVer=15/ 阅读全文 2025-09-27 丿记性不太好丶 0 条评论 267 次浏览
Exchange EX关机开机顺序 关机: 看DAG在哪一台,先关不是DAG的那一台,然后再关DAG指向的那一台,然后关边缘 然后AD2 然后AD1 。 开机的话:先开AD1 然后AD2 然后Exchange 先关的后开,然后边缘 阅读全文 2025-09-25 丿记性不太好丶 0 条评论 278 次浏览
默认分类 AD 域DFS同步卡住的情况 在ADSI编辑器中定位到CN=SYSVOL Subscription msDFSR-Enabled 关掉 重启 netlogin和AD服务 ,然后再改成true 重启AD服务和netlogin即可 阅读全文 2025-09-21 丿记性不太好丶 0 条评论 268 次浏览