Skip to content

Commit

Permalink
Initial version
Browse files Browse the repository at this point in the history
  • Loading branch information
adiazcan committed May 21, 2014
1 parent 34f3779 commit dc54a65
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion SharePoint/30_GrantAccessToProcessIdentity.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
foreach($webapp in $webapps)
{
Write-Host $webapp.Name
$webapp.GrantAccessToProcessIdentity("urbaser\svcExcel")
$webapp.GrantAccessToProcessIdentity("domain\svcExcel")
}
2 changes: 1 addition & 1 deletion SharePoint/Get-AllItemsAndPermissions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
foreach($webapp in $webapps)
{
Write-Host $webapp.Name
.\Get-ItemsAndPermissions.ps1 -WebApplication $webapp.Url -FieldDelimiter ";" > c:\encamina\sites$webapp.Name.csv
.\Get-ItemsAndPermissions.ps1 -WebApplication $webapp.Url -FieldDelimiter ";" > c:\directory\sites$webapp.Name.csv
}

2 changes: 1 addition & 1 deletion SharePoint/Get-ItemsAndPermissions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Specifies the delimiter which is used between the fields.
.EXAMPLE
PS > .\Get-ItemsAndPermissions.ps1 -WebApplication http://intranet.westeros.local -FieldDelimiter ";" > c:\temp\sites.csv
PS > .\Get-ItemsAndPermissions.ps1 -WebApplication http://intranet.sharepoint.local -FieldDelimiter ";" > c:\temp\sites.csv
#>
[CmdletBinding()]
param(
Expand Down
3 changes: 0 additions & 3 deletions SharePoint/Script.ps1

This file was deleted.

3 changes: 0 additions & 3 deletions SharePoint/SharePoint.pssproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,6 @@
<Content Include="Inventory-SPFarm.ps1" />
<Content Include="User Access Report.ps1" />
</ItemGroup>
<ItemGroup>
<Compile Include="Script.ps1" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="Build" />
</Project>

0 comments on commit dc54a65

Please sign in to comment.