
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2011 05:04 AM
Hi Guys
I'm trying to create a report that tells me whether a Windows 7 client has been activated or not.
I'm sure it is very simple but I can't figure it out.
Any help would be appreciated.
I'm trying to create a report that tells me whether a Windows 7 client has been activated or not.
I'm sure it is very simple but I can't figure it out.
Any help would be appreciated.
Labels:
- Labels:
-
Product Feedback
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2012 05:49 PM
The easiest way I know to do it is use the Microsoft Volume Activation Management Tool 2.0. Its a freebie download and you can import all of your computers from AD and add your product keys to it. Then you can scan all of them for activation status or you can scan machines individually. If you find one with an product that has not been activated you can activate it remotely, install new keys, etc... all from your desk.
To use it you need to be a local admin on the machines or have a domain admin account to use in VAMT and if the Windows firewall is on you might need to add exceptions to pass the WMI traffic. I created a batch file that does that and use psexec to run it remotely if I get stuck.
My next step is to setup a KMS server. With KMS you don't have to worry about activations at all. With that clients auto activate locally and the only machine that has to talk to Microsoft's activation server is the KMS host.
To use it you need to be a local admin on the machines or have a domain admin account to use in VAMT and if the Windows firewall is on you might need to add exceptions to pass the WMI traffic. I created a batch file that does that and use psexec to run it remotely if I get stuck.
My next step is to setup a KMS server. With KMS you don't have to worry about activations at all. With that clients auto activate locally and the only machine that has to talk to Microsoft's activation server is the KMS host.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2012 03:29 PM
We have added this feature to our customer wish list.

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-23-2017 02:00 AM
Lansweeper wrote:
We have added this feature to our customer wish list.
How about this year?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-01-2019 08:07 AM
Cristian wrote:Lansweeper wrote:
We have added this feature to our customer wish list.
How about this year?
is the feature added or is in the customer wish list?
if YES then is it in the 7.0.151.4 release?
if YES then how can we track the windows Activation using the lansweeper.
Thanks and regards,
Rishabh

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2012 07:13 PM
As far as I can tell this is not possible with Lansweeper. You can scan the SoftwareLicensingProduct WMI class to get the information. Perhaps this will be supported in the future.
In mean time, I have used this PowerShell script example to gather activation statuses of our machines.
http://social.technet.microsoft.com/wiki/contents/articles/5675.determine-windows-activation-status-...
In mean time, I have used this PowerShell script example to gather activation statuses of our machines.
http://social.technet.microsoft.com/wiki/contents/articles/5675.determine-windows-activation-status-...
