Skip to content
View laymanstake's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report laymanstake

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
laymanstake/README.md



👨‍💻 About Me :
  • 👋 Hi, I’m Nitish Kumar @laymanstake. Working in Windows Infra since almost two decades now.
  • 👀 I’m interested in O365/ Azure/ System Administration and PowerShell
  • 🌱 I’m currently learning Powershell, DevOps, Co-pilot and enjoying Grafana, Prometheus
  • 💞️ I’m looking to collaborate on PowerShell, Devops.
  • 📫How to reach me: LinkedIn Badge

Jokes Card



🛠️ Languages and Tools :

Microsoft Azure  Microsoft 365  Windows PowerShell  Microsoft Windows  VS Code  Wordpress  Linux  CentOS Prometheus  GitHub  Git  SSH  Redhat  Python  Putty  Twitter  LinkedIn  Google  Facebook 

🔥 My Stats :

GitHub Streak

Top Langs

Pinned Loading

  1. The script to perform AD assessment ... The script to perform AD assessment including ADFS, ADSync checks
    1
    #Requires -Version 3.0
    2
    #Requires -Modules ActiveDirectory, GroupPolicy, DnsServer
    3
    
                  
    4
    <#  
    5
        Author : Nitish Kumar
  2. Collection of PS functions for UI El... Collection of PS functions for UI Elements
    1
    Add-Type -AssemblyName System.Windows.Forms
    2
    Add-Type -AssemblyName System.Windows.Forms.DataVisualization
    3
    
                  
    4
    function New-SplashFromImage{
    5
        [CmdletBinding()]
  3. PowerShell script, which can downloa... PowerShell script, which can download almost all the latest packages (except nssm, which is not github hosted) and then proceed to configure them on the same machine. Functions to download and create services are created in a way that select set of package can be downloaded or installed as putting everything on the same server may not be good idea.
    1
    #Requires -RunAsAdministrator
    2
    #Requires -Version 3.0
    3
    #Requires -Modules BitsTransfer
    4
    # Author : Nitish Kumar
    5
    # Download and Install Prometheus, Grafana and Windows Exporter
  4. Bash script, which can download almo... Bash script, which can download almost all the latest packages for Prometheus, Grafana and node Exporter and then proceed to configure them
    1
    #!/bin/bash
    2
    
                  
    3
    # Author : Nitish Kumar
    4
    # Download and Install Prometheus, Grafana and Node Exporter
    5
    # version 1.0 | 24/10/2022 Initial version
  5. AD Assessment script for CyberArk li... AD Assessment script for CyberArk like cases without asking cred
    1
    #Requires -Version 3.0
    2
    #Requires -Modules ActiveDirectory, GroupPolicy, DnsServer
    3
    
                  
    4
    <#  
    5
        Author : Nitish Kumar
  6. To patch a server remotely, if you h... To patch a server remotely, if you have admin access and PS remoting on, then all it needs the machine name
    1
    #Requires -Version 3.0
    2
    
                  
    3
    <#  
    4
        Author : Nitish Kumar
    5
        Performs Remote patching