January 21, 2012
The third and final BETA version of my NTFS permissions reporting tool is now available to download. Read on for details of what’s new in this version and a release date for the first official version.
Read the rest of this entry »
Leave a Comment » |
Downloadable Applications, IT Pro - General, NTFS Permissions Reporter | Tagged: free ntfs permissions reporting tool, ntfs permissions report, permissions reporting tool |
Permalink
Posted by cjwdev
November 10, 2011
For any .NET developers writing programs that require a user to select a container or OU from Active Directory, I’ve made an easy to use dialog window that will show the domain tree and let the user select a specific container.
Read the rest of this entry »
Leave a Comment » |
Downloadable Components, VB.NET - Active Directory, VB.NET - General | Tagged: Active Directory tree view, select container from AD |
Permalink
Posted by cjwdev
September 20, 2011
I’ve been busy working away on my NTFS Permissions Reporter application and just wanted to show some screenshots of the filtering capabilities and explain why and when you would use them.
Read the rest of this entry »
8 Comments |
Active Directory, Downloadable Applications, IT Pro - General, NTFS Permissions Reporter | Tagged: ntfs permissions report, ntfs permissions reporter, ntfs permissions reports, permissions report, share permissions report |
Permalink
Posted by cjwdev
August 30, 2011
Last year I spent an awful lot of time helping other developers and IT Pros out on vbforums.com, spiceworks.com, Technet forums, MSDN forums, and posting a few things on this blog… but this year haven’t really had that much time to do this – so it was a bit of a surprise to find out I’ve been awarded a Microsoft Community Contributor award for 2011! I’m pleased all the same of course and it is nice to be recognised for helping others. Hopefully my contributions will continue to be useful to other people in the developer/IT Pro community.
Read the rest of this entry »
3 Comments |
IT Pro - General, This Blog, VB.NET - General |
Permalink
Posted by cjwdev
July 21, 2011
As mentioned in a previous blog post, version 1.5 of the standard edition of AD Info was released a few days ago – well now version 1.5 of the free edition is also available for download.
Read the rest of this entry »
2 Comments |
Active Directory, AD Reporting Tool, Downloadable Applications, IT Pro - General | Tagged: active directory, active directory reports, ad info, ad reports, free active directory reporting |
Permalink
Posted by cjwdev
June 28, 2011
Using .NET you may think that determining which permissions are assigned to a directory/file should be quite easy, as there is a FileSystemRights Enum defined that seems to contain every possible permission that a file/directory can have and calling AccessRule.FileSystemRights returns a combination of these values. However, you will soon come across some permissions where the value in this property does not match any of the values in the FileSystemRights Enum (I do wish they wouldn’t name some properties with the same name as a Type but hey).
Read the rest of this entry »
3 Comments |
VB.NET - General, VB.NET - Windows API | Tagged: .net, 1610612736, 268435456, 536805376, FileSystemRights |
Permalink
Posted by cjwdev
June 26, 2011
I get quite a few emails asking when I’m going to be releasing the NTFS permissions reporting tool that I have had listed under the “Future Projects” section of my software page for some time… well, I finally started spending some time on this over the last few days and thought I would post a few screenshots and some basic details of what the application will be able to do.
Read the rest of this entry »
16 Comments |
Downloadable Applications, IT Pro - General, NTFS Permissions Reporter | Tagged: audit ntfs permissions, free ntfs permissions reporting tool, ntfs permissions reports |
Permalink
Posted by cjwdev
June 12, 2011
When deploying a package that installs fonts (a simple MSI installation in our case) via SCCM, the user that is logged on to the computer when the MSI is installed will not be able to use these new fonts until they log out and log back on. Read on for my explanation and solution…
Read the rest of this entry »
Leave a Comment » |
Downloadable Applications, IT Pro - General, SCCM, VB.NET - Windows API, Windows 7 | Tagged: fonts, fonts from another session, install fonts from service, sccm, sccm install fonts, sccm install fonts missing, session, silent MSI fonts not available, Windows 7 |
Permalink
Posted by cjwdev
June 12, 2011
There are not that many changes in this release as I was only updating it for my own use really but I figured other people may benefit from the new API definitions and managed methods included.
6 Comments |
Cjwdev.WindowsAPI, Downloadable Components, VB.NET - Windows API |
Permalink
Posted by cjwdev
June 10, 2011
Launching a process that the currently logged on user can see on their desktop session (and interact with) from a Windows service is a popular topic – and there are a wide variety of answers out there when someone asks how to do this, some people say it is not even possible on Windows Vista or Windows 7. Turns out it is actually very easy…
Read the rest of this entry »
12 Comments |
VB.NET - General, VB.NET - Windows API, Windows 7 | Tagged: launch process in another session, service, Windows 7 |
Permalink
Posted by cjwdev
May 20, 2011
The new version of my Active Directory querying tool, AD Info, adds the ability to query several Exchange Server related attributes (user’s SMTP addresses etc) as well as several other requested attributes and features
Read the rest of this entry »
Leave a Comment » |
Active Directory, AD Reporting Tool, Downloadable Applications, IT Pro - General | Tagged: active directory, active directory querying tool, active directory reporting tool, ad info, free active directory reporting tool, LDAP query tool, user friendly |
Permalink
Posted by cjwdev