All public logs

Combined display of all available logs of Piszczynski. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)
  • 12:07, 10 May 2024 Aleks talk contribs created page AzureAVD (Created page with "== Create Images for AVD == To create images for AVD you will need to create a VM and install all the required apps") Tag: Visual edit
  • 13:51, 7 May 2024 Aleks talk contribs created page EntraID (Created page with "== Check Domain Join Status == Check the status of domain joined devices with the following command:<syntaxhighlight lang="powershell"> dsregcmd /status </syntaxhighlight>") Tag: Visual edit
  • 12:11, 25 April 2024 Aleks talk contribs created page Msedge (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 2024 Aleks talk contribs created page CitrixMFA (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 2024 Aleks talk contribs created page Kubernetes (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 2024 Aleks talk contribs created page Nordvpn (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 2024 Aleks talk contribs created page Traefik (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 2024 Aleks talk contribs created page Sysprep (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 2024 Aleks talk contribs created page Windowsremotemangement (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 2024 Aleks talk contribs created page Windowshello (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 2024 Aleks talk contribs created page Wmi (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 2024 Aleks talk contribs created page Winget (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
  • 12:44, 15 January 2024 Aleks talk contribs created page AzureLinux (Created page with "==Linux VMs in Azure== ===Unable to access serial console while booting=== In Azure console output is sent to the log diagnostics console rather than the serial console when booting. This can cause issues as you cannot send commands to the console screen to manage any boot options the VM may be requesting. To fix this you will need to access the GRUB boot menu. Select the recovery option and press "e" Change the following: linux /boot/vmlinuz-4.15.0-1023-azure root=U...") Tag: Visual edit
  • 14:38, 4 January 2024 Aleks talk contribs created page RoutingRemoteAccessServer (Created 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...") Tag: Visual edit
  • 13:36, 19 December 2023 Aleks talk contribs created page Virtualharddisk (Created 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>") Tag: Visual edit
  • 14:56, 8 December 2023 Aleks talk contribs created page Azurepowershell (Created 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
  • 20:30, 5 December 2023 Aleks talk contribs created page Fortiswitch (Created page with "==Fortiswitch Documentation== Find admin documentation here: https://docs.fortinet.com/document/fortiswitch/7.2.5/administration-guide/755567/introduction") Tag: Visual edit
  • 18:10, 5 December 2023 Aleks talk contribs created page HPswitch (Created page with "== View MAC Address tables == '''Listing all learned MAC addresses on the switch, with the port number on which each MAC address was learned'''<syntaxhighlight lang="bash"> show mac-address </syntaxhighlight>'''Listing all learned MAC addresses on one or more ports, with their corresponding port numbers''' For example, to list the learned MAC address on ports A1 through A4 and port A6:<syntaxhighlight lang="bash"> show mac-address a1-a4,a6 </syntaxhighlight>'''Listing a...") Tag: Visual edit
  • 13:32, 4 December 2023 Aleks talk contribs created page Winscp (Created page with "==WinSCP automation with powershell== Powershell can be used to automate the upload and download of files from sftp servers using the .NET assembly === Setup Session: === Setup the SFTP session using the following code, you will need to have the winscp automation package stored on the server somewhere:<syntaxhighlight lang="powershell"> # Define the path to the WinSCP .NET assembly DLL $winscpPath = "C:\Automation\WinSCP-6.1.2-Automation\WinSCPnet.dll" # Update this pa...") Tag: Visual edit
  • 14:31, 29 November 2023 Aleks talk contribs created page VCenter (Created 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
(newest | oldest) View (newer 20 | ) (20 | 50 | 100 | 250 | 500)