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

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

NSG Flow Logs / VNet Flow Logs

VNet Flow Logs is a successor of NSG Flow Logs that works not in NSG context, but inside VNETs whats give us a better view. If you put consolidated logs to the Log Analytics Workspace there are some advantages also:   NSG Flow logs goes to AzureNetworkAnalytics_CL table that can not be exported, so can […]

Czytaj dalej

«< 20 21 22 23 24 >»
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