Skip to primary content
Skip to secondary content

SabrNET

IT technologies and troubleshooting

Main menu

  • Home
  • About me
  • Tools

Category Archives: Powershell

Powershell CMDlets, commands, tools..

Post navigation

← Older posts

Export all available Windows Event Logs via PowerShell

Posted on 5.6.2023 by MyKE
Reply

If you need to export all available Windows Event Logs, especially in the Windows Server Core edition (without GUI), you can utilize this PowerShell script:

Continue reading →
Posted in Powershell, Security | Leave a reply

Set LocalAccountTokenFilterPolicy to 1 via PowerShell

Posted on 1.6.2021 by MyKE
Reply

Ansible/Packer over WinRM can experience UAC Elevated rights issues if logged over the network.

To fix the issue:

Continue reading →

Posted in Policies, Powershell | Leave a reply

Powershell – Measure-Object is not exact because of rounding/flooring

Posted on 25.2.2020 by MyKE
Reply

In case you want to get maximal value without rounding/flooring – to be exact you should not use Measure-Object. You need to enumerate array (which is also faster).

Example:

Continue reading →

Posted in Powershell | Leave a reply

Determine installed Windows OS Language pack edition

Posted on 26.6.2019 by MyKE
Reply

In case you need to determine what language was Windows OS/Server installed run following script in powershell:

Continue reading →

Posted in Powershell | Leave a reply

How to modify LAN Proxy Exception List via Powershell

Posted on 26.2.2019 by MyKE
1

Example of the Powershell script which can modify IE LAN Proxy Exception List to keep current settings (for example pulled by GPO) and extend with custom exception list. Continue reading →

Posted in Powershell | 1 Reply

How to download last camera record via PowerShell from UniFi NVR API with SSL

Posted on 19.2.2019 by MyKE
Reply

This guide explains how to download latest camera record available on UniFi NVR server via Powershell through the REST API with SSL self-signed certificate.

Continue reading →

Posted in Powershell, UniFi | Leave a reply

Post navigation

← Older posts

RSS feed RSS - Posts

Categories

  • Apple
    • OS X
  • AWS
    • EKS
  • Desktop Applications
  • Docker
  • Games
  • Home Assistant
  • HP
    • iLO
  • Kubernetes
    • containerd
  • Linux
    • ISPConfig
    • MariaDB
    • Postfix
    • Redmine
    • TeamSpeak
  • Microsoft
    • Active Directory
    • ADFS
    • BitLocker
    • CMD
    • Drivers
    • Exchange
    • Hyper-V
    • IIS
    • KMS
    • NTFS
    • OneDrive
    • Policies
    • Powershell
    • Security
    • SQL Server
    • VSS
    • WSUS
  • MikroTik
  • Satellite Receivers
    • OpenATV
    • OScam
  • ScreenConnect
  • TLS/SSL
  • UniFi
  • Unsorted
  • VMware
    • ESXi

Recent Posts

  • Fix k8s containerd issue – “Error: failed to reserve container name”
  • Export all available Windows Event Logs via PowerShell
  • How to redirect EKS AWS ALB Ingress to another domain
  • Fix desynchronized clock in macOS with terminal
  • WiFiman does not work when enabled (UDM)

Recent Comments

  • Chris Randle on How to modify LAN Proxy Exception List via Powershell
  • Sam on How to redirect EKS AWS ALB Ingress to another domain
  • Barinder Singh on ScreenConnect – enable SSL with permanent redirection to HTTPS
  • MyKE on ScreenConnect – enable SSL with permanent redirection to HTTPS
  • 4connectorswide on ScreenConnect – enable SSL with permanent redirection to HTTPS

Archives

  • September 2024
  • June 2023
  • February 2023
  • October 2022
  • July 2022
  • May 2022
  • April 2022
  • December 2021
  • September 2021
  • August 2021
  • July 2021
  • June 2021
  • February 2020
  • July 2019
  • June 2019
  • February 2019
  • January 2019
  • March 2018
  • December 2017
  • August 2017
  • July 2017
  • June 2017
  • March 2017
  • January 2017
  • October 2016
  • August 2016
  • July 2016
  • May 2016
  • April 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • March 2015
  • February 2015
  • January 2015
  • October 2014
  • September 2014
  • July 2014
  • June 2014
  • February 2014
  • January 2014
  • November 2013
  • October 2013
  • August 2013
  • July 2013
  • June 2013
Proudly powered by WordPress