Sep 2

Home computer recently deprecated,Set up a Ryzen 3 2200G mini computer,Take this opportunity to replace ubuntu also has been used in his early years,ubuntu from my community began to try out,I did not expect such a use to use for a decade,In recent years has been less followed the release of a new version update,Because the update does not seem to bring any significant experience,So all the way and other hardware will be replaced with a new version of ubuntu when transaction。
Continue browsing »

Aug 17

The recent succession Server virtualization,TIPTOP part which I toss more than a week to complete,So to be a record。
Continue browsing »

Aug 10

Recently doing a P2V Server,Win2000 situation compared to other newer version a lot more,Encountered a problem which is specific to Windows 2000 VM,After installing VMware Tools are still unable to find Intel E1000 network card driver,Internet search abroad was also encountered the same problem,Some may Win2000,Some not。
Continue browsing »

Jul 17

Yesterday, try adding a third VM Host HA,While functioning,But there is a Integrated Lights Out 4 (iL04) (Active)Warning message,Expand will see if the IP is 0.0.0.0 iLo,ILo have set the IP impression,Puzzled how can this warning。

Continue browsing »

Jul 5
--新增信箱帳號
New-Mailbox -database "First Storage Group\Mailbox Database" -Name "jimmy" -UserPrincipalName jimmy@abc.com.tw -Password (ConvertTo-SecureString -String 'j!123456'  -AsPlainText -Force) -FirstName jimmy -LastName chen


--移除信箱帳號
Remove-Mailbox -Identity "carrie"


--取得所有信箱大小並存於桌面
Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label="TotalItemSize(KB)";expression={$_.TotalItemSize.Value.ToKB()}},ItemCount >mailboxes.txt


--新增群組
New-DistributionGroup -Name "whole" -OrganizationalUnit "abc.local/Users" -SAMAccountName "whole" -Type "Security"


--新增群組成員
Add-DistributionGroupMember  -Identity "testg"  -Member "test@abc.com.tw"


--允許外部寄信給群組
Set-DistributionGroup -Identity "whole" -RequireSenderAuthenticationEnabled $false


--新增聯絡人
New-MailContact -Name "Jackie" -ExternalEmailAddress jackie@abc.com -OrganizationalUnit "abc.local/Users"
Jun 14

Yesterday a User installation FortiClient,Finally, always present and can not be installed successfully rolling back,His environment is Windows 10,The first installation is OK,But also because anti-virus mistakenly loaded into,So the whole removed again,Began to appear in the final stages of rolling back the installation after the second,Tried to manually remove the virtual network adapter are now part of the machine code Wufajiejue,Finally, the use of advanced restart finally get。
Continue browsing »

Jun 4

Today, under the VM you want to install Windows Server 2012 When R2,Failed BIOS Lock out of the error message,HP relationship should look like random limited edition,This change would like to catch a lot of the Authorized Version and then enter the random version number to see,But think not,The original authorization have said can be installed in a VM,Should not therefore no solution fishes,Later, the Internet search,Soon found solution,In the VM can only add parameters。

Continue browsing »

May 29

Install .net Framework What's new in Windows 10 console functions in Windows 3.5,If there are errors jump out 0X800F0954,Then there may have enabled internal WSUS server,And the server can not make you the right to download .net Framework 3.5。
Continue browsing »

May 25

There is a Windows PC environment 10 + Outlook 2007,After two days before the end of updating Windows Update,Outlook will occasionally jump out”Either there is no default mail client or thecurrent mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client.”Error message,Outlook while clicking the 'letterhead and font "、"Create Signature"、"Editor Options" will not respond。

Continue browsing »

May 3

Once when in-house test,Sonicwall found for the same segment, but not tied to the external IP firewall,Will be considered fake IP and block off,Sometimes finding solutions,It did not go ignored。Recently a colleague reaction,A customer does not come in the mail to send,I do not have any connection to check SPAM record,While the other check log to determine our gear,Let us set up and provide IP whitelist,The IP're just looking at each other with our one yards,It reminds me of that year found problems Sonicwall,After transfer to a firewall record,She saw”ip spoof dropped”Messages。

Continue browsing »