Wednesday, December 17, 2014

Battery drain issue after 5.0.1 Lollipop update on LG G Watch running Android Wear.

I applied the 5.0.1 Android Wear update yesterday and charged  the G wach overnight...

From 7 AM to 2:30 PM I am now currently on 18% battery.. I haven't used the watch more that normal and Wear Battery Status isn't showing excessive usage..

I'll keep an eye out on this issue.

Next day update;
I've now removed instaweather and dislock

Fully charge and ready to go Wearbattery is now telling me that my watch is should last until tomorrow 4PM. This is much better than yesterday's performance.

6/01/2015 - update -
I've been using the LG G watch since the update and battery usage has gone back to normal. I also have a second LG G Smart watch which didn't suffer from the same issue post upgrade.


If you find this article useful please leave me a comment.

Monday, December 08, 2014

Get-CMDevice slow to retrieve many objects

I've found that if you use Get-CMDevice to get many objects it can take up to 20 minutes to return a result. It may look like it's not working but it is collecting data from SCCM, Just not fast like when you use the WMI query.

Get-CMDevice -CollectionName 'My Test Collection'

If you find this article useful please leave me a comment.

Monday, December 01, 2014

ESwar KONeti » SCCM Configmgr How to Import Export Migrate upload reports to CM12 easy way using ReportSync Tool

I was going to write a similar blog post about this very subject but it looks like ESwar beat me to it.



ESwar KONeti » SCCM Configmgr How to Import Export Migrate upload reports to CM12 easy way using ReportSync Tool: "SCCM Configmgr How to Import Export Migrate upload reports to CM12 easy way using ReportSync Tool"



If you find this article useful please leave me a comment.

Thursday, November 20, 2014

SharePoint 2013 – ‘HTTP 500 Internal Server Error’ while trying to browse to a SharePoint site

Manjo advice here should fix you 500 error when trying to access a site in sharepoint 2013 when using claims based authentication.



SharePoint 2013 – ‘HTTP 500 Internal Server Error’ while trying to browse to a SharePoint site | manoj´ssharepointblog: "We can resolve this issue by following this

1. Go to Start – Administrative tools – Local Security Policy – Local Policies – User Right Assignments – Impersonate a client after authentication properties


2. Add the Application Pool account for the site which is not working

3. Reboot the server, so the changes can take effect

4. Browse the site and it should work fine."



'via Blog this'

If you find this article useful please leave me a comment.

Tuesday, November 11, 2014

WinRM quickconfig fails with 'WINRM firewall exception will not work since one of the network connection types on this machine is set to public'

WINRM fails with WINRM firewall exception will not work since one of the network connection types on this machine is set to public


If you get this make sure either VMWARE or Hyper-V doesn't have any NAT'd network connections. If so remove them and try again.



If you find this article useful please leave me a comment.

Sunday, November 09, 2014

How to disable the rear parking sensor on a Holden Captiva

There is a small magnetic read switch in the electrical connector for the trailer connector. There is also a small magnet in the dust cover for the connector, if the dust cover flap is down the rear parking sensor (Parking Assist) will be disabled as the car assumes you have a trailer hooked up.

So either pull the dust cover down, hook up a trailer or remove the magnet.

I only found this out when the parking assist stopped working and I had to troubleshoot the issue by finding that my magnet had fallen out when I was removing the trailer coupling

If you find this article useful please leave me a comment.

Wednesday, November 05, 2014

Package not updating on DP Configmgr 2012

If your source files contain files with "(" and ")" configmgr 2012 may have problems deleting them
from the DP when you update distribution points.

Open Distmgr.log on the server and find the location it can't update and goto to the content location and manually delete the files and let configmgr try again it should work this time. You may also fins that a service account might be holding the files open, kill any open file sessions to those files and try again.

Or

Look at your source files and rename anything with "(" and ")" in the name.

If you find this article useful please leave me a comment.

Windows 8.1 – Client Hyper-V New Features

Windows 8.1 – Client Hyper-V New Features: "but it can present some confusing behavior during your Hydration Kit server builds.  With Enhanced Session Mode enabled, it can appear as though the admin autologon for the full Windows portion of the Task Sequence is not quite working correctly…"



'via Blog this'

If you find this article useful please leave me a comment.

Tuesday, October 28, 2014

How to use Get-CMDevice to get all clients from a collection in CM2012 using PowerShell

This one is easy if you are looking at the right cmdlet ;)


Get-CMDevice -CollectionID
or
Get-CMDevice -CollectionName


don't forget if you are getting too much data back you can always pipe to Select-Object


Get-CMDevice -CollectionName 'My CM2012 Collection' | Select-object  Name,ADSiteName


If you find this article useful please leave me a comment.

Wednesday, October 01, 2014

How to import the ConfigMgr Poweshell Module

Is is very easy to do if you have the configmgr consoled installed.

#Import SCCM Module
Import-Module "C:\Program Files (x86)\Microsoft Configuration Manager\AdminConsole\bin\configurationmanager.psd1"
get-psdrive


Saturday, August 30, 2014

PhoneGap build restricting rotation to landscape or portrait

If you are like me and had a hell of time trying to lock the rotation of you app on android on PhoneGap Build.

Try adding this to your config.xml


or




If you find this article useful please leave me a comment.

Thursday, August 28, 2014

Disable "Your browser has been upgraded" message after upgrading IE

You can prevent the "Your browser has been upgraded" window from appearing in IE.
Create this registry Reg_Dword, give it value of 1.
HKEY_CURRENT_USER\Software\Microsoft\InternetExplorer\Main\IE9TourShown


If you find this article useful please leave me a comment.

Tuesday, August 05, 2014

George Brandis contradicts Malcolm Turnbull over piracy crackdown payments

Using the same logic RMS (formerly RTA) should have to pay for crime and drug enforcement because crime and drug users use our roads, RMS must be unwitting facilitators too. Farmers should pay for diabetes management  because the food they produce is consumed by consumers who go on to get diabetes.



Perhaps I should call my local Internet 'Facilitator' and ask for a comment?



George Brandis contradicts Malcolm Turnbull over piracy crackdown payments: "''Obviously ISPs don't want to pay to make a contribution,'' Senator Brandis told The Australian. ''Their argument is that, 'Well, we're the innocent bystander'.

''Well, they're not an innocent bystander because they are an unwitting facilitator. We expect the ISPs to make a contribution to the cost of administrating the scheme. No side in this debate can pretend that it is uninvolved.''"



'via Blog this'

If you find this article useful please leave me a comment.

Friday, August 01, 2014

Issues installing SQL 2008 R2 SP update

We recently had issues installing an SP update on an SQL server. Someone along the way had configured a registry key that was blocking the upgrade.
I could fix it myself, under HKLM\Software\Microsoft\Update Services\Server\Setup I changed the value for the "wYukonInstalled" key from 1 to 0 and the updater didn't look for the Windows Internal Database anymore.

Upgrade SCE to SP1 fails:

'via Blog this'

If you find this article useful please leave me a comment.

Thursday, June 26, 2014

FAQ: Why is the self-service portal so slow? - System Center: Service Manager Engineering Team Blog - Site Home - TechNet Blogs

FAQ: Why is the self-service portal so slow? - System Center: Service Manager Engineering Team Blog - Site Home - TechNet Blogs:

I recently had this issue. I would access the self service portal only to have to wait 3 minutes for it to start. The page above will show you how to fix the slow service portal issue when someone hasn't used the website for a while.

'via Blog this'

If you find this article useful please leave me a comment.

How to get the BIOS version using Powershell

You can use Powerhell to get information about your BIOS.

Get-WmiObject win32_bios

and if you want the actual version

Get-WmiObject win32_bios | Select-Object SMBIOSBIOSVersion


Want to see all the BIOS information available?

Get-WmiObject win32_bios | Select-Object *
and finally the shortest way  I know how to do this.
GWMI Win32_bios | select * 


Source
http://technet.microsoft.com/en-us/library/ee176860.aspx

If you find this article useful please leave me a comment.

Tuesday, May 06, 2014

Sorry, there was a problem and we can't open this document sharepoint 2013 SP1

I came across this issue trying to configure OWA in our test setup.. One thing the OWA needs to know is how to get back to the Web Front End you have it pointed at.  So make sure your OWA server knows how to reach the WFE (Think host file or DNS CNames)


If you find this article useful please leave me a comment.

Tuesday, April 29, 2014

How to Use RegKeyToMof

If you need to extend of the inventory of your SCCM in 2007/2102 I found this article and this tool very handy. I am able to capture registry keys into the SCCM hardware inventory with ease.

How to Use RegKeyToMof:

'via Blog this'

If you find this article useful please leave me a comment.

Wednesday, April 23, 2014

Service Pack for SharePoint Server 2013 1 Recalled [Updated] - Bill Baer - Site Home - TechNet Blogs

Looks like Sharepoint 2013 SP1 has been released again after being pulled from the site a few weeks ago.



If you have the MSDN SP2013 with SP1 there is no need to redownload



If you have upgraded to SP2013 and manually installed SP1 you need to redownload the new SP1 and apply that ASAP.



Service Pack for SharePoint Server 2013 1 Recalled [Updated] - Bill Baer - Site Home - TechNet Blogs:



'via Blog this'

If you find this article useful please leave me a comment.

Thursday, April 17, 2014

XP Stopped working oops

Today on all Windows XP computers stopped working Microsoft Antimalware Service:



It seems the latest MS patch for Security Essentials is stuffing up Windows XP.



'via Blog this'

If you find this article useful please leave me a comment.

Microsoft to no longer support Windows 8.1, Server 2012 R2 - Software - Technology - News - iTnews.com.au

Microsoft to no longer support Windows 8.1, Server 2012 R2 - Software - Technology - News - iTnews.com.au: "Microsoft is forcing Windows 8.1 and Windows Server 2012 R2 users to install the recently released Update, or face running unsupported operating systems without security updates."



'via Blog this'

If you find this article useful please leave me a comment.

TPG fined $400,000 for denying access to emergency numbers

TPG fined $400,000 for denying access to emergency numbers: "e Australian Communications and Media Authority (ACMA) found 193 emergency calls from TPG had been barred, and 5979 suspended or inactive accounts did not have access to triple-0 during the period."



'via Blog this'

If you find this article useful please leave me a comment.

Thursday, April 03, 2014

The new PayPal Here is coming to Australia in late 2014 for $139 - Android Australia at Android Australia

If cash is becoming a hassle for you I will gladly take it for you.



The new PayPal Here is coming to Australia in late 2014 for $139 - Android Australia at Android Australia: "In this modern world that is continuously avoiding cash and moving to cards it has really become quite a hassle."


'via Blog this'

If you find this article useful please leave me a comment.

Tuesday, April 01, 2014

Tuesday, March 18, 2014

Getting Powershell to work with a proxy 'update-help' cmdlet

$webclient = New-Object System.Net.WebClient
$creds = Get-Credential
$webclient.Proxy.Credentials = $creds
update-help

PowerShell 3 update-help (proxy issues?)



If you find this article useful please leave me a comment.

Thursday, March 06, 2014

Deployment Rule Sets in upcoming Java Updates

The Deployment Rule Set feature enables an enterprise to establish a whitelist of known applications. Applications on the whitelist can be run without most security prompts, however, the following prompts are not suppressed:
  • HTTPS security warnings
  • Authentication dialogs that require the user to provide credentials to connect
  • Security warnings from unsigned Java Web Start applications that want to perform such actions as creating a shortcut or an association

http://stackoverflow.com/questions/20141376/options-for-using-an-unsigned-3rd-party-applet-in-java-1-7-0-51-and-later

https://blogs.oracle.com/java-platform-group/entry/introducing_deployment_rule_sets
https://blogs.oracle.com/java-platform-group/entry/upcoming_exception_site_list_in
https://blogs.oracle.com/java-platform-group/entry/new_security_requirements_for_rias

If you find this article useful please leave me a comment.

Mounting ISO directly in Server 2012 and Windows 8.1

Mounting ISO's directly in the OS is a nifty little feature

You can also do this in powershell 4.0
http://technet.microsoft.com/en-us/library/hh848706.aspx

If you find this article useful please leave me a comment.

Friday, February 07, 2014

When I come in to work and find all my SCCM sites 'Yellow' and 'Red'



When I come in to work and find all my SCCM sites 'Yellow' and 'Red' all I can think of is this.


If you find this article useful please leave me a comment.

Wednesday, January 29, 2014

Wednesday, January 22, 2014

LogMeIn - Free not free anymore

I found an E-mail in my inbox from LogMeIn in this morning Stating that
As of January 21, 2014, LogMeIn Free is no longer available. To continue using remote access, you will need to purchase an account subscription of LogMeIn Pro.
This means for me no more remote access to my PC's


LogMeIn will not be offering any free versions anymore.  I will probably move to TeamViewer or even VNC or simply use RDP

If you find this article useful please leave me a comment.