Skip to content

Commit

Permalink
rename Utils folder
Browse files Browse the repository at this point in the history
  • Loading branch information
adiazcan committed May 22, 2014
1 parent 654d5af commit 322f0c9
Show file tree
Hide file tree
Showing 22 changed files with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions SharePoint/SharePoint.pssproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,31 +57,31 @@
<Content Include="Audit\Get-ItemsAndPermissions.ps1" />
<Content Include="Audit\Inventory-SPFarm.ps1" />
<Content Include="Audit\User Access Report.ps1" />
<Content Include="Util\PS_AddFieldsToList.ps1" />
<Content Include="Util\PS_ApplyCustomMasterPageRecursively.ps1" />
<Content Include="Util\PS_ChangeAuthenticationType.ps1" />
<Content Include="Util\PS_ChangeFileUploadSize_CSOM.ps1" />
<Content Include="Util\PS_ConfigureDeveloperDashboard.ps1" />
<Content Include="Util\PS_ConfigureOutgoingEMail.ps1" />
<Content Include="Util\PS_Create_Managed_Path.ps1" />
<Content Include="Util\PS_DeployExistingSharePointSolution.ps1" />
<Content Include="Util\PS_DeployFarmSolution.ps1" />
<Content Include="Util\PS_EnumerateAllSiteUsersInAFarm.ps1" />
<Content Include="Util\PS_ExecuteTestSPContentDatabase_AllContenDBs.ps1" />
<Content Include="Util\PS_ExtractAllWSPs.ps1" />
<Content Include="Util\PS_GetAllListsInAFarm.ps1" />
<Content Include="Util\PS_GetAllWebTemplatesInASiteC.ps1" />
<Content Include="Util\PS_GetContentDBSizes.ps1" />
<Content Include="Util\PS_GetSiteCollectionSize.ps1" />
<Content Include="Util\PS_GetWebAppAuthInfo.ps1" />
<Content Include="Util\PS_RecursivelyDeleteAllSitesInASiteCollection.ps1" />
<Content Include="Util\PS_RemoveOffice365Users.ps1" />
<Content Include="Util\PS_RemoveOffice365Users_UsuariosABorrar.csv" />
<Content Include="Util\PS_RemoveWebParts_WebPartCatalog.ps1" />
<Content Include="Utils\PS_AddFieldsToList.ps1" />
<Content Include="Utils\PS_ApplyCustomMasterPageRecursively.ps1" />
<Content Include="Utils\PS_ChangeAuthenticationType.ps1" />
<Content Include="Utils\PS_ChangeFileUploadSize_CSOM.ps1" />
<Content Include="Utils\PS_ConfigureDeveloperDashboard.ps1" />
<Content Include="Utils\PS_ConfigureOutgoingEMail.ps1" />
<Content Include="Utils\PS_Create_Managed_Path.ps1" />
<Content Include="Utils\PS_DeployExistingSharePointSolution.ps1" />
<Content Include="Utils\PS_DeployFarmSolution.ps1" />
<Content Include="Utils\PS_EnumerateAllSiteUsersInAFarm.ps1" />
<Content Include="Utils\PS_ExecuteTestSPContentDatabase_AllContenDBs.ps1" />
<Content Include="Utils\PS_ExtractAllWSPs.ps1" />
<Content Include="Utils\PS_GetAllListsInAFarm.ps1" />
<Content Include="Utils\PS_GetAllWebTemplatesInASiteC.ps1" />
<Content Include="Utils\PS_GetContentDBSizes.ps1" />
<Content Include="Utils\PS_GetSiteCollectionSize.ps1" />
<Content Include="Utils\PS_GetWebAppAuthInfo.ps1" />
<Content Include="Utils\PS_RecursivelyDeleteAllSitesInASiteCollection.ps1" />
<Content Include="Utils\PS_RemoveOffice365Users.ps1" />
<Content Include="Utils\PS_RemoveOffice365Users_UsuariosABorrar.csv" />
<Content Include="Utils\PS_RemoveWebParts_WebPartCatalog.ps1" />
</ItemGroup>
<ItemGroup>
<Folder Include="Audit\" />
<Folder Include="Util\" />
<Folder Include="Utils\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<Target Name="Build" />
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 322f0c9

Please sign in to comment.