Brian Kaiser

Results 11 issues of Brian Kaiser

## Problem When using `Save-OSDBuilderDownload`, OneDriveSetup.exe is always downloaded even if the `$GetOSDBuilderPathContentOneDrive` directory already has the latest version downloaded (or newer if using the Insider release). When using `New-OSBuild`,...

### Steps to reproduce When using `Set-VSTeamAccount` with tab completion for parameters, the `-Level` parameter does not auto-complete if it's not declared before the `-SecurePersonalAccessToken` parameter. You can still successfully...

bug

### Summary of the new feature / enhancement I think the only way to customize what properties are displayed by default with `DefaultDisplayPropertySet` is to use a function or script...

Issue-Enhancement

# PR Summary Fixed unintentionally repetitive language in PSGet.Resource.psd1. ## PR Context Fixes a minor language issue within PSGet.Resource.psd1 that appears when a module cannot be uninstalled because the module...

The confirmation for activated roles displays the `StartDateTime` and `EndDateTime` properties as UTC instead of local time. This makes it unclear what the actual start/end time is. ```PowerShell PS >...

enhancement
help wanted
good first issue

When using the `-Wait` parameter with `Enable-ADRole`, you get an error. This error does not occur when piping `Enable-ADRole` to `Wait-ADRole`. ```PowerShell PS > Enable-ADRole 'Global Reader (LJnv8vs6uUa3z6Em7nTEUZY-Uygeo0pJj_wBT3Lkhj8-1-e)' -Justification 'foo'...

Escaped the underscores for the naming convention to fix readability by ensuring they aren't interpreted as a stylizing character.

### Description of the new feature / enhancement As of version 0.78, the existing group policy templates allow you to disable utilities via the **Configure enabled state for individual utilities**...

Idea-Enhancement
Help Wanted
Cost-Small
Area-Enterprise
Product-Awake

Before submitting a bug report: - [X] Make sure you are able to repro it on the latest released version - [X] Perform a quick search for existing issues to...

### Steps to reproduce ```powershell New-VSTeamWorkItem -Title 'foo' -Description 'bar' -WorkItemType 'User Story' -ProjectName 'MyProject' ``` ### Expected behavior I expected that the **Details** field of the user story would...

bug