Julien Zweverink
Julien Zweverink
works as designed, Alternatie could be: ```PowerShell $List = @() $List += $1..100 | Invoke-Parallel -ScriptBlock { $item = $_ * 15 return $item } ```
i tried to edit just this line but that give's an error. after the setup of the integration.
Microsoft has got some documentation on the API here: https://learn.microsoft.com/en-us/rest/api/dns/record-sets/create-or-update?tabs=HTTP
i have a issue when deploying NetworkWatcher FlowLog with bicep: ``` Status Message: Subscription ****-9fdc-4417-a4be-******* is not registered with Microsoft.Insights provider which is required to emit flow logs to storage...
Resource providers should automatically register when deploying with ARM (or bicep). Posted the issue here because in this case it was not working. And worked around it for now by...
Same issue here. i have [email protected] and limited the sign in options to only allow users from "example.com". Only some users have a mismatch in email [email protected]. And then these...
@andschwa We talked about platting request like this one on the PsConfEU23 last week. When writing an script you start by typing commands with IntelliSense and then when the cmdlet...
Pre-Auth support would be great security feature! These is full support on Android, IOS, Windows Here are some doc's and libary links: - [what-are-passkeys](https://passkeys.dev/docs/intro/what-are-passkeys/) - [libraries](https://passkeys.dev/docs/tools-libraries/libraries/) - [Fido Alliance- Passkeys](https://fidoalliance.org/passkeys/)...