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

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

Build a Music Recommendation System with Azure Container Apps and AI – Lab from MS Build 2024

We’re building a music recommendation service where users will be able to search and select from a set of songs, and the system will recommend similar songs to them. Below is a depiction of the architecture: The application is composed of four different components: A Azure Container Apps (ACA) Jupyter Environment which teaches about and produces embeddings […]

Czytaj dalej

«< 3 4 5 6 7 >»
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