• 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

PowerShell

Download WSP Files From SharePoint Central Admin With PowerShell

October 20, 2019 by Ehi Kioya Leave a Comment

Downloading WSP Files From SharePoint Central Admin With PowerShell

Before updating a SharePoint solution you inherited from another developer, you may first want to download and save a copy of the currently deployed WSP solution file in SharePoint central admin. Here’s how to do that with 3 lines of PowerShell code.

Filed Under: Backend (Server-Side), PowerShell, SharePoint Tagged With: Central Admin, PowerShell, SharePoint, WSP

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

Credential encryption and security in MOF files

February 14, 2018 by Ehi Kioya 1 Comment

Credential security in MOF files

PowerShell desired state configuration scripts often request user credentials which then need to be stored in some form in the output MOF files. Since you never want to save passwords as clear text, this article explains how you can keep passwords secure and encrypted inside your MOF files.

Filed Under: Linux & Servers, PowerShell, Programming, SharePoint Tagged With: PowerShell, Programming, SharePoint

Managing SharePoint Site Access Requests with PowerShell

February 13, 2018 by Ehi Kioya 5 Comments

Manage SharePoint Site Access Requests

Access requests can be configured per site in SharePoint site settings. And there are quite a few PowerShell scripts out there to set the value of the email address that receives the notifications. However, what if you prefer to completely turn off the site access requests feature for all your websites in one shot, and then just display an access denied message when necessary? This article provides a PowerShell script for that purpose.

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

PowerShell Desired State Configuration (DSC): An Introduction

February 8, 2018 by Ehi Kioya 1 Comment

PowerShell Desired State Configuration

I have been playing a lot with PowerShell desired state configuration (DSC) recently and so, I decided to write an introductory post on it. In this article, I explain at a high level what PowerShell DSC is all about. And then, I provide a simple example that demonstrates at a basic level how PowerShell desired state configuration works.

Filed Under: Linux & Servers, PowerShell, Programming, SharePoint Tagged With: PowerShell, Programming, SharePoint

Increase list template maximum size in SharePoint

January 28, 2018 by Ehi Kioya Leave a Comment

SharePoint list template maximum size error

If you work with content migration in SharePoint sites, you may often need to save lists and libraries as templates so that you can re-use them in other sites. This article shows how to fix the error that occurs when the list template maximum size is greater that 50 MB (or 52428800 bytes).

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

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »

Primary Sidebar

23,721
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 Execute PowerShell Scripts From PHP How To Execute PowerShell Scripts From PHP
    We can now perform PowerShell magic right inside Linux boxes. For example, here's how to execute PowerShell scripts from PHP code on Linux.
  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Go to Next Page »
  • About
  • Contact

© 2022   ·   Ehi Kioya   ·   All Rights Reserved
Privacy Policy