Dino9021

技術記事與生活

2023-12-12

40號桌。

›
40號桌。 在等待慣性遲到的她抵達之前,先見到的竟是我相依為命的母親。母親在那套著縫縫補補椅套的桌前坐了下來,我問:「待會兒她來了,妳是要去樓上吃飯還是先回家?」母親眼睛咕溜溜地轉了一下,停了半晌:「我先回去好了。」登時心中五味雜陳:『我沒有趕妳回去的意思呀。』 就在母親起身時,...
2023-08-30

PowerShell Script to Change Public IP Address of VM on Azure

›
需搭配  Connect-AzAccount with Saved Encryped Credential in Powershell  實現自動化 Param (      [String]$VMName = '' ); if ($VMN...
2023-08-28

PowerShell 取得 UTF-8 中英文夾雜之字串長度

›
  $StringLength = 0; foreach ($Word in ($String -Split '')) { if ([System.Text.Encoding]::UTF8.GetByteCount($Word) -gt 1) { ...
2023-07-18

PowerShell Escape HTML Code UrlEncode

›
PowerShell Escape HTML Code UrlEncode  [URI]::EscapeUriString($URL);
2023-02-20

指定 PowerShell AD Command 作用的 Domain Controller

›
 $PSDefaultParameterValues=@{    "*-ADGroupMember:Server"="DC01.Contoso.com" } Add-ADGroupMember -Identity "GroupNa...
2022-10-06

Enable support for TLS 1.2 for Microsoft Cloud Service (Exchange、AVD、Teams....etc.)

›
近幾個月微軟更新雲端服務,幾乎各種連線都開始只支援 TLS 1.2 如果還沒更新或開啟的話就會出現各種連不上、帳號驗證失敗等等問題 參考微軟說明開啟即可 Update to enable TLS 1.1 and TLS 1.2 as default secure protocol...
2022-10-04

Store Birlocker Recovery Password To AD via GPO and Powershell

›
Computer Configuration (Enabled) => Policies => => Windows Settings => => => Scripts => => => => Startup =>...
2022-10-03

Deal with Azure Virtual Desktop FSLogix failed to attach user profile disk (Open File)

›
User 在登入 Azure Virtual Desktop 的時候出現無法掛載 User Profile Disk 的問題 經過檢查該 User 沒有任何殘留的 Session 在同一個 Host Pool 的任何一台 Session Host 上 思考方向是 User Pro...
2022-09-29

Password Recover for Remote Desktop Connection Manager (RDCM 密碼找回)

›
把 RDCMan.exe Copy 並變更副檔名為 dll => RDCMan.dll PowerShell 指令: Import-module [Path]\RDCMan.dll 用純文字編輯軟體 (ex: Notepad、Notepad++) 開啟儲存的 RDCM.rd...
2022-09-27

Apache 圖片網址根據解析度 Rewite

›
Line Bot 發送圖片需要有各種解析度的 URL 但若要產生各種解析度的圖片會耗費太多時間造成 Timeout 所以直接寫 Rewrite 到最高解析度的圖片 URL 就好 寫在 Virtual Host 段 如果有多個不同路徑都會用到相同功能可以寫多個 Directory ...
‹
›
首頁
查看網路版
技術提供:Blogger.