PowerShell icon indicating copy to clipboard operation
PowerShell copied to clipboard

PowerShell Core Profile Directory

Results 4 PowerShell issues
Sort by recently updated
recently updated
newest added

- [ ] Add function `Mount-DevDrive` to `PSProfile/PSProfile.Functions.ps1` - [ ] Create a script via `New-ScriptFileInfo` and publish to PSGallery and Install into `Scripts` folder.

enhancement

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`...

enhancement

- [ ] High level function: `Get-SystemInformation` - [ ] Reporting Function: `Export-SystemInventoryReport` *** ## System Inventory Report - Options on report detail level: - "All": Exports all areas -...