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

Teams – share files between organizations, tenants.

Sometimes I need to explain several times differences between Guests and “non-guest” experience in Microsoft Teams. https://docs.microsoft.com/en-us/microsoftteams/communicate-with-users-from-other-organizations

Czytaj dalej

Azure Cost Savings – Change all disk to standard

This script is just as a reminder that using Power-Shell you can change disk SKU for your VM – in that way you can save cost. You can build solution that it will be changed for switched off VM and powered on also. #$SubscrybtionDev=”d2e666be-5fde-451b-84c9-9c545b3e435c” #Connect-AzAccount -UseDeviceAuthentication #Set-AzContext -Subscription $SubscrybtionDev $RGs = Get-AzResourceGroup $storageType = ‘Standard_LRS’ […]

Czytaj dalej

Connect to Azure Rest API via CURL

As a user: curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash apt install -y jq az login az account get-access-token declare subid=”xxx” declare response=$(az account get-access-token) declare token=$(echo $response | jq “.accessToken” -r) curl -i -X GET -H “x-ms-version: 2018-11-09” -H “content-length: 0” -H “Authorization: Bearer $token” “https://management.azure.com/subscriptions/xxx/resourceGroups/nvx-demo-sec/providers/Microsoft.Compute/virtualMachines?api-version=2021-07-01” As a application: declare TENANT_NAME=”xxx” # Values for the […]

Czytaj dalej

Azure Virtual WAN – Force Tunneling

* Force tunnel to NVA You can specify a 0.0.0.0/0 route in the defaultRouteTable with next hop Virtual Network Connection. Then specify the specific IP of the NVA. This will force all internet-bound traffic to be sent to a Network Virtual Appliance deployed in a spoke Virtual Network. For more detailed instructions, please consider the […]

Czytaj dalej

Back to young… Small Basic from Microsoft

More than 25 years ago I started programming using BASIC 2.0 (Commodore 64) – The Internet says that it was connected with Microsoft also…   But nowadays you can use Small Basic – also from Microsoft: You can download it from: https://smallbasic-publicwebsite.azurewebsites.net/ You can also export these to Visual Basic using this manual: https://social.technet.microsoft.com/wiki/contents/articles/38265.small-basic-instructions-to-graduate-and-debug-with-visual-studio-2017.aspx Simply […]

Czytaj dalej

«< 15 16 17 18 19 >»
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