Presentation is loading. Please wait.

Presentation is loading. Please wait.

demo Create the Publishing Certificate $rootCert = (Get- SPCertificateAuthority).RootCertificate $rootCert.Export("Cert")

Similar presentations


Presentation on theme: "demo Create the Publishing Certificate $rootCert = (Get- SPCertificateAuthority).RootCertificate $rootCert.Export("Cert")"— Presentation transcript:

1

2

3

4

5

6

7

8

9 demo

10

11

12

13

14

15

16

17 Create the Publishing Certificate $rootCert = (Get- SPCertificateAuthority).RootCertificate $rootCert.Export("Cert") | Set-Content "C:\Certs\EnterpriseServicesRootCert.cer" - Encoding byte

18 Create the Consumer Certificates $rootCert = (Get-SPCertificateAuthority).RootCertificate $rootCert.Export("Cert") | Set-Content "C:\Certs\InternetRootCert.cer" -Encoding byte $stsCert = (Get- SPSecurityTokenServiceConfig).LocalLoginProvider.SigningCertif icate $stsCert.Export("Cert") | Set-Content "C:\Certs\InternetSTSCert.cer" -Encoding byte

19 Get the Consumer Farm ID $farmID = (Get-SPFarm).Id New-Item C:\Certs\internetConsumerFarmID.txt -type file -force - value "$farmID“

20 Swap ‘Em Copy-Item \\$consumer\c$\Certs\InternetConsumerFarmID.txt \\$publisher\c$\Certs Copy-Item \\$publisher\c$\Certs\EnterpriseServicesRootCert.cer \\$iconsumer\c$\Certs Copy-Item \\$iconsumer\c$\Certs\InternetRootCert.cer \\$publisher\c$\Certs Copy-Item \\$iconsumer\c$\Certs\InternetSTSCert.cer \\$publisher\c$\Certs

21 Import the Certs on Publishing $trustCert = Get-PfxCertificate "C:\certs\InternetRootCert.cer" New-SPTrustedRootAuthority Internet -Certificate $trustCert $stsCert = Get-PfxCertificate "c:\certs\InternetSTSCert.cer" New-SPTrustedServiceTokenIssuer Internet -Certificate $stsCert

22 Import the Certs on Consumer $trustCert = Get-PfxCertificate "C:\Certs\EnterpriseServicesRootCert.cer" New-SPTrustedRootAuthority EnterpriseServices -Certificate $trustCert

23 Permissions to the Consumer Farm $farmID = Get-Content C:\Certs\InternetConsumerFarmID.txt $security = Get-SPTopologyServiceApplication | Get- SPServiceApplicationSecurity $claimProvider = (Get-SPClaimProvider System).ClaimProvider

24 Topology Discovery $principal = New-SPClaimsPrincipal -ClaimType "http://schemas.microsoft.com/sharepoint/2009/08/claims/farmi d" -ClaimProvider $claimProvider -ClaimValue $farmID Grant-SPObjectSecurity -Identity $security -Principal $principal - Rights "Full Control" Get-SPTopologyServiceApplication | Set- SPServiceApplicationSecurity -ObjectSecurity $security

25 demo

26

27

28

29

30 Required Slide Speakers, please list the Breakout Sessions, Interactive Discussions, Labs, Demo Stations and Certification Exam that relate to your session. Also indicate when they can find you staffing in the TLC.

31 Required Slide Track PMs will supply the content for this slide, which will be inserted during the final scrub.

32 Resources www.microsoft.com/teched Sessions On-Demand & CommunityMicrosoft Certification & Training Resources Resources for IT ProfessionalsResources for Developers www.microsoft.com/learning http://microsoft.com/technet http://microsoft.com/msdn www.northamerica.msteched.com Connect. Share. Discuss.

33

34


Download ppt "demo Create the Publishing Certificate $rootCert = (Get- SPCertificateAuthority).RootCertificate $rootCert.Export("Cert")"

Similar presentations


Ads by Google