搜尋此網誌

2016年12月14日 星期三

outlook 2010無法顯示圖片

outlook 2010收到的email內容圖片不會顯示,只顯示一個框框(不是紅色的XX那種),但列印預覽卻又會出現,copy/paste到別的檔案也會出現,是發生了什麼事...

參考很多網友的討論,有數種解法,但我使用以下這種解決了...

1) 開啟outlook2010
2) 開啟一封新信(此步驟很重要,不然不會看到以下的選項)

在這封新郵件上點選
3) 檔案
4) 選項
5) 郵件
6) 編輯器選項
7) 進階
8) 滾動至下方 “顯示電子郵件內容”and 不要打勾 “顯示圖片外框”
9) 重新開啟 outlook


2016年9月20日 星期二

刪除超過N天的檔案及資料夾,利用forfiles指令,Delete Files and Folders Older Than X Days

利用forfiles指令可以找出N天前的檔案及資料夾加以刪除或是做其它應用,以下例子是找出後刪除

參考https://elderec.org/2012/02/scripting-delete-files-and-folders-older-than-x-days/

@echo off
:: set folder path
set dump_path=c:\shares\dump
:: set min age of files and folders to delete
set max_days=7
:: remove files from %dump_path%
forfiles -p %dump_path% -m *.* -d -%max_days% -c "cmd /c del /q @path"
:: remove sub directories from %dump_path%
forfiles -p %dump_path% -d -%max_days% -c "cmd /c IF @isdir == TRUE rd /S /Q @path"


以上例子是刪除>=7天的檔案其資料夾,如果您喜歡powershell,上方網址中有提示~~~

2016年9月12日 星期一

windows mklink指示用法

vista以上才支援
直接於本機上對應一個folder至另一個folder,可以是local對local,local對remote,remote對local,remote對remote

設定好後,它看起來是像真的local folder,不是一個捷徑檔哦!

指示為mklink

參考


但是要注意其有權限之限定,
預設是~~~
本機至本機的符號連結已啟用
本機至遠端的符號連結已啟用
遠端至本機的符號連結已停用
遠端至遠端的符號連結已停用

如果設定的遠端至遠瑞的話需要於local端下指定開權限

可能因為權限不足,出現錯誤訊息0x800705B7: 因為符號連結的類型已停用,所以無法遵循符號連結
The symbolic link cannot be followed because its type is disabled.

請參考下列方法開權限:
https://blogs.msdn.microsoft.com/junfeng/2012/05/07/the-symbolic-link-cannot-be-followed-because-its-type-is-disabled/

When access a symbolic link on a file server, sometimes you may see the following error:

“The symbolic link cannot be followed because its type is disabled”

This is because by default remote to remote symbolic links are disabled. You can enable it with fsutil.

C:\Windows\system32>fsutil behavior query SymlinkEvaluation

Local to local symbolic links are enabled.
Local to remote symbolic links are enabled.
Remote to local symbolic links are disabled.
Remote to remote symbolic links are disabled.

C:\Windows\system32>fsutil behavior set SymlinkEvaluation R2R:1

C:\Windows\system32>fsutil behavior query SymlinkEvaluation

Local to local symbolic links are enabled.
Local to remote symbolic links are enabled.
Remote to local symbolic links are disabled.
Remote to remote symbolic links are enabled.

Be sure to run fsutil from elevated command prompt.


2016年9月7日 星期三

Win2012 or 2008 AD 雙網卡(不同網段) 如何避免其中一個IP自動登錄於DNS的A record中

謝謝網友的提問及高手網友的回答,讓我很快的也解決我的問題~~~所以載錄了網友的問答,做了點記錄,希望對大家有幫助~~
詳細的問答請直接參考以下網址,謝謝~~

Win2012 AD 雙網卡(不同網段) 如何避免其中一個IP自動登錄於DNS中?

網友的問答:
作業系統:Windows 2012 R2 STD x64 CHT , Active Director環境
網卡:
    網卡1 = 10.9.67.100  / 255.255.255.0 / gw:無  / DNS:無 / 在DNS中登錄這個連線網路的位址:無
                     用途:僅供管理者 PC 遠端登入AD桌面用。
    網卡2 = 192.168.10.100 / 255.255.255.0 / gw:192.168.10.254 / DNS:(自己)192.168.10.100 / 在DNS中登錄這個連線網路的位址:有 / WINS = (自己)192.168.10.100
                      用途:提供client PC 10.10.10.0/24 經 GW 進網卡2取得AD資訊/認證
AD名稱:AD1
Client PC 無法連到 10.9.67.0/24 , 只能到 192.168.10.0/24 (網卡2)
導致使用者進行AD認證時,會因為DNS server 翻到 10.9.67.100 而增加等待時間(timed out)後連通(會改找 192.168.10.100)
※註:手動刪除10.9.67.100 後,又會自動產生
Q.請問是否有解決的方式? 讓DNS Server 不再自動產生 10.9.67.100 , 但不可以關掉DNS 的允許動態更新。

答~~註: dhcp那段我沒有做
你好, 你會出現這個情況是因為你的DNS / dhcp會自動抓取他聽取中的地址進去DNS Server紀錄裡
例如在DNS Server上, 你可以查看服務器是不是正聽取所有網絡卡的IP Address
清理完所有不想註冊的網段資訊後請清除不想要的A Record, 再重啟DNS Server服務

到網卡 1 的進階設定取消「在 DNS 中登錄這個連線網路的位址」

2016年8月18日 星期四

exchange 2016訂會議室(資源)的主旨會被改成訂會議室人的名字Resource mailbox's calendar shows the organizer's name instead of the subject in an Exchange Server environment

剛換exchange 2016,將信箱搬到exchange2016後,發現原有設定之資源信箱,例如:會議會,其主旨會自動變成訂會議室人的名字~~~
當你進入資源信箱你會發現所有的主旨subject都被改成預訂人的名字...
查了一陣子才發現,原來是exchange2016對資源信箱設定的問題~~
exchange 2007(含)以後都會發生,在Microsoft中有明白說明,詳請參考微軟說明:Microsoft https://support.microsoft.com/en-us/kb/2842288

我就簡單紀錄一下
when you log on to the Resource mailbox, you see that the meeting subject is replaced with the organizer’s name.
To resolve this issue, follow these steps:

  1. Open the Exchange Management Shell.
  2. Run the one of following cmdlets:
    • For Exchange Server 2016, Exchange Server 2013 or Exchange Server 2010----- 指令如下:
      Set-CalendarProcessing -Identity -DeleteSubject $False -AddOrganizerToSubject $False 


2016年8月9日 星期二

三不五時發生藍屏,發生在 Hyper-V Server 2008 R2 Virtual Machine with Server 2008 R2 OS. Blue Screen of Death STOP 0x00000051


環境:Hyper-V Server 2008 R2 Virtual Machine with Server 2008 R2 OS.
Blue Screen of Death STOP 0x00000051

我的vm時常藍屏,且不都發生在晚上17:30 ~19:30...

在網路上看到熱心的網友有po解決方案,請大家參考看看....

以下文章出自於Alex's IT Blog
http://www.alexheer.co.uk/it-blog/blue-screen-of-death-stop-0x00000051

Cause:
From the Memory dump, it was apparent that System was in the process of syncing the current control set (control set 1) to last known good (control set 2). While doing so it detected inconsistency in \registry\machine\system\ControlSet002.  This initiated the crash. (Basically a corruption in the registry)

Resolution:
Create a new LastKnownGood Configuration in the registry, which
can sync with Current Control set correctly.  We should change ControlSet002 (currently LastKnownGood) to failed, and create a new ControlSet003(new LastKnownGood) 
 
Steps to do this: 
Boot failed server in Safe Mode. Open the registryHKEY_LOCAL_MACHINE\SYSTEM\Select
Change LastKnownGood to 3
Change Failed to 2

2016年6月28日 星期二

如何改變EXCEL存檔的CSV檔之分隔符號由逗點變為您要的符號,讓日後每次存檔都是您指定的符號。(變更所有 .csv 文字檔案中的分隔符號)

變更所有 .csv 文字檔案中的分隔符號,讓日後每次存檔都是您指定的符號,Ex:「|」
  1. 在 Microsoft Windows 中,按一下 [開始] 按鈕,再按一下 [控制台]。
  2. 開啟用於變更「地區及語言」設定的對話方塊。
  3. 在「其它設定」中之 [清單分隔字元] 方塊中輸入新的分隔符號。
  4. 按一下 [確定] 兩次。

附註 清單分隔字元變更為您的電腦之後,所有程式會都使用新的字元為清單分隔符號。您可以變更回預設字元的字元以相同的程序。

以上做法來自於MicroSoft官網
https://support.office.com/zh-tw/article/%E5%8C%AF%E5%85%A5%E6%88%96%E5%8C%AF%E5%87%BA%E6%96%87%E5%AD%97-txt-%E6%88%96-csv-%E6%AA%94-e8ab9ff3-be8d-43f1-9d52-b5e8a008ba5c#bmchange_the_separator_in_all__csv_text

2016年6月23日 星期四

以批次方式一次發email給不同的人而且每封email都附加不同的檔案,例如薪資單(Mail a different file(s) to each person in a range)

每月用email發薪單的使用人,如果還在一封一封發,還你可要試試這個方法。

批次發email給每一個人不同的附加檔案。

如果你發給100個員工email時都要附加一個或多個屬於該員工的專屬檔案(例如:薪資單),最直覺的方式就是一封一封發~~~,如果利用合併列印功能,每封email又沒有辦法附加不同檔案,怎麼辦呢??

當然google告訴你~~~
好心的網友已經提供使用excel就可以達成目地的方法~~~謝謝啦~~~

此方法來自於http://www.rondebruin.nl/win/s1/outlook/amail6.htm


2016年5月12日 星期四

中文字型中文字體參考的網站ONLINE 英文字也有

http://www.sozi.cn/
http://www.akuziti.com/ 中文字型線上產生器

英文字產生器,還可以download
http://www.fontspace.com/popular/fonts

2016年5月6日 星期五

當使用者將 Google 表單填好並送出後,系統會自動回覆 Email 確認郵件,報名日期過了或超過報名人數則自動停止。

當使用者將 Google 表單填好並送出後,系統會自動回覆 Email 確認郵件。

利用google form外掛~~Simply Send 達成,還有類似合併列印的功能。

使用方式請參考:免費資源網路社群之報導
Simply Send 在 Google 表單送出後自動回覆 Email 確認郵件
2016年5月4日 by Pseric

值得參考:https://sites.google.com/a/gapp.ylsh.ilc.edu.tw/wen-shu-zhong-xin-wang-ye/google-fu-wu/google-biao-dan/googlebiaodan-waiguachengshisimplysenddexiangxishuoming

2016年3月14日 星期一

在同一部PC中如何讀取修改另一個人的HKEY_CURRENT_USERS的設定內容 Regedit can't view other "current users"?

 HKEY_CURRENT_USER設定只會顯示目前登入的使用者之相關設定,但於同一部電腦中,我登入後想看或想改這部pc之其它人之HKEY_CURRENT_USER設定,可以嗎?

答案是~~~可以的,只要您有權限,方法如下:

1. Open regedit 
2. Click on HKEY_USERS keyname 
3. 檔案--載入登入區(Load Hive)
4. 在跳出的畫面中選你想要開啟的使用者之ntuser.dat,這個檔應該放在c:\使用者\你要找的使用者名字\之子目錄中
5. 輸入一個唯一的名字,ex: test,其會加入在HKEY_USERS 中
6. 開啟HKEY_USERS\[UNIQUE NAME] 
7. 查看、修改 
8. mouse點回HKEY_USERS
9. 檔案-- 解除載入登入區(Unload Hive )
10. 完成。
11.下一位~~~~

2016年2月15日 星期一

outlook 2010簽名檔存放位置...

要改使用者outlook簽名檔,不用一定要在本機端run outlook才行,其實簽名檔是放在以下目錄中,只要進入下目錄即使是由遠端,也可更改簽名檔。
c:\Users\loginname\AppData\Roaming\Microsoft\Signatures

2016年2月1日 星期一

renew McAfee emm portal certificate error "There is no certificate chain in portal certificate" 更新McAfee emm portal 憑證發生錯誤訊息"There is no certificate chain in portal certificate"已解決

更新McAfee emm portal 憑證出現錯誤訊息"There is no certificate chain in portal certificate"

解決方法:

原文請參考McAfee Knowledge Center
https://kc.mcafee.com/corporate/index?page=content&id=KB79551&actp=RSS

首先請將證匯入windows server之憑證中心:
  1. 先將本來您要更新於McAfee emm portal 之憑證存在windows server桌面(其它地方也可以)Double-click 所存的憑證(其副檔名是pfx ) click Next, and then click Next 將出現匯入的安裝精靈。
  2. 於輸入密碼處輸入密碼,且將下方兩個選項打勾(注意一定要打勾,不然後續動作會失敗:
        打勾~~將此金鑰設定可以匯出(Mark this key as exportable)    打勾~~包含所有延伸內容(Include all extended properties )
  3. 將匯入金鑰放在「個人」的存放區
  4. 完成即可.
再來匯出金鑰
  1. 打開MMC,憑證管理中心,在個人憑證存放區找出剛剛匯入的憑鑰
  2. 匯出PFX
  3. 勾選第1項及第3項,第2選項「不要勾」
再至emm portal 用剛剛匯出的金鑰renew即完成。

以下是原文

  1. Solution

    Import the certificate to the Certificate Manager:
    1. Double-click the pfx file. When prompted by the wizard, click Next, and then click Next again on the File to Import screen.
    2. On the Password screen, type the password for the private key, and ensure that the following boxes are selected for you to be able to export the certificate again:

      1. Mark this key as exportable
      2. Include all extended properties

         
    3. Click Next, and then click Next again on the Certificate Store screen.
    4. Click Finish to complete the process. You should see a message stating that the import was successful.
    View the imported certificate in the Certificate Manager Microsoft Management Console (MMC):
    1. Open the Certificate Manager MMC. You should see the imported certificate in the Console Root\Certificates - Current User\Personal folder.
    2. Double-click the certificate you just imported and click the Certification Path tab.
    3. Highlight Go Daddy Secure Certification Authority, and click View Certificate. You should see a new certificate appear.
      NOTE: This is the Intermediate certificate, which needs to be imported into the Intermediate certificate store.
    4. Go to the Details tab and click Copy to File to open the Certificate Export Wizard.
    5. Click Browse and choose a location to save the cer file.
    6. Perform the same steps for the Root Certificate from step 3 of this procedure. For example, export the Go Daddy Class 2 Certificate Authority and import it back in to the Trusted Root Certification Authorities folder in the MMC.
      NOTE: At this stage, you should see two exported certificates.
       
    7. In the Certificate Manager MMC snap-in, go to Trusted Certificate Authority, and select Import to import the Certificate Authority that you just exported.
    8. Use the same export process as described above for the Intermediate certificate. When complete, verify that the certificates you restored are in their correct store.
      NOTE: It is important that the certificates are in the correct location.
    9. Right-click the SSL portal certificate and select Export.
    10. Follow the steps in the Export Certificate Wizard to export the private key.
    11. On the Export File Format screen, ensure that the following options are selected:

      1. Include all certificates in the certification path if possible
      2. Export all extended properties
    12. When prompted, type your password for the certificate, and click Next.
    13. Click Browse to specify the location and the file name that you want to give the certificate.
    14. When saved, retrieve the Portal Certificate from the location specified and add it to the Deployment Helper.


2016年1月19日 星期二

iphone發email至exchange outlook時常產生亂碼...已解決

也許是我司exchange 2003 server太舊,和iphone出現compatible的問題,有時會出現iphone發出的email到了outlook是亂的...

原來如果iphone發出信的內容為簡體繁體夾雜就會發生收信的outlook亂碼無法讀,網友也提供了一些方式例如在iphone手機的簽名檔加入減號(-)可解,但又因為ios升版而失效....等

後來才發現在iphone手機的簽名檔加入特定字還是可解,重點是加的字是要 UTF-8 字元,如此iphone在寄出email會強制使用unicode編碼,如此內文中有簡繁體字到了outlook都會正常顯示。

以下是參考網友貼文
http://blog.ctlu.info/2015/03/email-unicode.html

底下列舉一些適合放在簽名檔的字元,提供參考:
(可以用複製貼上的方式)







−−  (不是鍵盤上的減號)