Dino9021
技術記事與生活
2025-08-20
Restrict unassigned users from logging into ChatGPT Team via Microsoft Entra SSO
›
ChatGPT Team support SSO with detailed setup instructions. However, this version does not support SCIM provisioning. To restrict unassigned ...
Setting up MFA for a Microsoft Entra shared account
›
Microsoft Entra admin center => Entra ID - Authentication methods => Software OATH tokens => Set Include groups (this step might n...
2025-08-13
Public DNS with Benefit
›
AdGuard DNS(無過濾功能): 94.140.14.140 94.140.14.141 AdGuard DNS(攔截廣告、跟蹤器和釣魚網站) 94.140.14.14 94.140.15.15 AdGuard DNS(攔截廣告、跟蹤器、釣魚網站和成人內容的網站) 94.1...
2025-08-11
Split and Merge Sheng-Bo MailStore for SQL DB
›
It's not a popular Software / Application. You may not need it. First : SplitDB.vbs (Run on MailStore Server) => Split DB by day wit...
2025-07-30
Block Auth Failed IPs for Exchange
›
$UnBlockIPURL 是一個給 User 自行解鎖 IP 的清單,要另外處理 此處不提供與介紹 # in Hours $BlockTime = 720; $RuleGroupName = "ExchangeAuthFailBlockIPs" $RuleS...
Export SharePoint Files with Path hierarchy
›
利用 Invoke-RestMethod 透過網址下載 需要具有 Site 管理權限 搭配 Junction 避免路徑過長的問題 如果還是過長,要再另外處理 注意非黑色文字的變數與執行細節 ExportSharePointSiteTriggler.ps1 $Finalize =...
2025-06-06
Outlook 不顯示人員的 Teams 上線狀態
›
HKEY_CURRENT_USER\Software\IM Providers Name: DefaultIMApp Type: REG_SZ Data: Teams Reference: https://learn.microsoft.com/en-us/microsoftte...
2025-05-26
[PHP] Check if Client IP within CIDR
›
if (!empty($_SERVER['HTTP_CLIENT_IP'])) { $ip = $_SERVER['HTTP_CLIENT_IP']; } elseif (!empty($_SERVER['HTTP_X_FORWA...
2025-04-30
PHP 陣列 index 與 value 改小寫
›
$Array['INDEX'] = 'VALUE'; // index $Array = array_change_key_case_recursive($Array ,CASE_LOWER); // value $Array = array_ma...
2025-04-28
URL Parsing by PowerShell
›
URL Parsing by PowerShell $URL = "https://api.contoso.com/level1/level2/Script.php?index=1&page=2&content=3"; $URI = [Syst...
›
首頁
查看網路版