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

Migrating Existing RDS environment to Windows Desktop in Azure

This is Hans On Lab Recording from Microsoft Ignite 2019. You can migrate not only existing Remote Desktop Hosts but also VDI solutions. Script used in this Lab: Install-Module -Name Microsoft.RDInfra.RDPowerShell $tenant = “HOLVDI” $hostpoolname = “rg982109-p” Add-RdsAccount -DeploymentUrl “https://rdbroker.wvd.microsoft.com” New-RdsHostPool -TenantName $tenant -Name $hostpoolname New-RdsRegistrationInfo -TenantName $tenant -HostPoolName $hostpoolname -ExpirationHours 4 | Select-Object -ExpandProperty […]

Czytaj dalej

Ignite 2019 Hall Of Fame – Most Valuable Professional and Regional Directors

As usually during Microsoft Ignite Conference on a blue stands there was a list of all Most Valuable Professionals and on a black stands all Microsoft Regional Directors. Microsoft Most Valuable Professionals, or MVPs, are technology experts who passionately share their knowledge with the community. Microsoft Regional Directors are more focused on business than MVPs, […]

Czytaj dalej

Learning Pyramid – czyli jak uczyć się i uczyć innych skutecznie

Swojego czasu, mój kolega Certyfikowany Trener Microsoft mawiał – chcesz się nauczyć jakiejś technologii – poprowadź z tego szkolenie. Ja wtedy byłem na początku drogi Trenerskiej, w która tak swoją dragą nie zaangażowałem się nigdy w 100% i wtedy nie do końca się zgadzałem z tym twierdzeniem. Aczkolwiek trzeba przyznać, że coś w tym jest […]

Czytaj dalej

Continuously upload files to FTP using PowerShell

Sometimes we need to continuously upload files to FTP from local disk. We can do it using the following PowerShell Script. import-module NetCmdlets $i=5 while ($i -eq 5){ new-item c:\wgrywam -itemtype directory Get-ChildItem C:\CB08 -Recurse |? {$_.LastWriteTime -le (get-date).AddMinutes(-3)} |% {move-item $_.Fullname c:\wgrywam} Get-ChildItem C:\wgrywam -Recurse |% {send-ftp -server ftp.pol.pl -user uzytkownik -password haslo -localfile […]

Czytaj dalej

How Azure can help you with performance tests using JMeter

This article is rather dedicated to attendees of http://www.jstalks.net/ conference. You can use this article if you do not attendee to that conference, but probably it will need more engagement from you to understand of flow this: During this session, you will learn how to adopt Azure to do a performance test using Jmeter. In […]

Czytaj dalej

«< 29 30 31 32 33 >»
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