Search This Blog

Saturday, July 25, 2015

OSI model re-visited

Application    ---- http /ftp /smtp

Presentation   ---- jpeg/gif/mpeg

Session        ---- appletalk / winsock

------

Transport   ---- TCP / UDP /SPX

Network     ----- IP / ICMP / IPX

Data Link   ---- ethernet  /ATM --- switch --- bridge

Physical    --- ethernet , toker ring , hub / repeater

Exchange 2013 -- useful interaction --- source MVA



Client Access Server Responsibilities

Authentication, proxy, and limited redirection services

Client access protocols: HTTP, POP, IMAP, and SMTP


Stateless

Mailbox and Client Access Interaction









Which of the following Internet Bandwidth Planning Tools are available for Office 365?

 OneDrive for Business Client Network Bandwidth Calculator

Which of the following tools can be used to check whether firewall ports are opened?


telnet

office 365 network analysis tool

psping

7. All your client computers and servers are connected to the Internet using a web client proxy. Which of the following do you need to configure for your computers to work with Office 365 services (for example, AADSync) or Windows Azure Active Directory Module for PowerShell?

The proxy server in your web browser and Windows PowerShell proxy setting using NETSH

Friday, July 24, 2015

outlook search advanced function - greyed out

- outlook search advanced function - greyed out

- Aimy from MS support did an office 2013 repair, fixed the problem

Friday, July 17, 2015

site collection questions in sharepoint 2013

site collection questions in sharepoint 2013

types of managed paths in sharepoint 2013 -- wildcard , inclusive

types of site collections can be created --- host-names and path-named

site collections logical structure in SP2013 --- sql server databases and web application


site collections in sharepoint 2013

sharepoint 2013 structure

Sharepoint farm 2013

---- application pools ------

---- web applications ------------ service applications
------ site collections -----
--- sub sites -----
---- lists / libraries ----
--- items dociments ----


Friday, July 10, 2015

inbox rules not working after migrating my work email address to office 365

inbox rules not working after migrating my work email address to office 365

https://community.office365.com/en-us/f/148/t/147835

I must set myself as NDRto at ages ago

so

1. Run: Set-TransportConfig –JournalingReportNdrTo “<>”
2. Run: Get-TransportConfig | fl JournalingReportNdrTo*
3. Verify that is JournalingReportNdrTo is empty


Tuesday, July 7, 2015

Error on boot: "STOP c0000135 unable to locate component csrsrv.dll not found reinstalling the application may fix the problem"

windows 2003

nightmare bluescreen continues

Error on boot: "STOP c0000135 unable to locate component csrsrv.dll not found reinstalling the application may fix the problem"

KB3045999 (

Ntdll.dll in system32 and

Ntkrnlmp.exe,

Ntkrnlpa.exe,

Ntkrpamp.exe,

Ntoskrnl.exe

in DriverCache)


copy those most recent files back to overwrite the new ones


https://social.technet.microsoft.com/Forums/windowsserver/en-US/b3f18d7a-8c95-42dc-a0bd-3ca81e26d669/error-on-boot-stop-c0000135-unable-to-locate-component-csrsrvdll-not-found-reinstalling-the?forum=winservergen

Monday, July 6, 2015

import-module msonline error on my windows 10 preview enterprise x64

import-module msonline error on my windows 10 preview enterprise

mot sure where it is broken

tried to install / reinstall MS online assistant, no luck at all

I managed to copy from my x64 windows 8.1 notebook to my windows 10 notebook

two dirs

c:\windows\system32\winddowspowershell\v1.0\modules

msonline
msonlinextended


then I can do import-module msonline

then can do

connect-msolservice


Thursday, July 2, 2015

How to Export all Mailboxes with Exchange Server 2010 SP1 to pst file

How to Export Mailboxes with Exchange Server 2010 SP1

http://exchangeserverpro.com/export-mailboxes-exchange-server-2010-sp1/

http://www.codetwo.com/admins-blog/exchange-mailbox-backup-pst-pros-cons/

New-ManagementRoleAssignment –Role "Mailbox Import Export" –User Administrator


the trick is once permission granted, you need close the powershell session, and re-open it, or you will get a connection error.

do it individually ---

new-MailboxExportRequest -Mailbox alan.reid -FilePath \\esp-ho-ex2010a\pst\alan.reid.pst

new-MailboxExportRequest -Mailbox administrator -FilePath \\mikepcs\michael\PST\administrator.pst

do it en masse ---

$AllMailboxes = Get-Mailbox

$AllMailboxes|%{$_|New-MailboxExportRequest -FilePath \\\\$($_.Alias).pst}


Wednesday, July 1, 2015

recall sent mail in GMAIL --

recall sent mail in GMAIL --

http://www.wikihow.com/Recall-an-Email-in-Gmail

https://support.google.com/mail/answer/1284885?hl=en