Questions tagged [accounts]

205 questions
3
votes
4 answers

Powershell Listing inactive accounts

I am trying to list all accounts that have not been logged into outside of 6 months. This is my first time really using powershell and I am simply editing other people's scripts at this point to fit my own needs. I want to separate the search into…
Zac Borders
  • 137
  • 1
  • 3
  • 12
2
votes
1 answer

How to create a Windows service account programmatically

I need to programmatically create a new Windows account for running a Windows service I recently developed. Due to lack of sufficient privileges I cannot use any of the existing service accounts (LocalService, NetworkService and LocalSystem), so I…
Martin Christiansen
  • 1,037
  • 3
  • 9
  • 28
2
votes
1 answer

How to bundle the Azure accounts included in our MS VS Licenses

Our company has until bought a lot VS Pro/Premium and Ultimate Licenses, and each includes a free Azure Account. At the Azure Info day we have been told the best way would be to bundle them into one big account (there is just too much overhead if…
2
votes
2 answers

Increase speed of a mySQL query

I have a table like this. CREATE TABLE `accounthistory` ( `id` int(11) NOT NULL AUTO_INCREMENT, `date` datetime DEFAULT NULL, `change_ammount` float DEFAULT NULL, `account_id` int(11) DEFAULT NULL, PRIMARY KEY (`id`), ) Its a list of…
Taras
  • 21
  • 1
2
votes
2 answers

User/password problems with GetVolumeNameForVolumeMountPoint() (Windows remote drive mount?)

From a Vista workstation, I have an attached XP Embedded computer on which I want to programmatically mount a volume locally (e.g., mount the XP Embedded \\MyXPEmbedded\C:\some\path\ to the Vista workstation (mounted to…
charley
  • 5,913
  • 1
  • 33
  • 58
2
votes
2 answers

Problem using android.accounts Authenticator

I'm new to the android.accounts apis, and now I'm trying to do something with them but a seemly dummy problem occurs... I`ve created an Authenticator for my app but did not yet implement the abstract methods. The icon of it successfully appears in…
Lyn
  • 699
  • 1
  • 7
  • 17
2
votes
2 answers

How to get Contact Groups into Contact Manager Sample App?

I am running the Contact Manager sample app from the Android SDK. When I add a contact to my Gmail account, it gets added as an 'invisible contact'. I am assuming this is because I am not telling the contact which 'group' it should be assigned to. I…
Chris
  • 5,485
  • 15
  • 68
  • 130
2
votes
7 answers

Concurrent User Sessions - Why Don't We See More Of It?

This is something of a rant, as well as a question. There are some sites, like Facebook, where you would only want to be logged into one account at a time. But everything from blogging sites to email always force you to logout before you can login…
JJ.
  • 4,974
  • 5
  • 39
  • 48
2
votes
0 answers

Synch and admin samba users from django?

I want to create and maintain my user database using the default user handling in django, but at the same time synch the samba user profiles so that users can access the django website and the samba shares using the same password. Any hints?
Weholt
  • 1,889
  • 5
  • 22
  • 35
2
votes
0 answers

Android AccountManager.getAuthToken() hangs on release build on Samsung and Moto G devices

I'm using AccountManager to retrieve an account's auth token but the account manager hangs and the result is never returned. I originally tried to get it from the future directly but this always caused a hang. I switched to using an…
Leeran7742
  • 21
  • 5
2
votes
1 answer

Virtual Service Accounts programmatic creation/assigning?

We have a requirement to set our products windows service to use a Virtual Service Account. Going to services.msc and enter in the "NT Service\MyServiceName" is not an option for us because we need to do this programatically, from within a…
Mumbles76
  • 131
  • 2
  • 12
2
votes
1 answer

How can I modify sign-in page in Meteor Accounts-Entry package

how can I find the html and css files for the Meteor Accounts-Entry, specifically the sign-in page, so I can modify the way it looks? Thanks!
Trung Tran
  • 13,141
  • 42
  • 113
  • 200
2
votes
1 answer

Connecting social Networks using Meteor Login Services without Logging in

I want to connect social Networks like Twitter, Google+, Pinterest without logging in - only connecting and saving the access Token and the data in user.services, but using the meteor accounts packages like accounts-facebook or accounts-twitter. For…
Mario Deubler
  • 245
  • 1
  • 13
2
votes
1 answer

Android 2.0+ account duplication

I know that you can setup accounts in Android 2.0+ and thats great but as i have recently found out, it can create duplication. My phone(Sprint HTC hero 2.1-upadate1) comes with HTC Sense and thats great, it also has Peep pre-installed and it asked…
Stoyan
  • 627
  • 1
  • 6
  • 8
2
votes
2 answers

how to get the user accounts and buit in security principles in windows

alt text http://www.freeimagehosting.net/uploads/b350914deb.png i want to retrieve the list of user and local service and network service
taher chhabrawala
  • 4,110
  • 4
  • 35
  • 51
1 2
3
13 14