Sign in
Decrypt my World
Cryptography, Security, Debugging and more!
Tags
ADSI
CAPICOM
Cdb
CertEnroll
CNG
Credential Providers
CryptAcquireContext
CryptoAPI
Debugger scripts
Debugging
DPAPI
Interop
LSASS
NT Services
NTSD
P/Invoke
PowerShell
RSACryptoServiceProvider
SCard API
Smart Card
System.DirectoryServices
System.Reflection
System.Security
VBScript
WinDbg
Windows 7
Windows SDK
Windows Server 2003
Windows Server 2008
Windows Vista
Windows XP
WinInet
WMI
x64
XEnroll
Browse by Tags
MSDN Blogs
>
Decrypt my World
>
All Tags
>
wmi
Tagged Content List
Blog Post:
We can't manage printers with WMI in a clustered environment
Alejandro Campos Magencio
Hi all, Some time ago a customer of mine wanted to develop PowerShell scripts to manage printers in their clustered environment. They wanted to use WMI for that. The problem they found is that while they could list the printers on a stand-alone server by executing " get-wmi-object -class Win32_printer...
on
9 Nov 2011
Blog Post:
How to change ownership and give full permissions to a user on a folder (VBScript)
Alejandro Campos Magencio
Hi all, Some time ago we faced an issue where a customer renamed users in their domain, but their profile folders didn't get renamed. So they wanted to automate the following process which worked for them when doing it manually: take ownership of a user's profile folder with an administrator, give...
on
13 Jan 2010
Blog Post:
WMI Diag won't work well in non-English Windows
Alejandro Campos Magencio
Hi all, If you ever use WMI Diag script ( The WMI Diagnosis Utility -- Version 2.0 ) on a non-English version of Windows (i.e. Spanish , French, Italian, German...), you will get tons of errors when the script checks out default permissions on WMI namespaces or DCOM components related to WMI, for...
on
10 Jun 2008
Blog Post:
How to get Antivirus information with WMI (VBScript)
Alejandro Campos Magencio
Hi all, welcome back, As we read in Windows Security Center – Managing the State of Security , the vast majority of antivirus Independent Software Vendors (ISVs) support WMI integration. Windows Security Center uses it to detect antivirus and firewall solutions. The following script shows how to...
on
12 May 2008
Blog Post:
Win32_Process.Create fails if user profile is not loaded
Alejandro Campos Magencio
Hi all, welcome back, The other day I worked on an issue which happened when using WMI method Win32_Process.Create to spawn a process from an ASP.NET application. This method was returning an UNKNOWN FAILURE (8) and the new process wasn't created. The application was running as Network Service and...
on
9 Apr 2008
Blog Post:
How to change the Security Descriptor of WMI objects
Alejandro Campos Magencio
Hi all, welcome back, You may want to give users or groups access to perform read/modify WMI operations on WMI objects , and for that you need to change the Security Descriptor ( SD ) for WMI objects. There are several ways to achieve this: 1) Manually with wmimgmt.msc: 325353 HOW TO: Set WMI Namespace...
on
13 Mar 2008
Page 1 of 1 (6 items)