Presentation is loading. Please wait.

Presentation is loading. Please wait.

$UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http:// /PowerShell/"

Similar presentations


Presentation on theme: "$UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http:// /PowerShell/""— Presentation transcript:

1

2

3

4

5

6

7

8

9

10 $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http:// /PowerShell/" -Authentication Kerberos -Credential $UserCredential Import-PSSession $Session Get-Mailbox "Steve Goodman"

11 $UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell- liveid/" -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $Session Get-Mailbox "Lisa Goodman"

12 $UserCredential = Get-Credential $CloudSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "https://outlook.office365.com/powershell-liveid/" -Credential $UserCredential -Authentication Basic -AllowRedirection Import-PSSession $CloudSession -Prefix Cloud $OnPremSession = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http:// /PowerShell/" -Authentication Kerberos -Credential $UserCredential Import-PSSession $OnPremSession Get-CloudMailbox "Lisa Goodman" Get-Mailbox "Steve Goodman"

13 $UserCredential = Get-Credential Connect-MsolService -Credential $UserCredential Get-MsolUser -UserPrincipalName steve@goodman.net

14 Import-Module DirSync Start-OnlineCoexistenceSync

15

16 Exchange On- Premises New-RemoteMailbox Set-RemoteMailbox Add-DistributionGroupMember DirSync Start-OnlineCoexistenceSync Azure Active Directory Set-MSOLUser Set-MSOLUserLicence Exchange Online Set-CASMailbox Set-MailboxRegionalConfiguration

17

18

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40 www.microsoft.com/learning http://developer.microsoft.com http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd

41

42

43

44


Download ppt "$UserCredential = Get-Credential $Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri "http:// /PowerShell/""

Similar presentations


Ads by Google