Resolution: Include the Additional certificates in the CA chain requried for the verification UP to the root CA. In this instance the verisign cert had 2 intermediate certs between the ROOT and the Server cert. These were included in the .PEM file for the trusted root certificates to import into the CAG. See the bottom of […]
@font-face { font-family: “Verdana”;}p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: “Times New Roman”; }div.Section1 { page: Section1;Open Internet Information Services management on a test or a no prod server and create a new website. @font-face { font-family: “Verdana”;}p.MsoNormal, li.MsoNormal, div.MsoNormal { margin: 0cm 0cm 0.0001pt; font-size: 10pt; font-family: “Times New Roman”; […]
Dim strFolder Dim arrServers Dim strProfile strProfile = inputbox(“Enter path to file to check I.E: c$program filesinternet exploreriexplore.exe”,”File Check”) arrComputers = Array(“server1″,”server2”) Set objFSO = CreateObject(“Scripting.FileSystemObject”) sOutput=”Script Results for:” & strprofile & vbcrlf & vbcrlf For EACH strComputer in arrComputers […]
Dim strFolder Dim arrServers Dim strProfile strProfile = inputbox(“Enter path to file to check I.E: c$program filesinternex exploreriexplore.exe”,”File Check”) arrComputers = Array(“server1″,”server2”) Set objFSO = CreateObject(“Scripting.FileSystemObject”) sOutput=”Script Results for:” & strprofile & vbcrlf & vbcrlf For EACH strComputer in arrComputers […]
Set WshShell = WScript.CreateObject(“WScript.Shell”)‘ Acceleration Levels go from 0 to 5. 0=full, 5=noneintAccelLevel = 0strInputString = WScript.StdIn.ReadLineintStartLocation = instr(1, strInputString,”SystemCurrentControlSet”)strPartKey = right(strInputString, len(strInputString) – intStartLocation +1)strNewKey = strPartKey & “Acceleration.Level”WshShell.RegWrite strNewKey, intAccelLevel,”REG_DWORD”
‘ Change the Computers SNMP DescriptionstrSNMPMod = inputbox(“Enter a Computers SNMP Location”,””)oshell.RegWrite “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesSNMPParametersRFC1156AgentsysLocation”, strSNMPMod , “REG_SZ”set oshell=nothing
‘ Section to interrogate the servers Serial number, trim the spaces then call dnscmd.exe to add the ilo%servername% as an alias to ilo%serialnumber% strComputer = “.” Set objWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\” & strComputer & “rootcimv2”) Set colBIOS = objWMIService.ExecQuery _ (“Select * from Win32_BIOS”) For each objBIOS in colBIOS strSerial = objBIOS.SerialNumber Next […]
The below script will find the adapter called “Local Area Connection” and give is a dnssearchsuffix of mydomainname.com ‘Change the Computers DNS Search Suffix DNSDomain = “mydomainname.com” NetConnName = “Local Area Connection” strComputer = “.” Set objWMIService = GetObject(“winmgmts:” _ & “{impersonationLevel=impersonate}!\” & strComputer & “rootcimv2”) Set colItems = objWMIService.ExecQuery _ (“Select […]
‘ Change the Computers Current Computer Description Set oShell = CreateObject(“Wscript.Shell”)strDescriptionMod = inputbox(“Enter a New Computer Description”,””)oshell.RegWrite “HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServiceslanmanserverparameterssrvcomment”, strDescriptionMod, “REG_SZ”
Description: reoccuring outlook calendar entry corrupt, trying to open it promts with “Can’t Open item” Resolution: A number of solutions on the web, none of which worked. Clear the forms cache in outlook removing outlook add-ins delete the frmcache.dat file (this was terminal server) and no other users had the problem Final solution was to […]