Quantcast
Browsing all 12198 articles
Browse latest View live

How come this expression is true?:...

I also find the remark confusing! "Parent is considered its own descendant."

View Article


Typo

PowerShell section has a typo. Instead of$sc = new-object SystemS.Collections.Specialized.StringCollectionuse$sc = new-object System.Collections.Specialized.StringCollection

View Article


Article does not relate to Windows 8 (all editions/versions)

While this article relates to UAC, it does not relate to Windows 8 editions/versions which do not have access to the secpol.msc utility. This utility is available on servers and on only some...

View Article

bussins

bussines

View Article

Downloads, Settings, Profiles, Permissions, Windows Live Photo Gallery,...

Windows Media Player, Windows Photo Gallery, C_TAYLOR-PC, Norton Security, Internet Explorer, Google Chrome, http://www.facebook.comCTaylor2011, http://www.comcast.net/CT_17,...

View Article


Migration tables and scripts

It's important to note Migration tables for scripts only affect the pathto the script, but not the parameter section.when implementing powershell scripts like described in...

View Article

@reference_location should be @reference_type

Instead of the variable @reference_location the stored procedure catalog.create_environment_reference expects a variable @reference_type (meaning, datatype, etc. exactly as descripted above for...

View Article

The real problem...

The real problem with that code is the fact that it assumes a non-null InnerException at all. It should be:null == ex.InnerException ? "No Inner Fault" : ex.InnerException.MessageThere's also no...

View Article


Treatment of NULL values

If either the _startdate_ or _enddate_ value is NULL, this function returns NULL. This is as expected, but not documented.

View Article


failure to resolve host name autodiscover.companyname.org in DNS

Following the directions provided here I searched the DNS records for the Host A record for our mail server and found it to exist, as well as Alias (CNAME) entry for our server, and a host (A) record...

View Article

Usage in a script

The url "http://fogproject.org/forum/threads/extend-your-disk-partition-to-max.3640/#post-9233" displays an example of its use in a script. Its goal is to expand a partition after imaging a computer.

View Article

The path for the rswebparts.cab is ambiguously mentioned

Under the section - "Install Web Parts Using PowerShell" there is an ambiguity for the path of the rswebparts.cab loaction, on machines that has Reporting Services 2012, the installation folder is :...

View Article

Usefullnesss

Can I tell What shut down my computer my using the Event Viewer then how can I fix it TY

View Article


Note the "Exchange SP2 or SP3" at the top of this article

I was having major Exchange Powershell issues with Exchange SP1 installed - running "New-ExchangeCertificate" even on it's own gave a "Error 0xe0434f4d"Updating to Exchange SP3 fixed this immediately....

View Article

Thanks mieese!

I fixed that typo. I appreciate it! :-)

View Article


Another Possible Solution (Registry Edit)

If you are familiar with registry keys ... be careful when editing the registry keys always take a backup first IMPORTANT!!!!Look for the folder Printers...

View Article

er

gdfg

View Article


"A value that is all spaces evaluates to zero." - Doesn't seem to be true

I tried to load the following from a flat file in SSIS with fast parse enabled on the Age column (note that spaces are represented by *):Name,AgeAlice,23Bob,0Charlie,*23David,*0Evan,Fred,*Fred's row...

View Article

BISM Security white paper

Check out the Security white paper by Cathy http://msdn.microsoft.com/en-us/library/jj127437.aspx

View Article

Not supported in Excel 2013

Program complains that the model was created with a previous version of PowerPivot.

View Article
Browsing all 12198 articles
Browse latest View live