mkht
mkht
### Description Attempt to configure ACLs for hidden files/folders using the cACL resource. The resource will fail to configure with an error that the target item is not found. ###...
# PR Summary Add a new parameter `-RetryMode` to `Invoke-WebRequest` and `Invoke-RestMethod` to add the ability to retry with exponential backoff strategy and exponential backoff with jitter strategy. The type...
### Summary of the new feature / enhancement I propose adding an optional parameter to `Invoke-WebRequest` and `Invoke-RestMethod` to determine the retry interval based on the exponential backoff algorithm. This...
This PR will fix #503
In a script, I set the value to `$VerbosePreference` variable as string and run `New-SSHConnection` command. The script ends with InvalidCastException. ## Steps to Reproduce This is a sample script....
I am trying to use Entra ID (formerly known as Azure AD) to log in to Pode.Web page. I have referred to the Pode documentation and carefully followed the PKCE...