Quick Tip;
If you are running SQL 2008 you can very easily view table sizes in SQL management studio by simply right clicking the database goto Reports > Standard Reports > Disk Usage By Top Tables
Troubleshooting database growth issues in Configuration Manager 2007 - The Configuration Manager Support Team Blog - Site Home - TechNet Blogs:
'via Blog this'
If you find this article useful please leave me a comment or click on an ad to show your support.
Tuesday, June 25, 2013
SCCM 2007 R2 - Policy table large and growing fast.
I've now seen this issue in a 2007 R3 environment.
SCCM 2007 R2 - Policy table large and growing fast.:
'via Blog this'
SCCM 2007 R2 - Policy table large and growing fast.:
'via Blog this'
Tuesday, May 28, 2013
How to unlock and remove passwords on XLS/XLA 2003 files
- Use a Hex editor to open the XLS file
- Search for "DPB="
- Edit "DPB=" to "DPx="
- Save the XLS file from the Hex editor
- Open the XLS file, Excel should throw up an error saying " Do you want to continue loading the project?" Click
- Press ALt+f11 and go the the properties of the VBA code and tyep a new password.
- Save the XLS file
- Close and re-open the XLS file
Notes:
This only works for XLS 2003 format files. This process will not work in Office 2007/2010 documents
If you find this article useful please leave me a comment or click on an ad to show your support.
Labels:
Excel
,
Password Remover
Friday, May 24, 2013
Random network dropouts on Lenovo T410 and X201
I was getting random network dropouts on X201 and T410 Lenovo laptops. Throughout the day users would report that the NIC simply dropped. Rebooting fixes the issue in most cases.
Turns out both these models use the same hardware "Intel 82577LM" so something is up.
I compared settings to various other network cards and found the only real difference was that the 'receive buffers' were set to '80'.
Turns out both these models use the same hardware "Intel 82577LM" so something is up.
I compared settings to various other network cards and found the only real difference was that the 'receive buffers' were set to '80'.
Setting the 'Receive Buffers' to '256' seems to fix the dropout issue.If you find this article useful please leave me a comment or click on an ad to show your support.
Thursday, May 23, 2013
TransGrid makes the leap to Windows 7 - Software - Technology - News - iTnews.com.au
TransGrid updated to Windows 7 a long time ago.. and also the company 'Mincom' doesn't exist anymore..
Some good old fashion 'churnalism' there.
TransGrid makes the leap to Windows 7 - Software - Technology - News - iTnews.com.au:
'via Blog this'
Some good old fashion 'churnalism' there.
TransGrid makes the leap to Windows 7 - Software - Technology - News - iTnews.com.au:
'via Blog this'
Labels:
News
Monday, May 20, 2013
What's taking so long?
What's taking so long to get Skype on Xbox 360.
update:24/05/2013
Turns out we are waiting for Xbox One.. Boooo!
http://www.engadget.com/2013/05/21/microsoft-announces-skype-integration-for-xbox-one-leverages-ki/
update:24/05/2013
Turns out we are waiting for Xbox One.. Boooo!
http://www.engadget.com/2013/05/21/microsoft-announces-skype-integration-for-xbox-one-leverages-ki/
Labels:
Xbox
Friday, May 03, 2013
PowerTip: Use PowerShell to Show Remaining Battery Time - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs
Show the remaining battery charge (Percentage) using PowerShell.
PowerTip: Use PowerShell to Show Remaining Battery Time - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs: "(Get-WmiObject win32_battery).estimatedChargeRemaining"
'via Blog this'
(Get-WmiObject win32_battery).estimatedChargeRemainingWant to know what other properties can be looked up?
Get-WmiObject win32_battery | Get-MemberQuick Tip: Win32_Battery class only works if you have a battery in the system to report on (i.e the above code will work on laptops not desktops)
PowerTip: Use PowerShell to Show Remaining Battery Time - Hey, Scripting Guy! Blog - Site Home - TechNet Blogs: "(Get-WmiObject win32_battery).estimatedChargeRemaining"
'via Blog this'
Labels:
Powershell
Subscribe to:
Posts
(
Atom
)