Skip to content

IDT Tech Blog

  • Office 365
    • SharePoint Online
      • Modern Sites
      • SPFx
  • SharePoint
    • SharePoint Online
      • Modern Sites
      • SPFx
    • SharePoint OnPrem
      • Boundaries
      • Central Admin
      • Contents
      • Custom Code
      • Event Receivers
      • Look and Feel
      • Managed Metadata
      • Project
      • Search
      • SharePoint Apps
  • Client-Side
    • React
    • Typescript
    • AngularJS
    • Javascript
      • JQuery
  • Server-Side
    • ASP.NET
    • C#
    • Entity Framework
    • Windows Server
      • IIS
  • Windows
    • Office
      • PowerQuery
    • PowerShell
    • TFS
    • Visual Studio
  • iOS
    • SpriteKit
    • Storyboards
    • Swift
  • Mac OS
    • Terminal
IDT Tech Blog

Category: PowerShell

Sharepoint Online: La navegación ha desaparecido (Quick Launch)

Ismael CruzNovember 20, 2019November 20, 2019Leave a comment
Puede ocurrir que la navegación del Site desaparezca debido a otros procesos (el más común que hemos encontrado es al...

Error: The file PS1 is not digitally signed. You cannot run this script on the current system.

Ismael CruzMay 8, 2019May 8, 2019Leave a comment
Error: .\FILE.ps1 : File C:\FILE.ps1 cannot be loaded. The file C:\FILE.ps1 is not digitally signed. You cannot run this script...

Obtener el número de líneas de código recursivamente en un directorio

Ismael CruzMarch 14, 2019March 14, 2019Leave a comment
A través de PowerShell podemos obtener el número de líneas de código que tenemos en nuestra solución (o en la...

Mostrar Mensaje de Confirmacion en PowerShell

Ismael CruzMay 18, 2016Leave a comment
$caption = "TITLE" $message = "MESSAGE" $yes = new-Object System.Management.Automation.Host.ChoiceDescription "&Yes","HELP_FOR_YES" $no = new-Object System.Management.Automation.Host.ChoiceDescription "&No","HELP_FOR_NO" $choices = [System.Management.Automation.Host.ChoiceDescription[]]($yes,$no) $answer...

Firmar DLLs (Microsoft IL Disassembler-Assembler)

Ismael CruzMay 4, 2016Leave a comment
Debemos crear un fichero BAT (.bat) en la misma ruta de la DLL que queremos firmar. DEL .\SIGNED_LIBRARY.* /F "C:\Program...

Añadir Site Column del tipo Lookup Field via PowerShell

Ismael CruzApril 18, 2016Leave a comment
Con este script podeis crear columnas del tipo Lookup a una lista en SharePoint: $web = Get-SPWeb "WEB_URL" $list =...

Eliminar una columna de todas las listas via Power Shell

Ismael CruzFebruary 1, 2016Leave a comment
Puede ocurrir que al crear una Site Column y agregarla a un Content Type, nos hayamos equivocado en algún parámetro...

Crear y añadir columnas a un Content Type via Power Shell

Ismael CruzJanuary 8, 2016Leave a comment
Nota: Al final de la explicación está el código entero para copy-paste. Nota: Si no lo ejecutamos directamente desde la...

Forzar el Stop de los Crawls por Power Shell

Ismael CruzJune 24, 2015Leave a comment
Este comando detiene todos los Crawls que no estén en estado “Idle”: Get-SPEnterpriseSearchCrawlContentSource -SearchApplication "Search Service Application" | ForEach-Object { if ($_.CrawlStatus -ne...

Forzar Activacion Feature SharePoint 2013

Ismael CruzFebruary 24, 2015Leave a comment
1. Abrir SharePoint Management Shell 2. Ejecutar: Get-SPFeature -Limit ALL | Where-Object {$_.DisplayName -like "*FEATURE_NAME*"} 3. Copiamos el ID de...

Posts navigation

1 2 3

Buscar

Categorías

Active Directory (3) AngularJS (3) ASP.NET (11) BAT Files (4) Boundaries (2) C# (24) Central Admin (6) Client-Side (12) Contents (12) CSS (5) Custom Code (21) Entity Framework (1) Errors (17) Event Receivers (2) File Formats (1) HTML (4) HttpModule (2) Hyper-V (2) IIS (3) iOS (3) Javascript (17) JQuery (7) LOG (2) Look and Feel (6) Mac OS X (2) Modern Sites (3) Network (1) Office 365 (7) Performance (2) PowerQuery (2) PowerShell (21) React (3) Search (5) SharePoint Online (14) SharePoint OnPrem (69) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by Crocoblock.