Dino9021

技術記事與生活

2020-12-30

Azure Note: ADDS integrated Azure File Share with Private Endpoint

›
 ADDS integrated Azure File Share 1. Azure vNet DNS set to ADDS DNS 2. Add Private DNS zone (Or Auto Create in Step 3.2.3) 2.1 Named: priv...
2020-12-28

PowerPoint 存成圖片檔的解析度調整

›
PowerPoint 很小氣,預設輸出圖片只有 1280x720 如果需要輸出高解析度的話必須要修改註冊機碼 微軟說明在此: https://docs.microsoft.com/en-us/office/troubleshoot/powerpoint/change-export...
2020-12-25

Powershell Password Generator

›
$Password =  ("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz".tochararray() | sort {Get-Random})[0..15] -join ...
2020-12-22

Azure WVD 攻略筆記

›
只是重要設定備忘筆記,尚未分類整理
2020-12-21

Copy VM Disk on Azure

›
$ResourceGroup = "ResourceGroupName" $SourceDiskName = "SourceDiskName" $TargetDiskName = "TargetDiskName" $So...
2020-12-11

Apache .htaccess 去除網址最後一個元素

›
傳 imagemap Message Type 的圖片 URL 給 Line 的時候 Line 會用 https://xxx/Path/To/image.png/1040 取代 https://xxx/Path/To/image.png 由於我只要提供一張圖片而已不區分解析度,所...
2020-12-10

PowerShell Save Credential to file for futher use

›
Section 1: Create Password File # Get Password $PassWord =  Read-Host -Prompt 'Please Enter Password'; # Convert to System.Security....
2020-12-08

取得 AD 群組成員階層結構 Get AD Group Members Hierarchy

›
先參考這篇  取得 AD 群組成員的指令 Group Members List   本篇為進階用,產生報表用 #------------------------------------------------------- $OUFileter = 0 $UserOU = ...

Integrated Windows Authentication with Apache 2.4 on Windows

›
Download mod_authnz_sspi from Here  (The ApacheHaus US) Uncompress it and copy  mod_authnz_sspi.so to Apache\modules Add Configuration in ...
2020-12-01

快速調整 User Profile Disk 磁碟與分割區大小

›
快速調整 User Profile Disk 磁碟與分割區大小 紅色部份為應調整參數 $ExtendDiskSize = 16 ; #in GB $DiskPartCommandFileName = ((Get-Location).Path + '\DiskPartC...
‹
›
首頁
查看網路版
技術提供:Blogger.