https://github.com/sonofmartinus/son-s-powershell-console
PowerShell Console customization
https://github.com/sonofmartinus/son-s-powershell-console
powershell
Last synced: 8 months ago
JSON representation
PowerShell Console customization
- Host: GitHub
- URL: https://github.com/sonofmartinus/son-s-powershell-console
- Owner: sonofmartinus
- Created: 2023-12-03T08:31:25.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T08:31:27.000Z (over 2 years ago)
- Last Synced: 2025-01-19T07:13:21.344Z (about 1 year ago)
- Topics: powershell
- Language: PowerShell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Highly Customized PowerShell Console
This console includes installing latest version of PowerShell core using winget. Adding RSAT tools for local domain management. Adding Exchange Online Module for Exchange Online management. Includes some default imports, variables, and some aliases for convenience.
# Example(s)
```
exoc -UserPrincipalName $adminUPN
```
Connecting to Exchange Online console using alias and variable for convenience.