ahpooch

Results 11 issues of ahpooch

poshtestgallery.com become accessible only to Microsoft employees or is completely out of production. See https://github.com/PowerShell/PowerShell/issues/17019#issuecomment-1079483836

A module named Microsoft.PowerShell.GraphicalTools used to be built and published out of ConsoleGuiTools repo, but it is deprecated and unmaintained.

https://github.com/Neon-Cyber-Crutches/awesome-powershell#readme This is an active repository for powershell forked from original [awesome-powershell](https://github.com/janikvonrotz/awesome-powershell) repository and updated with recent pull requests. Earlier, I [offered help in maintaining the source repository](https://github.com/janikvonrotz/awesome-powershell/issues/161) but did...

### Greetings, Janik. Allow me to express my appreciation for the list of resources on PowerShell that you have compiled in awesome-powershell. Unfortunately, I see that you currently do not...

**Describe the bug** When using the Help Desk functionality to reset a user’s password, if we generate a random password, then after clicking on any of the generated passwords, it...

## A clear and concise description of what the problem is We have long been using the setting `Modules => Authenticated => Help Desk => Profiles => default => Options...

### Prerequisites - [x] Write a descriptive title. - [x] Make sure you are able to repro it on the latest version - [x] Search the existing issues. ### Steps...

Area-MAML

### Resource proposal # Proposition I propose creating a resource for managing DNS Policies. # DNS Policies DNS Policies specify how incoming resolution queries are handled by a DNS server....

### Resource proposal You can use DNS Query Resolution Policies to specify how incoming resolution queries are handled by a DNS server. To find more details about DNS Policies resources...

# Problem When creating task involving Microsoft.Powershell.PlatyPS, assembly Markdig.Signed could not be loaded. ### Steps to reproduce Create UpdateHelpFiles Task ```cake.build Task("ImportPlatyPS") .Description("Test importing Microsoft.Powershell.PlatyPS") .Does(() => { StartPowershellScript( @"Write-Host...