User contributions for Aleks

Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽

8 May 2024

7 May 2024

  • 13:5113:51, 7 May 2024 diff hist +171 N EntraIDCreated page with "== Check Domain Join Status == Check the status of domain joined devices with the following command:<syntaxhighlight lang="powershell"> dsregcmd /status </syntaxhighlight>" current Tag: Visual edit

25 April 2024

  • 12:1112:11, 25 April 2024 diff hist +358 N MsedgeCreated page with "== Allow insecure downloads == To enable insecure downloads in edge you can use the admx template for edge and enable the policy "InsecureContentAllowedForUrls" in Administrative Templates/Microsoft Edge/Content settings [https://learn.microsoft.com/en-us/deployedge/microsoft-edge-policies#insecurecontentallowedforurls Link to MS DOC on edge GPO templates]" current Tag: Visual edit

20 April 2024

19 April 2024

18 April 2024

17 April 2024

  • 12:0212:02, 17 April 2024 diff hist +302 N CitrixMFACreated page with "https://support.citrix.com/article/CTX235211/how-to-configure-netscaler-gateway-to-authenticate-using-mfa-nps-radius-server https://learn.microsoft.com/en-us/entra/identity/authentication/howto-mfaserver-deploy https://learn.microsoft.com/en-us/entra/identity/authentication/howto-mfa-nps-extension" current Tag: Visual edit

14 April 2024

7 April 2024

6 April 2024

5 April 2024

1 April 2024

25 March 2024

18 March 2024

15 March 2024

14 March 2024

13 March 2024

  • 15:3415:34, 13 March 2024 diff hist +608 N NordvpnCreated page with "== Configure IKEv2 VPN adapter for windows == Create network adapter with IKEv2 for type and EAP-MS-CHAPv2 and require encryption options get login credentials Add login credentials to the VPN connection. Use the following script to set the correct policy settings if getting a policy error when connecting:<syntaxhighlight lang="powershell"> Set-VpnConnectionIPsecConfiguration -ConnectionName "Your VPN Name" -AuthenticationTransformConstants SHA256128 -CipherTransfo..." current Tag: Visual edit

12 March 2024

23 February 2024

22 February 2024

19 February 2024

18 February 2024

16 February 2024

12 February 2024

5 February 2024

4 February 2024

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

26 November 2023

25 November 2023

24 November 2023

23 November 2023

22 November 2023

21 November 2023

18 November 2023

17 November 2023

16 November 2023

15 November 2023