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

Tag: user

SharePoint Online – Obtener User Properties en Page Layout sin llamadas Asíncronas

Ismael CruzSeptember 21, 2018Leave a comment
Podemos obtener las propiedades por medio de un control llamado ProfileProperty. 1 Registrar el namespace <!--SPM:<%@ Register Tagprefix="PortalWebControls" Namespace="Microsoft.SharePoint.Portal.WebControls" Assembly="Microsoft.SharePoint.Portal,...

Obtener Objeto Usuario de SharePoint utilizando CSOM

Ismael CruzApril 24, 2017Leave a comment
Podemos obtener un usuario de SharePoint con el metodo EnsureUser. Caso práctico: Obtener usuario para crear un nuevo item en...

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...

Cambiar de Usuario en SharePoint 2013

Ismael CruzDecember 23, 2014Leave a comment
Podemos cambiar el usuario actual de nuestro Site de SharePoint en 2013 accediendo a la siguiente url: {MY_SITE}/_layouts/closeConnection.aspx?loginasanotheruser=true Por ejemplo:...

Windows Server 2012: Add Administrators to Active Directory in 6 Steps

Ismael CruzApril 17, 2014Leave a comment
1. Go to Administrative Tools 2. Open Active Directory Users and Computers 3. Go to Builtin and you will see...

Stop-Start SharePoint Services On Server using Management Shell and their Names

Ismael CruzApril 16, 2014Leave a comment
We can start and stop SharePoint server services using SharePoint Management Shell and this Scripts: get-spserviceinstance | ? {$_.Typename -eq "YOURSERVICENAME"}...

Password Requirements for Windows Server Active Directory

Ismael CruzMarch 7, 2014Leave a comment
Basically: Password must not contain the user’s entire Account Name. Password must contain an Uppercase character, a Lowercase character and...

Retrieve User Profile Properties using Client Object Model in SharePoint 2013

Ismael CruzAugust 28, 2013Leave a comment
I’ve found an interesting link about how to retrieve some properties of user profiles in SharePoint 2013 by using its...

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 (15) 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 (6) Performance (2) PowerQuery (2) PowerShell (18) React (3) Search (5) SharePoint Online (12) SharePoint OnPrem (68) SPFx (4) SQL (3) Terminal (2) TFS (2) Typescript (5) User Profiles (3) VBA (3) Visual Studio (13) Windows Server (6) Workflows (3)
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy
IDT Tech Blog
Proudly powered by WordPress | Theme: refur by teFox.