You are on page 1of 2

PS C:\Users\eurspinstallacc> $myWebApp = Get-SPWebApplication "http://mysite-eur

.nestle.com"
PS C:\Users\eurspinstallacc> foreach ($prop in $myWebApp.Properties.GetEnumerato
r() | Sort-Object -Property Name) {Write-Host " - " $prop.Name "->" $prop.Value
}
- MySiteRedirectConfig -> <?xml version="1.0" encoding="utf-8" ?>
<Redirects>
<QueryStringMappings>
<Default>
<MappedKeys>
<!--Keys that are not listed will be copied with the same key and value
unless listed in the Excluded keys-->
<QueryString OriginalKey="accountname" TargetKey="k" Mode="Ensure" />
</MappedKeys>
<ExtraKeys>
<QueryString OriginalKey="accountname" TargetKey="k" Mode="Ensure" />

</ExtraKeys>
<ExcludedKeys>
<QueryString OriginalKey="Source" />
</ExcludedKeys>
</Default>
<AddOrgChartTab>
<MappedKeys>
<!--Keys that are not listed will be copied with
the same key and value unless listed in the Excluded keys-->
<QueryString OriginalKey="accountname" TargetKey
="u" ValueMapRule="AccountToUserId" />
</MappedKeys>
<ExtraKeys>
<QueryString TargetKey="u" TargetValue="" ValueM
apRule="AccountToUserId" Mode="Ensure" />
<QueryString TargetKey="tab" TargetValue="Profil
e_Others_Org_Chart#tab=My_Org_Chart" ValueMapRule="" Mode="Override" />
</ExtraKeys>
</AddOrgChartTab>
<Empty>
<MappedKeys>
<!--Keys that are not listed will be copied with
the same key and value unless listed in the Excluded keys-->
</MappedKeys>
<ExtraKeys>
<QueryString TargetKey="hideNavigation" TargetVa
lue="1" ValueMapRule="" Mode="Override" />
</ExtraKeys>
<ExcludedKeys>

</ExcludedKeys>
</Empty>
</QueryStringMappings>
<UrlMappings EnableDefaultRedirection="False">
<MappedUrls>
<Url OriginalUrl="http://mysite-eur.nestle.com/" TargetU
rl="http://me.nestle.com/Search/Center/Pages/PeopleDetails.aspx" QueryStringMapp
ings="Default" MatchMode="Exact" SorryUrl="http://mysite-eur.nestle.com/Pages/So
rry.aspx"/>
<Url OriginalUrl="http://mysite-eur.nestle.com/default.a
spx" TargetUrl="http://me.nestle.com/Search/Center/Pages/PeopleDetails.aspx" Que
ryStringMappings="Default" MatchMode="Exact" SorryUrl="http://mysite-eur.nestle.
com/Pages/Sorry.aspx" />
<Url OriginalUrl="http://mysite-eur.nestle.com/person.as
px" TargetUrl="http://me.nestle.com/Search/Center/Pages/PeopleDetails.aspx" Que
ryStringMappings="Default" MatchMode="Exact" SorryUrl="http://mysite-eur.nestle.
com/Pages/Sorry.aspx" />
<Url OriginalUrl="http://mysite-eur.nestle.com/Organizat
ionView.aspx" TargetUrl="http://me.nestle.com/Search/Center/Pages/PeopleDetails
.aspx" QueryStringMappings="AddOrgChartTab" MatchMode="Exact" SorryUrl="http://m
ysite-eur.nestle.com/Pages/Sorry.aspx" />
<Url OriginalUrl="http://mysite-eur.nestle.com/_layouts/
NestContent/EditProfileRedirect.aspx" TargetUrl="http://mysite-#ZONE#.nestle.co
m/_layouts/Editprofile.aspx" QueryStringMappings="Empty" MatchMode="Exact" UrlMa
pRule="ReplaceZone" SorryUrl="http://mysite-eur.nestle.com/Pages/Sorry.aspx" />

</MappedUrls>
<ExcludedUrls></ExcludedUrls>
</UrlMappings>
</Redirects>

- nest_navigationcacheenabled -> true


- nest_resourcequerystring -> ?version=8_11
- portalsuperreaderaccount -> i:0#.w|NESTLE\EURSpCacheSRAcc
- portalsuperuseraccount -> i:0#.w|NESTLE\EURSpCacheSUAcc

You might also like