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

Desktop Automation – Low Code, AutoIt – and cloud era…

25 years ago in Windows 95/98 time, I remember a great, but not popular tool for desktop automation it is still active here: https://www.winbatch.com/ It allows record mouse movements and does repetitive tasks. But it was also including his own very simple language similar to basic as far I remember. There is a library of […]

Czytaj dalej

How to update Tag for all VM in particular Resource Group

Small script to remember how to update Tag for all VM in particular resource group: $tags = @{“tag01″=”x2”; “tag02″=”x2”; “tag03″=”x0”} Get-AzResource -ResourceGroup todelete -resourcetype Microsoft.Compute/virtualMachines| Update-AzTag -Tag $tags -Operation Merge

Czytaj dalej

Trust Relationship in Domain Controller – The target principal name is incorrect

In case that your domain controller can not replicate with other domain controllers and you suspect that it is connected with trust relationship is broken (The target principal name is incorrect) try to do the following: klist purge netdom resetpwd /server:westus-ad02 /ud:global\mariusz.ferdyn-adm /pd:Confirm101%ab powershell -command “Restart-Service kdc -Force” powershell -command “Restart-Service ntds -Force” repadmin /syncall […]

Czytaj dalej

Azure Force Tunneling – do not forget about this if you want to enable

$LocalGateway = Get-AzLocalNetworkGateway -Name “DefaultSiteHQ” -ResourceGroupName “ForcedTunneling” $VirtualGateway = Get-AzVirtualNetworkGateway -Name “Gateway1” -ResourceGroupName “ForcedTunneling” Set-AzVirtualNetworkGatewayDefaultSite -GatewayDefaultSite $LocalGateway -VirtualNetworkGateway $VirtualGateway and finally add route table with 0.0.0.0/0 to Virtual Network Gateway.

Czytaj dalej

How to export unexportable all certificates – fast and easy

Mimikatz can be a tool not only for hackers. During migrations to Cloud from IaaS many times I need to export the certificate to reuse on the cloud – most of them -p private kay is protected against the export. But it is easy to do with Mimikatz. Moreover, it is easier than using certificates […]

Czytaj dalej

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