Wiedza
  • 0 Koszyk
  • Kontakt
  • Moje konto
  • Blog
  • MOC On-Demand – co to takiego?
  • MOC On-Demand – Co zyskujesz?
  • Kursy MS

Azure Devops Custom (Errors) Messages in emails and Job reports

One of the common feature request for Azure Devops is to have a custom messages in emails. It could be great feature, but currently we have some options – so let’s see them one by one. The code: – task: Bash@3   inputs:     targetType: ‘inline’     script: |       echo “##vso[task.logissue type=error]Hello world!”       echo “##vso[task.complete result=Failed]” produces the following report (we see the message), and email (we […]

Czytaj dalej

Build your own Copilots with Microsoft Copilot Studio – Step By Step LAB from #MSBUILD 2024

Learn how you can build your own copilots with Microsoft Copilot Studio. In this workshop you’ll learn how Copilots can be created for use across the business. You’ll also see how you can create custom plug ins that can integrate with custom solutions. We’ll then show you how you can use Generative AI for even […]

Czytaj dalej

Intune Script that can create new local admin user – helpful if LAPS fails

Remediation script: # Define the new user’s username and password $newUsername = “mfmfmf” $newPassword = ConvertTo-SecureString “xxxx” -AsPlainText -Force # Create the new local user New-LocalUser -Name $newUsername -Password $newPassword -FullName “New User” -Description “This is a new user account.” # Optionally, add the user to a group (e.g., Administrators) Add-LocalGroupMember -Group “Administrators” -Member $newUsername […]

Czytaj dalej

Via Intune fix – The trust relationship between this workstation and the primary domain failed

On machine where you see trust relationship is broken, log in using last credentials, but without network. In this way it should be possible. We are saving them to avoid storing AD credentials in Intune. Save locally the variables with permissions to reset password using this script: $adminUsername=”xxxx\adjoinuser” $adminPassword=”xxx” #$cred = New-Object PSCredential $adminUsername, ($adminPassword […]

Czytaj dalej

Azure DevOps Export Variables Group – GUI

As you probably notice there is no GUI to export the Variables Groups, but there is a very nice API that can be called directly from your browser. So simply call https://dev.azure.com/{organization}/{project}/_apis/distributedtask/variablegroups?api-version=5.0-preview.1 like: https://dev.azure.com/xxx/AppGeatewyBicep/_apis/distributedtask/variablegroups?api-version=5.0-preview.1 It display all the Variables Groups in Azure DevOps like: To display one Variable Group and Export it use this: https://dev.azure.com/{organization}/{project}/_apis/distributedtask/variablegroups/{groupId}?api-version=5.0-preview.1 […]

Czytaj dalej

«< 2 3 4 5 6 >»
Projekt i wykonanie: Mobiconnect i fast-sms.net   |    Regulamin
Ta strona korzysta z ciasteczek aby świadczyć usługi na najwyższym poziomie. Dalsze korzystanie ze strony oznacza, że zgadzasz się na ich użycie.Zgoda

Added to Cart

Keep Shopping