User contributions for Aleks

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

2 February 2024

31 January 2024

29 January 2024

27 January 2024

25 January 2024

24 January 2024

23 January 2024

  • 21:0821:08, 23 January 2024 diff hist +463 CertificatesNo edit summary Tag: Visual edit
  • 17:3617:36, 23 January 2024 diff hist +299 N WmiCreated page with "== Testing WMI DCOM rpc server connections == you can use the following tool to test remote wmi and dcom connections:<syntaxhighlight lang="powershell"> wbemtest </syntaxhighlight>Check out this guide for troubleshooting options [https://theitbros.com/the-rpc-server-is-unavailable-0x800706ba/ link]" current Tag: Visual edit

22 January 2024

  • 18:4218:42, 22 January 2024 diff hist +1,109 N WingetCreated page with "== Install winget - appinstaller on windows server 2022 == Download the package and dependencies: * <code>b0a0692da1034339b76dce1c298a1e42_License1.xml</code> and <code>Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle</code> from <nowiki>https://github.com/microsoft/winget-cli/releases/tag/v1.2.10271</nowiki> * <code>Microsoft.VCLibs.x64.14.00.Desktop.appx</code> from <nowiki>https://docs.microsoft.com/en-us/troubleshoot/developer/visualstudio/cpp/libraries/c-runt..." current Tag: Visual edit

20 January 2024

19 January 2024

18 January 2024

17 January 2024

15 January 2024

4 January 2024

  • 14:3814:38, 4 January 2024 diff hist +670 N RoutingRemoteAccessServerCreated page with "== RAS server == === Certificate renewal === When renewing the certificate for the VPN connection on the RAS server you will need to update the registry keys for the SSTP service for the new certificate. use the following commands<syntaxhighlight lang="powershell" line="1"> $Thumbprint = <TLS certificate thumbprint> $Cert = Get-ChildItem -Path Cert:\LocalMachine\My\$thumbprint Set-RemoteAccess -SslCertificate $Cert Restart-Service RemoteAccess -Passthru </syntaxhighligh..." current Tag: Visual edit

19 December 2023

  • 13:3613:36, 19 December 2023 diff hist +447 N VirtualharddiskCreated page with "== Convert from VHD to VMDK == use qemu-img tool to convert disk formats, documentation here: [https://www.qemu.org/docs/master/tools/qemu-img.html qemu-img doc] can download the tool here: [https://cloudbase.it/qemu-img-windows/ download] Example of simple use to convert from vhd to vmdk:<syntaxhighlight lang="powershell"> .\qemu-img.exe convert C:\diskstoconvert\sourcedisk.vhd -O vmdk C:\diskstoconvert\converteddisk.vmdk </syntaxhighlight>" current Tag: Visual edit

8 December 2023

  • 16:4516:45, 8 December 2023 diff hist +396 AzurepowershellNo edit summary current Tag: Visual edit
  • 14:5614:56, 8 December 2023 diff hist +494 N AzurepowershellCreated page with "== Get Info on Function Apps == Commands to find info on vnet usage of function apps: Get the function apps:<syntaxhighlight lang="powershell"> $functionApps = Get-AzFunctionApp -ResourceGroupName $resourceGroupName -Name $functionAppName </syntaxhighlight>go through each app to display the vnet and subnet it is attached to using the siteconfig info:<syntaxhighlight lang="powershell"> foreach($app in $functionApps){write-host "$($app.siteconfig.vnetname) $($app.name)"}..." Tag: Visual edit

7 December 2023

6 December 2023

5 December 2023

4 December 2023

1 December 2023

29 November 2023

  • 14:3414:34, 29 November 2023 diff hist +201 VCenter→‎vCenter Upgrade current Tag: Visual edit
  • 14:3114:31, 29 November 2023 diff hist +569 N VCenterCreated page with "==vCenter Upgrade== [https://kb.vmware.com/s/article/2143838 Build Numbers for vCenter appliance] Check vCenter appliance build so you can re-create if upgrade fails so badly that snapshot is not recoverable. You will need the same installer to be able to recover the backup you took as the backup is version dependant === Backup vCenter Appliance === Make sure you take a backup of the appliance before making any changes: Go to the VAMI: https://<FQDN of vCenter applian..." Tag: Visual edit

28 November 2023

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)