Viewing 15 posts - 166 through 180 (of 686 total)
Tried that but record set didn't prove to be correct..
do you have an example using data, and example output I supplied?
Thx.
October 6, 2022 at 2:03 pm
Any help on this request... I tried to goggle but didn't see examples...
Thanks.
October 3, 2022 at 1:00 pm
It does just:
Get-ADUser -SearchBase OU=??,OU=???,OU=User Accounts,DC=???,DC=???,DC=??? (stuff)
Filter * -Properties * | select -property CanonicalName,sAMAccountName,ou,distinguishedName
September 14, 2022 at 3:35 pm
I get this error:
Get-ADUser : The supplied distinguishedName must belong to one of the following partition(s):
any ideas ???
September 14, 2022 at 1:19 pm
I'm going with Page compression and simulated on my test server took around 1hr to complete.
Thanks for all suggestions and replies.
August 16, 2022 at 6:37 pm
What sort of overhead does it have on the server when running, and any idea of duration on a 2.1 billion ow table?
August 16, 2022 at 10:29 am
The application has access to use previous tables in trending and analysis... it just has a feature that when a new month starts it defines a new Sql table inside...
August 15, 2022 at 6:05 pm
Is there a script that will report savings for Page Compression?
Thanks.
August 15, 2022 at 4:43 pm
Thanks...
The monthly tables are queried often..
August 15, 2022 at 10:54 am
Scott,
That worked but how can I pull for all equipment_id's using above query. This pulled back just one ONE piece off equipment.
Thanks for response..
July 19, 2022 at 5:51 pm
I want the first row, or if nothing found put out a message in table no record recorded.
thx.
July 19, 2022 at 1:31 pm
Thanks..
$Date = Get-Date
$TimeZone = Get-TimeZone -Id "Central Europe Standard Time"
$OtherDate = [System.TimeZoneInfo]::ConvertTime( $Date, $TimeZone )
$OtherDate
How do I format $OtherDate into the file name, and also account for DST in my...
July 12, 2022 at 12:59 pm
Thanks for ALL responses with ED B help and suggestion from Jeff I think I have enough info to procceed.
Thanks again.
June 29, 2022 at 12:06 pm
Viewing 15 posts - 166 through 180 (of 686 total)