• Skip to main content
  • Skip to primary sidebar

Technical Notes Of
Ehi Kioya

Technical Notes Of Ehi Kioya

  • About
  • Contact
MENUMENU
  • Blog Home
  • AWS, Azure, Cloud
  • Backend (Server-Side)
  • Frontend (Client-Side)
  • SharePoint
  • Tools & Resources
    • CM/IN Ruler
    • URL Decoder
    • Text Hasher
    • Word Count
    • IP Lookup
  • Linux & Servers
  • Zero Code Tech
  • WordPress
  • Musings
  • More
    Categories
    • Cloud
    • Server-Side
    • Front-End
    • SharePoint
    • Tools
    • Linux
    • Zero Code
    • WordPress
    • Musings

Programming

“Hacking” A WordPress Password

September 6, 2018 by Ehi Kioya 1 Comment

Hacking A WordPress Password

Locked out of your WordPress website? No worries. This article explains how a server administrator can either force reset a user’s WordPress password or create a new WordPress admin user with a brand new password. Database and FTP methods are described.

Filed Under: Backend (Server-Side), Database, Programming, WordPress Tagged With: Database, MySQL, Password, PHP, Programming, WordPress

WordPress Password Hash Generator

September 4, 2018 by Ehi Kioya 2 Comments

WordPress Password Hash Generator

This WordPress Password Hash Generator uses the official WordPress hashing function wp_hash_password() behind the scenes. With this tool, you can convert a password to its hash code (or hash sum or checksum), which can then be used to set a new password directly in the WordPress MySQL database.

Filed Under: Backend (Server-Side), Programming, Tools & Resources, WordPress Tagged With: Hashing, Password, Programming, Security, WordPress

Timer job to delete SharePoint orphaned users

February 27, 2018 by Ehi Kioya Leave a Comment

Timer Job to Delete SharePoint Orphaned Users

This article discusses how to create a timer job for deleting orphaned users (SharePoint users that are deleted or disabled in AD) using Visual Studio. I have tested this solution on both SharePoint 2016 and SharePoint 2010. So, it would of course also work for SharePoint 2013.

Filed Under: Backend (Server-Side), C#, Programming, SharePoint Tagged With: CSharp, Programming, SharePoint

PowerShell script to delete SharePoint orphaned users

February 24, 2018 by Ehi Kioya 22 Comments

PowerShell script to delete SharePoint Orphaned Users

Orphaned users in SharePoint are users that have been disabled or completely deleted from active directory but are still referenced in list items and sites, and especially in the SharePoint people picker control. This article explains how to remove them using PowerShell.

Filed Under: Backend (Server-Side), PowerShell, Programming, SharePoint Tagged With: PowerShell, Programming, SharePoint

Converting asynchronous SharePoint event receivers to synchronous

February 17, 2018 by Ehi Kioya Leave a Comment

SharePoint event receivers

If you encounter the edit properties box on single document uploads and still want to run custom code in the ItemAdded event receiver, you will need to employ the method discussed in this article of converting asynchronous SharePoint event receivers to synchronous. The motivation behind this post was to avoid save conflict errors. But there are potentially other scenarios where it might be useful to make asynchronous SharePoint event receivers synchronous.

Filed Under: Backend (Server-Side), C#, Programming, SharePoint Tagged With: CSharp, Programming, SharePoint

Adding fields to SharePoint lists with the AddFieldAsXml method

February 16, 2018 by Ehi Kioya Leave a Comment

Using the AddFieldAsXml method

If you perform any automated website or list/library creation in SharePoint, you would at one point or another need to define and add fields (SPField) via code using the AddFieldAsXml method of the SPFieldCollection class. This article focuses on a few “gotchas” you may encounter while working with this method.

Filed Under: Backend (Server-Side), Programming, SharePoint Tagged With: CSharp, Programming, SharePoint

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 10
  • Go to Next Page »

Primary Sidebar

23,571
Followers
Follow
30,000
Connections
Connect
14,568
Page Fans
Like
  • Recently   Popular   Posts   &   Pages
  • Actual Size Online Ruler Actual Size Online Ruler
    I created this page to measure your screen resolution and produce an online ruler of actual size. It's powered with JavaScript and HTML5.
  • Fix For “Function create_function() is deprecated” In PHP 7.2 Fix For "Function create_function() is deprecated" In PHP 7.2
    As of PHP 7.2 create_function() has been deprecated because it uses eval(). You should replace it with an anonymous function instead.
  • How To Change A SharePoint List Or Library URL How To Change A SharePoint List Or Library URL
    All versions of the SharePoint user interface provide an option to change the title (or display name) of a list or library. Changing SharePoint library URL (or internal name), however, is not exactly very intuitive. We will discuss the process in this article.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to page 5
  • Interim pages omitted …
  • Go to page 10
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy