Can you use powershell to set permissions on an AD object?
I want to add a group and set "deny read" and "deny open address list" permissions on the default global address list for the group.
I can access it and know how to set properties and commit them, I just don't know how to add a group...
The code is encrypted in the exe in a proprietary format. By default, the code decrypts to the tamp folder but you can change this option to run it from memory.
I highly doubt that my users or any of the technical people in the area would even realize that it is a script let alone have the...
strong,
Perhaps so, just not the lame encryption Microsoft provides which requires not technical skill or knowledge to reverse. A quick google search is all it takes to decrypt any script which can still be usable to the WSH. I know, I've done it hundreds of times myself in the interest of...
Actually I found the answer I needed:
I tried:
VBS-Obfuscate from Stunnix - crap - creates run-time errors
vbs2exe - crap - creates run-time errors
vbscript2exe - crap - creates run-time errors
see the common theme....
Then along comes exescript, http://www.hide-folder.com/overview/hf_7.html...
Strongm,
Thanks but I am looking to obfuscate the code not encrypt it to a vbe. An obfuscater will remove white spaces, replace variable and constant names with gibberish names and basically make unencrypted code look like garbage.
Encryption can be easily cracked. There are several decryption...
Two reasons right of the top:
1) ALL Word and Excel files in a set of folders. We are talking thousands of files.
2) Anyone can recover a password from Word or Excel simply and quickly. There is no encryption of the file itself only of the password and I've never encountered and file yet I...
I have a customer who wants to allow their client to view all Excel and Word docs in a set of folders in the browser in a read only format without exposing any formulas or structure of the files.
I toyed with the idea of a PDF document converter component but have not found anything that is...
Check your primary DNS, should be your server not a public one. I take it your DC is also a DNS server. In your DHCP scope or static IP asignment, this machine should be your primary DNS server. You can remove public DNS assignment and set up DNS forwarding to the public addresses with the DNS MMC .
Well, I thought it was the comment delimiters which were causing my problem but now I find through further testing that it is the whitespaces (newline, cr, tabs) which are doing it.
I need to match any and all characters between the two comments including special characters, line feeds, tabs...
I need to search through some HTML I've populated a variable with. I am looking to replace all of the content in between two comment tags. The content could vary.
In my HTML I have:
<!-- begin header row here -->
blah, blah, blah of varying content so I need a wildcard
<!-- end header row here...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.