Skip to content

Collection of scripts to be used with Microsoft products and services.

License

Notifications You must be signed in to change notification settings

stas-sultanov/ms-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Authored by Stas Sultanov [ linkedIn | gitHub | mail ]

About

Collection of Powershell scripts for Microsoft products and services.

Content

Root
│
├── Azure                                       # Scripts for Microsoft Azure services.
│   │
│   ├── ApplicationInsights
│   │   └── ReCreateApiKey.ps1                  # Create or Reset ApiKey with name specified.
│   │
│   ├── CDN
│   │   └── EnableHTTPS.ps1                     # Enable HTTPS for all CDN profiles.
│   │
│   ├── DataFactory
│   │   └── ManageTriggerState.ps1              # Stop all triggers in specified Azure DataFactory instance.
│   │
│   ├── DevOpsPipelines
│   │   └── LoadAsVariables.ps1                 # Load file in JSON format as Azure DevOps Pipeline variables.
│   │
│   └── SqlServerDatabase
│       ├── CreateUserForEntraIdentity.ps1      # Create SQL Server Database User for Identity within the Entra ID tenant.
│       └── ManageUserAccess.ps1                # Set User access mode for the specified Sql Server Database.
│
├── Entra                                       # Scripts for Microsoft Entra services.
│   │
│   ├── Application
│   │   ├── Provision.ps1                       # Provision an Application Registration within the Entra ID tenant.
│   │   └── Remove.ps1                          # Remove an Application Registration within the Entra ID tenant.
│   │
│   ├── Group
│   │   └── Provision.ps1                       # Provision a Group within the Entra ID tenant.
│   │   └── Remove.ps1                          # Remove a Group within the Entra ID tenant.
│   │
│   └── Identity
│       └── AssignRole.ps1                      # Assign Identity to the specified Role within the Entra ID tenant.
│
├── license                                     # License file.
└── readme.md                                   # This file.

About

Collection of scripts to be used with Microsoft products and services.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published