-
NIPR
-
-
- Patchme blocked
- DFSR replication fix
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- Articles coming soon
-
- Articles coming soon
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Temporary Profile Fix
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- FIPS Error for Adobe
- Rejoining a PC to domain
-
- Articles coming soon
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- NDRs received when sending to recipients from GAL (after AR2.1 install)
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Create and Install Exchange certificate with PowerShell
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
-
SIPR
-
-
- Patchme blocked
- DFSR replication fix
- Alternate activation site
- Windows system file repair
- Fix Trust relationship Failed Issue Without Domain Rejoining – TheITBros
- VSF mount external drive
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- The processing of Group Policy failed. Windows attempted to read the file \\company.com\SysVol\company.com\Policies\{CFABC23E-DD6D-4314-A616-A900B203B7E8}\gpt.ini - Microsoft Q&A
-
- GPO wont open on workstation
- PROBLEM: BitLocker PASSWORD missing in ADUC for a particular workstation
- Patchme blocked
- BITLOCKER Error when turning on Bitlocker
- Alternate activation site
- SmartScreen/UAC escalation error
- Windows system file repair
- Winzip Rgistering Error
- Empty the Recycle Bin for All Users with Powershell – The Bandaid Sysadmin
- Adobe Reader/Pro
- Rejoining a PC to domain
-
- 20240213 - Exchange services not starting
- GAL SYNC
- EXCHANGE ISSUES
- Create and Install Exchange certificate with PowerShell
- Exchange Autoconfig fix
- Clear Exchange
- Exchange 2016 Patching Checklist – AR/ACG Fleet(To minimize risk of Exchange Server failures after applying SU/HU updates)
- Exchange Services Failure to Start After Reboot – GPO Link Order Misconfiguration
- OWA or ECP stops working after installing EXCHANGE security update (SU) or HOT FIX update (HU) KBxxxxxx
-
-
-
- Articles coming soon
-
-
FAQs
-
COMPOSE
-
Network
-
Documents
-
HBSS
Cisco 1921 router password recovery
Issue:
Tech cant log in on the cisco 1921 AR router
Solution:
1)Power the device down
2)Power on the device
3)hit ctrl+break until you are in rommon mode
Type confreg 0x2142 at the rommon 1> prompt in order to boot from Flash.
This step bypasses the startup configuration where the passwords are stored.
Type reset at the rommon 2> prompt.
The router reboots, but ignores the saved configuration.
Type no after each setup question, or press Ctrl-C in order to skip the initial setup procedure.
Type enable at the Router> prompt.
You are in enable mode and should see the Router# prompt.
As it’s a new router without previous configuration it’s not really required to restore the previous saved configuration. But if you would do: copy start run
Warning: Do not enter copy running-config startup-config or write. These commands erase your startup configuration.
Type configure terminal.
The hostname(config)# prompt appears.
Type do show run at the enable prompt
Press the space bar until you see usernames
Find the username you want to change and the type no, and press the space bar(do not hit enter)
Highlight the entire line of the user name you want to change
Right click and it will paste the line into the command line after no
Hit return
Then type, username emer-access privilege 0 secret 5 $1$jAMH$60D1yLZEJo6ivCFrtQ37C/ at the command line
To change the enable password, Type the below command in order to change the enable secret password.
hostname(config)#enable secret 5 $1$hgar$groVcZ5o6Hd9.BhYblsD4/
Restore the previous conf-reg value:
hostname(config)#config-register 0x2102
And of course: save your configuration