Small script to remember how to update Tag for all VM in particular resource group: $tags = @{“tag01″=”x2”; “tag02″=”x2”; “tag03″=”x0&…Read more
Month: March 2021
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 …Read more
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” -…Read more