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

This member is waiting for initial replication for replicated folder SYSVOL Share and is not currently participating in replication.

This is a similar problem to FRS reinitialize File Replication Service problem described for an example here: https://support.microsoft.com/en-us/help/290762/using-the-burflags-registry-key-to-reinitialize-file-replication-servi   But we need to do it to DFS-R, fast steps:   On source domain controller stop DFS Replication Service. Open ADSI Edit and msDFSR-Enabled to False, here:   Set msDFSR—Options to 1 Do: repadmin /syncall source-dc […]

Czytaj dalej

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

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