Microsoft Partner Network Test: Technical Assessment for Microsoft Office 365 Part 2

Which of the following Microsoft Office 365 technologies includes voicemail with unified messaging?

Exchange Online

 

A financial consulting firm is looking to deploy the Microsoft Office 365 solution. It wants to increase voice-communication capabilities and increase mobility.

Which of the following licensing options would bvest provide these capabilities?

Plan E4

 

Microsoft Office 365 Plan K Family is NOT licensed to perform which of the following tasks?

Provide mobility (push emails)

 

A large human-resources organization is examining the identity options for the Microsoft Office 365 solution. It wants to maintain a

simplified user identitiy that allows for a single sign-on with corporate credentials. This company already has an Active Directory server

deployed.

Which of the following identitiy options would be the best choice?

Federated Identity plus direct sync

 

What is the time period available for the Microsoft Office 365 solution trial for enterprises?

30

 

A large construction management firm is deploying a Microsoft Exchange hybrid scenario with Exchange servers on-premises and other

servers online.

Which step must be performed first in order for this deployment to work?

Set up a Microsoft Exchange Server 2010 hybrid prior to the migration of the first mailbox.

 

The Microsoft Office 365 solution has several methods for migrating data from Microsoft SharePoint to Microsoft SharePoint Online.

Which of the following outlines one of those methods?

Upload content to Microsoft SharePoint Workspace 2010, and it will automatically synchronize with Microsoft SharePoint Online

 

Once a customer has a Microsoft Office 365 account, it can enable user licenses via a simple interface on the Microsoft Online Services Customer Portal.

Which of the follwing is another method for assigning user licenses?

Assign licenses by using Windows PowerShell commandlets for Microsoft Office 365.

 

Your customer has created a custom domain for its Microsoft Office 365 account.

Which step is also required in order to begin adding user accounts to that domain?

Change DNS records and validate the domain.

 

What is the total number of site collections available in Microsoft SharePoint Online?

300 per company

 

In addition to email traffic, which of the following factors of the Microsoft Office 365 solution will have the greatest network bandwidth

impact?

Directory synchronisation

 

A customer using Microsoft Online Services wants to begin using distribution lists throughout its organization. The company has fully

deployed Microsoft Exchange Online and is using Active Directory synchronisation to manage its systems.

How could the customer create and manage distribution lists?

Users could create and manage distribution lists through Active Directory.

 

The Microsoft SharePoint Online „Sharing Externally“ add-on capability is available to share information with which type of user(s)?

Select partners, vendors, and clients

 

Microsoft SharePoint Online is limited on which of the following factors?

The users in Active Directory

 

A customer will be terminating an employee and wants to restrict the employee’s access to workstations until the action is carried out.

Where would the administrators carry out this task?

Through Active Directory

 

Your customer is having a problem with its organization’s services health. Which service role is the appropriate contact for help?

The service administrator

 

Microsoft Lync Online integrates with which of the following technologies to provide embedded presence and click-to-communicate

capabilities while collaborating in Microsoft SharePoint Online?

Microsoft SahrePoint Online

 

Which of the following is a characteristic of the Microsoft Office 365 solution?

Microsoft Office 365 is managed from the Microsoft Online Services Customer Portal

 

A customer has 500 users without workstations that work on a factory floor. The customer wants to ensure that each user has access to

and is involved in messaging on remote personal computers. This customer does not require the ability to modify documents.

Which Microsoft Office 365 plan is the best option for this customer?

K1

 

Microsoft Exchange Online is designed to provide the functionality of a standard Microsoft Exchange Server deployment without the

common complications associated with on-premises solutions.

How can customers manage Microsoft Exchange Online contacts, distribution lists, and other traditional Exchange functionality?

Administrators can manage these settings in the Microsoft Exchange control panel.

 

You are configuring a customer for a Microsoft Exchange coexistence scenario using both Microsoft Exchange Server on-premises and

Microsoft Exchange Online. This customer’s primary interest is to have information available in a Global Address List (GAL).

Which of the following would be the best option?

A simple coexistence scenario

 

Microsoft Lync federation allows Microsoft Lync to connect with other Lync users and which of the following?

Windows Live Messenger

Logon-Script: Gruppenmitgliedschaften per Batch auswerten

Ab und zu ist es hilfreich, Laufwerksverbindungen (oder ähnliches) anhand von ActiveDirectoy Gruppenmitgliedschaften einzurichten. Ist ein Benutzer Mitglied einer Gruppe soll er ein Laufwerk bekommen, ist er das nicht (mehr) soll das Laufwerk wieder verschwinden. Dieser Batch Script-Schnipsel übernimmt das:

REM ================================================================
REM /*
REM    Laufwerk X: - Gruppe "MP3-Sammlung"
REM */

net user /domain %username% | find/i "MP3-Sammlung"
if errorlevel 1 (
REM ----- Dieser Teil wird ausgefuert wenn NICHT Mitglied der Gruppe
net use x: /delete
) else (
REM ----- Dieser Teil wird ausgefuert wenn Mitglied der Gruppe
net use x: \servermp3sammlung
)

REM ================================================================

Neue Verteilerlisten in Exchange 2010 sind nicht von außen erreichbar

Exchange 2010 bringt eine neues Feature mit, welches mit geringem Aufwand erlaubt eine Verteilerliste von Mails von außen abzuschotten. Dummerweise ist dies bei neuen Verteilerlisten standardmäßig aktiv. Legt man nun unwissender Weise eine neue Verteilerliste an und trägt wie in Exchange 2003/2007 gewohnt E-Mail-Adresse und Mitglieder/Empfänger ein, ist die Liste innerhalb der eigenen Organisation problemlos erreichbar. Versucht man jedoch eine Mail von außen an die angegebene E-Mail-Adresse zu senden erhält man folgende Meldung (hier die Ausgabe des Microsoft Remote Connectivity Analyzer).

550 – Mailbox unavailable. The server response was: 5.1.1 User unknown

Um die Verteilerliste von außen erreichbar zu machen, ruft man die Eigenschaften der Verteilerliste auf und wählt dort im Tab Nachrichtenübermittlungseinstellungen per Doppelklick den Punkt „Einschränkungen für die Nachrichtenzustellung“ und entfernt den Haken bei „Authentifizierung aller Absender anfordern“.

Die Änderung wirkt sofort und ein erneuter Test von außen geht erfolgreich aus.

Windows Server 2008R2 mit Windows 7 Bug (CIFS)

Da dieser Bug mit einem „simple Workaround“ behoben werden kann, wird dieser Fehler vermutlich nie endgültig gefixt. Da das Problem beständig auftritt hier die Beschreibung und Lösung.

Seit geraumer Zeit ist es möglich, NTFS-Volumen in leere Ordner eines anderen NTFS-Volumens bereitzustellen. Das kann man aus verschiedenen Gründen tun, oft sieht man so eine Konstellation bei Fileservern die zwar eine einzelne Freigabe (oder einen großen DFS-Stamm) anbieten, diesen aber wegen der Fragmentierung, I/O-Last, Quoten oder Skalierungsproblemen auf mehrere LUNs (bzw. Laufwerke) aufteilen.

Der Fehler liegt nun im Windows 7 Explorer: Verbindet sich ein Client so eine Freigabe nun als Netzwerklaufwerk, verschwinden die bereitgestellten Ordner-Volumen darin sporadisch aus der Inhaltsansicht. Die Ordner mit den Volumen sind spontan einfach nicht mehr sichtbar. Der Zugriff ist (z.B. durch Pfadeintippen) noch möglich, aber die Ordner werden nicht mehr aufgelistet. Alle Programm die diese API verwenden (ja, auch die Shell und die Powershell) „sehen“ den Ordner nicht. Der Effekt ist reproduzierbar (bei ca. 80% aller Clients innerhalb von 48 Stunden) und beschränkt sich nicht auf Singlemounts, also auch wenn das Volumen zusätzlich auch einen Laufwerksbuchstaben hat. Einzig am Localhost ist der Effekt nie zu beobachten.

Die Lösung:

Un-Elegant wie hart, einfach den Explorer-Cache für Listing ausschalten. Das geht indem man in

HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesLanmanWorkstationParameters

den (DWORD) Wert DirectoryCacheLifetime auf 0 setzt. Nach einem Reboot ist das Problem verschwunden.

Spannend: Der Effekt ist exklusiv der Kombination Windows7 mit Server2008R2 vorbehalten, andere Clients oder Server zeigen immer alle Inhalte an.