Tom Piechota

Results 23 issues of Tom Piechota

#### Describe the Issue After updating to UD2.9.0 (enterprise) the sign out link has re-appeared. This should be hidden when using windows only auth method and the -passthru flag on...

bug
enterprise

#### Description Endpoint pages do not load (blank) when new-udpage has both -id and -endpoint parameters specified together. (Tested on UD 2.9.3 Only) #### Version Information - Universal: 1.3.1 -...

bug
PowerShell Universal

**Describe the bug** I have a requirement to create access reviews, occasionally out of schedule. I would like these instances to be part of the same definition so that all...

Bug: Documentation
Dependency: metadata-issue
type:bug

**Describe the bug** Running the following command breaks my authentication I'd previously configured with Connect-MgGraph: ```powershell Invoke-MGGraphRequest -uri "https://api.accessreviews.identitygovernance.azure.com/v1.0/identityGovernance/accessReviews/definitions//instances//contactedReviewers/`$count" ``` Subsequent commands using Get-Mg commands just fail with the following...

Needs: Attention :wave:

### Summary of the new feature / enhancement I just registered an azure keyvault as per the documentation, setup a script to register the vault after server start event. I...

enhancement
PowerShell Universal

If using core you'll get a relevant error from a bad rest request including the error message. example: ```powershell Invoke-RestMethod: Line | 2265 | $Response = Invoke-RestMethod @RestSplat | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~...

enhancement

https://docs.servicenow.com/bundle/sandiego-application-development/page/integrate/inbound-rest/concept/email-api.html

enhancement

Since every SNOW instance is developed differently for each org, things change. That's really the primary issue that led me to build this module. I've seen multiple instances of SNOW...

enhancement
refactor

I'll explain with a possible use case: Get-SNOWObject is used as a template function for all other Get-SNOW* (table) commands. It's parameters are pulled through to form the framework of...

enhancement

Any command that uses invoke-webrequest or invoke-restmethod must also invoke Assert-SNOWAuth.

testing