New pages

New pages
Hide registered users | Hide bots | Show redirects
  • 12:11, 25 April 2024Msedge (hist | edit) ‎[358 bytes]Aleks (talk | contribs) (Created 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]") Tag: Visual edit
  • 12:02, 17 April 2024CitrixMFA (hist | edit) ‎[302 bytes]Aleks (talk | contribs) (Created 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") Tag: Visual edit
  • 15:34, 14 April 2024Kubernetes (hist | edit) ‎[478 bytes]Aleks (talk | contribs) (Created page with "==Create Pod== Create pod with the following command:<syntaxhighlight lang="bash"> kubectl apply -f pod.yaml #apply the config in the .yaml file </syntaxhighlight>inspect the pods conents:<syntaxhighlight lang="bash"> ps auxf </syntaxhighlight>use ctl command to see base info:<syntaxhighlight lang="bash"> sudo ctr --namespace=k8s.io containers ls </syntaxhighlight>") Tag: Visual edit
  • 15:34, 13 March 2024Nordvpn (hist | edit) ‎[608 bytes]Aleks (talk | contribs) (Created 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...") Tag: Visual edit
  • 17:47, 16 February 2024Traefik (hist | edit) ‎[5,325 bytes]Aleks (talk | contribs) (Created page with "===Traefik setup example=== [https://www.howtoforge.com/tutorial/ubuntu-docker-traefik-proxy/ Guide For setting up Traefik] Install latest docker-ce: *sudo apt install docker-ce Start the docker service and enable it to launch everytime at system boot. *systemctl start docker *systemctl enable docker Check version of docker: *docker version Additional: Running Docker for non-root user Docker container can be run under the non-root user. We just need to add the user to...")
  • 18:28, 27 January 2024Sysprep (hist | edit) ‎[575 bytes]Aleks (talk | contribs) (Created page with "==Sysprep== To use sysprep open CMD and go to the location of the sysprep EXE: %WINDIR%\system32\sysprep\sysprep.exe Then you can uses the /generalize command and select the options from the options box that appears:") Tag: Visual edit
  • 16:25, 25 January 2024Windowsremotemangement (hist | edit) ‎[1,055 bytes]Aleks (talk | contribs) (Created page with "== Enable RPC, WinRM and DCOM in firewall for remote monitoring == In windows server 2022 version use the following standard rules to enable RPC connections through the firewall<syntaxhighlight lang="powershell"> Set-netfirewallrule -displayname "Remote Scheduled Tasks Management (RPC)" -Enabled True Set-netfirewallrule -displayname "Remote Scheduled Tasks Management (RPC-EPMAP)" -Enabled True Set-netfirewallrule -displayname "Remote Service Management (RPC)" -Enabled Tr...") Tag: Visual edit
  • 14:37, 25 January 2024Windowshello (hist | edit) ‎[454 bytes]Aleks (talk | contribs) (Created page with "== Windows hello for business == use the following documentation for enabling windows hello for business: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/deploy/ https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/deploy/hybrid-cloud-kerberos-trust https://learn.microsoft.com/en-us/entra/identity/authentication/howto-authentication-passwordless-security-key-on-premises") Tag: Visual edit
  • 17:36, 23 January 2024Wmi (hist | edit) ‎[299 bytes]Aleks (talk | contribs) (Created 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]") Tag: Visual edit
  • 18:42, 22 January 2024Winget (hist | edit) ‎[1,109 bytes]Aleks (talk | contribs) (Created 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...") Tag: Visual edit