PowerShell
PowerShell copied to clipboard
PowerShell Core Profile Directory
- [ ] Add function `Mount-DevDrive` to `PSProfile/PSProfile.Functions.ps1` - [ ] Create a script via `New-ScriptFileInfo` and publish to PSGallery and Install into `Scripts` folder.
Replace outdated "Profile" folder with a new "PSProfile" directory containing the following structure: - [x] `PSProfile.Aliases` - [x] `PSProfile.Functions` - [ ] `PSProfile.Integrations` - [ ] `PSProfile.Modules` - [x] `PSProfile.Prompt`...
- [ ] High level function: `Get-SystemInformation` - [ ] Reporting Function: `Export-SystemInventoryReport` *** ## System Inventory Report - Options on report detail level: - "All": Exports all areas -...