Skip to content
View kkazala's full-sized avatar

Highlights

  • Pro

Block or report kkazala

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Remove unused API permissions assign...
    1
    <#
    2
        .DESCRIPTION
    3
            To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested 
    4
            by SPFx solutions and compare them with those granted to the 
    5
            "SharePoint Online Client Extensibility Web Application Principal".
  2. Grant Service Principal (System-Mana...
    1
    <#
    2
        .DESCRIPTION
    3
        This script can be used to grant System-Managed Identity used by automation (Azure Runbook, Azure Functions)
    4
        API permissions and access to SPO sites,that are necessary to:
    5
        - audit API permissions assigned to the "SharePoint Online Client Extensibility Web Application Principal".
  3. This script analyzes tenant-level an...
    1
    
                  
    2
    param (
    3
        [Parameter(Mandatory = $true)]
    4
        [string] $domainName
    5
    )
  4. spfx-Panel Public

    This control renders stateful Panel that can be used with ListView Command Set extensions. It may optionally refresh the list view page after the panel is closed. It opens when a List Command butto…

    JavaScript 8 2

  5. rush-conventionalcommits Public

    JavaScript 5 3

  6. PowerAutomate-Get-Data-Source-List-Info Public

    A flow to retrieve list information (title, url, driveId) for use with Power Automate actions

    1