Friday, 17 January 2025

Powershell Script Sign

 #Parameters
$CertificateName = "PowerShell Code Signing"
 
#Create a Self-Signed SSL certificate
$Certificate = New-SelfSignedCertificate -CertStoreLocation Cert:\CurrentUser\My -Subject "CN=$CertificateName" -KeySpec Signature -Type CodeSigningCert
 
#Export the Certificate to "Documents" Folder in your computer
$CertificatePath = [Environment]::GetFolderPath("MyDocuments")+"\$CertificateName.cer"
Export-Certificate -Cert $Certificate -FilePath $CertificatePath
 
#Add Certificate to the "Trusted Root Store"
Get-Item $CertificatePath | Import-Certificate -CertStoreLocation "Cert:\LocalMachine\Root"
 
Write-host "Certificate Thumbprint:" $Certificate.Thumbprint






=====================================================
#Set Parameters
$CertificateThumbprint = "40F84ACFDE3CAC51651E0BE793E8AF4F2B338343"
$ScriptPath = "C:\Users\kumar-ajeet\Downloads\test.ps1"
 
#Get the Certificate from Cert Store
$CodeSignCert = Get-ChildItem -Path Cert:\CurrentUser\My | Where-Object {$_.Thumbprint -eq $CertificateThumbprint}
 
#Sign the PS1 file
Set-AuthenticodeSignature -FilePath $ScriptPath -Certificate $CodeSignCert


Get-AuthenticodeSignature C:\Users\kumar-ajeet\Downloads\test.ps1 | fl

Cisco Bandwidth Limit

 Switch# configure terminal
Switch(config)# qos
Switch(config)# class-map match-all CLASS_ALL
Switch(config-cmap)# match any
Switch(config-cmap)# exit



Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# service-policy input POLICY_LIMIT_150MB
Switch(config-if)# exit


Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# service-policy output POLICY_LIMIT_150MB
Switch(config-if)# exit


Switch(config)# policy-map POLICY_LIMIT_100MB
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# police cir 100000000 bc 3125000 conform-action transmit exceed-action drop
Switch(config-pmap-c)# exit

Switch(config)# policy-map POLICY_LIMIT_900MB
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# police cir 900000000 bc 28125000 conform-action transmit exceed-action drop
Switch(config-pmap-c)# exit

Switch(config)# policy-map POLICY_LIMIT_850MB
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# police cir 850000000 bc 26562500 conform-action transmit exceed-action drop
Switch(config-pmap-c)# exit


Switch(config)# policy-map POLICY_LIMIT_150MB
Switch(config-pmap)# class class-default
Switch(config-pmap-c)# police cir 150000000 bc 4687500 conform-action transmit exceed-action drop
Switch(config-pmap-c)# exit




Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# service-policy input POLICY_LIMIT_850MB
Switch(config-if)# exit


Switch(config)# interface GigabitEthernet1/0/1
Switch(config-if)# service-policy output POLICY_LIMIT_850MB
Switch(config-if)# exit


Switch# show policy-map interface GigabitEthernet1/0/1

Switch# show policy-map interface




Wednesday, 22 February 2023

How can I resolve the error code: SSL_ERROR_UNSUPPORTED_VERSION? Mozilla TLS 1.0 not supporting

 

hi, please enter about:config into the firefox address bar (confirm the info message in case it shows up) & search for bold preferences starting with security. - right-click and reset those entries to their default values.

That did the trick. I reset the following to their defaults: security.ssl.errorReporting.automatic (from true to false) security.tls.version.min (from 2 to 1)

What puzzles me is that I changed those values well over 2 (3?) years ago--why the problem now?

Tuesday, 13 September 2022

Finding the Office Product Key

 

Step 1. Type CMD in the search box, right-click it, and choose Run as administrator.

Step 2. Check your Office version and type the following command lines.

Take Office 2013 as an example:

32-bit Office and 32-bit Windows: cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus

32-bit Office and 64-bit Windows: cscript "C:\Program Files (x86)\Microsoft Office\Office15\OSPP.VBS" /dstatus

64-bit Office and 64-bit Windows: cscript "C:\Program Files\Microsoft Office\Office15\OSPP.VBS" /dstatus

Step 3. Press Enter and check the Office product key.

Saturday, 10 September 2022

AutoCAD freezes or stalls when you turn Ortho mode on, possibly by pressing the F8 key.

 

Issue
AutoCAD freezes or stalls when you turn Ortho mode on, possibly by pressing the F8 key.


Cause
This issue seems to be resulting from a Windows 10 update.


Solution
You can resolve this issue easily with a quick toggle of the Temp Overrides system variable.

Type "TempOverrides" in the Command line, and press Enter.

When prompted to enter a value, type 0 and press Enter. You should now be able to turn Ortho mode on without freezing AutoCAD.

Saturday, 15 August 2020

Fix the “Could not find this item. This is no longer located in [Path]. Verify the item’s location and try again”

 

This solution is more of a workaround but it gets the job done as a side-effect of another action. That being said, it’s perfect for users who don’t like using Command Prompt and who want to do everything using their mouse in a graphical environment. It’s also easy to use so make you try this one out!

  1. Locate the problematic file or folder on your computer by navigating to it in the File Explorer. Right-click on it and choose the Add to archive option from the context menu.
  2. When the archiving options window opens, locate the Delete files after archiving option and make sure you select it. Click OK to start the archiving process and, after it finishes, you should notice that your problematic file is missing!
  3. Delete the archive you created as well by right-clicking on it and choosing the Delete option from the context menu.

Sunday, 26 July 2020

Internet Explorer is not working properly insdide of a container when Mcafee is installed on the node

Internet Explorer is not working properly insdide of a container when Mcafee is installed on the node

Symptoms Blank frame is displayed while viewing a javascript content via Internet Explorer . McAfee antivirus with Scriptscan feature is installed on the node. Cause Installation of McAfee AV with Scriptscan option replaces VBScript engine ...


Body

Symptoms

  • Blank frame is displayed while viewing a javascript content via Internet Explorer .
  • McAfee antivirus with Scriptscan feature is installed on the node.

Cause

Installation of McAfee AV with Scriptscan option replaces VBScript engine on the node and in containers from vbscript.dll:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
(default)    REG_SZ    C:\Windows\System32\vbscript.dll
to ScriptSn.20140523232758.dll
McAfee Scriptscan feature is not compatible with Virtuozzo Containers for Windows.

Resolution

McAfee Antivirus should be re-installed on the node without this feature. The following registry keys should be restored to original VBScript dlls in the existing containers:
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
(default)    REG_SZ    C:\Windows\System32\vbscript.dll

HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
(Default)    REG_SZ    C:\Windows\System32\jscript.dll

HKEY_CLASSES_ROOT\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
(Default)    REG_SZ    C:\Windows\system32\vbscript.dll

HKEY_CLASSES_ROOT\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
(Default)    REG_SZ    C:\Windows\System32\jscript.dll

HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{B54F3741-5B07-11cf-A4B0-00AA004A55E8}\InprocServer32
(Default)    REG_SZ    C:\Windows\SysWOW64\vbscript.dll

HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{f414c260-6ac0-11cf-b6d1-00aa00bbbb58}\InprocServer32
(Default)    REG_SZ    C:\Windows\SysWOW64\jscript.dll
Additional if the node has IE 9 is installed
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32
(Default)    REG_SZ    C:\Windows\System32\jscript9.dll

HKEY_CLASSES_ROOT\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32
(Default)    REG_SZ    C:\Windows\System32\jscript9.dll

HKEY_CLASSES_ROOT\Wow6432Node\CLSID\{16d51579-a30b-4c8b-a276-0ff4dc41e755}\InprocServer32
(Default)    REG_SZ    C:\Windows\SysWOW64\jscript9.dll
To reconfigure a container with default VBScript dlls the following command can be used:
vzctl CTID exec regsvr32 C:\Windows\System32\vbscript.dll
vzctl CTID exec regsvr32 C:\Windows\SysWOW64\vbscript.dll
vzctl CTID exec regsvr32 C:\Windows\System32\jscript.dll
vzctl CTID exec regsvr32 C:\Windows\SysWOW64\jscript.dll
vzctl CTID exec regsvr32 C:\Windows\System32\jscript9.dll
vzctl CTID exec regsvr32 C:\Windows\SysWOW64\jscript9.dll
In the example above, replace CTID with actual container ID number.