Tuesday, January 25, 2022

HTML to open Outlook 2013 work public calendar

HTML to open Outlook 2013 work public calendar

Hi, I'm not sure if this is possible in Outlook 2013, we have a request for our SharePoint 2013 site in that somebody wants a hyperlink to open a shared calendar in Outlook.

Is this possible to do directly in the Outlook client? Or can it be done via the Outlook web interface?

Thanks!


Reply:

Hi Dan,

why are they wanting to hyperlink to the calendar to sharepoint? Can they not just access the page and Connect it to outlook that way so it displays as an Other Calendar within outlook they can turn on and off when they need? 

Cheers


------------------------------------
Reply:

Hi Dan,

You can use the Connect to Outlook button under the CALENDAR tab to connect a SharePoint calendar list to Outlook 2013.

About how to achieve it, you can refer to:

http://www.grassrootsit.com.au/2015/02/10/connect-sharepoint-calendar-outlook-2013/

And more information about viewing a calendar from a SharePoint site using Outlook 2010 for your reference, it's similar with Outlook 2013:

https://support.office.com/en-us/article/View-and-update-a-SharePoint-calendar-6bf4e154-f907-4453-b694-3191e8b1a963

Best Regards,

Dean Wang


TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact tnmff@microsoft.com.


------------------------------------
Reply:
Thanks for the replies but I just want to know if it is possible to have some HTML to open a public Outlook calendar. I believe it was possible prior to Outlook 2007. Anybody know for certain please?

------------------------------------
Reply:

The existing MS documentation could be more useful if the link to a public/shared calendar could be integrated and viewed in SharePoint, or at least opened up in the user's outlook after being clicked in SP.

The information contained in the documentation mainly allows: 1) a SP calendar to be viewed in the USER's outlook app.  2) pulls in the USER's calendar as an overlay to the SP.

Need to be able to add resource (i.e. a Lab or room) calendar(s) that exist in Outlook to SharePoint & it looks like a person {Name_<email address>} but when choosing the Exchange option for the calendar, the URLs go to the USER not the RESOURCE.


------------------------------------

Full Backup with Detention period with SQL agent job

DECLARE @name VARCHAR(50); -- Database name
DECLARE @path VARCHAR(256); -- Path for backup files
DECLARE @fileName VARCHAR(256); -- Filename for backup
DECLARE @fileDate VARCHAR(20); -- Used for file name
DECLARE @DeleteDate DATETIME = DATEADD(DD,-2,GETDATE()); -- Cutoff date

-- Path to backups.

SET @path = 'C:\SQL_data\';

-- Get date to include in file name.

SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112);

-- Dynamically get each database on the server.

DECLARE db_cursor CURSOR FOR

SELECT name

FROM master.sys.databases

WHERE name NOT IN ('tempdb');

OPEN db_cursor;

FETCH NEXT FROM db_cursor INTO @name;

-- Loop through the list to backup each database.

WHILE @@FETCH_STATUS = 0

BEGIN 

      -- Build the path and file name.

      SET @fileName = @path + @name + '_' + @fileDate + '.BAK';

      -- Backup the database.

      BACKUP DATABASE @name TO DISK = @fileName WITH INIT;

      -- Loop to the next database.

      FETCH NEXT FROM db_cursor INTO @name;

END 

-- Purge old backup files from disk.

EXEC master.sys.xp_delete_file 0,@path,'BAK',@DeleteDate,0;


-- Clean up.

CLOSE db_cursor;

DEALLOCATE db_cursor;

GO


Reply:
So what is your question/problem

Cheers,

Shashank

Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it

My TechNet Wiki Articles

MVP


------------------------------------
Reply:

DECLARE @name VARCHAR(50); -- Database name
DECLARE @path VARCHAR(256); -- Path for backup files
DECLARE @fileName VARCHAR(256); -- Filename for backup
DECLARE @fileDate VARCHAR(20); -- Used for file name
DECLARE @DeleteDate DATETIME = DATEADD(DD,-2,GETDATE()); -- Cutoff date
declare @Dtime Varchar(20)
declare @Mintime Varchar(20)
declare @Sectime Varchar(20)
-- Path to backups.
 
SET @path = 'C:\SQL_data\';
 
-- Get date to include in file name.

SELECT @fileDate = CONVERT(VARCHAR(20),GETDATE(),112);

select @Dtime = CONVERT(VARCHAR(20),(select Datepart(HOUR, GETDATE())));
select @Mintime = CONVERT(VARCHAR(20),(select Datepart(MINUTE, GETDATE())));
select @Sectime = CONVERT(VARCHAR(20),(select Datepart(SECOND, GETDATE())));
-- Dynamically get each database on the server.

DECLARE db_cursor CURSOR FOR

SELECT name

FROM master.sys.databases
WHERE name NOT IN ('master','model','msdb','tempdb');

OPEN db_cursor;

FETCH NEXT FROM db_cursor INTO @name;
-- Loop through the list to backup each database.

WHILE @@FETCH_STATUS = 0

BEGIN 

      -- Build the path and file name.

  SET @fileName = @path + @name + '_' + @fileDate +'_' + @Dtime + @Mintime + @sectime + '.trn';

  -- Backup the database.

  BACKUP LOG @name TO DISK = @fileName  WITH INIT; ;

 
      -- Loop to the next database.

      FETCH NEXT FROM db_cursor INTO @name;

END 

-- Purge old backup files from disk.

EXEC master.sys.xp_delete_file 0,@path,'trn',@DeleteDate,0;


-- Clean up.

CLOSE db_cursor;

DEALLOCATE db_cursor;

GO


  • Edited by Dilpreet Kaur Tuesday, February 21, 2017 3:48 AM addedcorrectFilename seq
  • Merged by Shanky_621MVP Tuesday, February 21, 2017 3:57 AM duplicate question

------------------------------------

Are you using temporal/history tables?

Great sounding feature, especially on Azure were they don't offer CDC.

Would love to hear an experience with these.

Thanks,

Josh

  • Changed type Charlie Liao Tuesday, February 21, 2017 5:11 AM

Nome do usuário no menu iniciar

Olá,

Estou tentando colocar o nome de usuário no menu iniciar como nesta imagem.

Já verifiquei este tópico, porém, não consegui identificar onde tenho que ir para achar aquela opção.

Dentro de Configuração de usuário/diretivas/modelos administrativos/menu iniciar e barra de tarefas

remover nome de usuário do menu iniciar: não configurado (já testei com desativado)

Há outra regra a ser checada ou outra maneira de habilitar este recurso?

Obrigado desde já.

@edit, problema resolvido.

Chequei as configurações muitas vezes e já estavam corretas. Resolvi exportas as configurações e importar em uma nova GPO. Realizando este procedimento o mesmo voltou a funcionar corretamente.


WSUS - Hotfixes deployment

Hi there,

I'd like to deploy one of Microsoft updates from "hotfix" category (link: http://support.microsoft.com/kb/2635500/en-us), but it's not visible on a WSUS server. 

Any idea how can I use WSUS to deploy this kind of hotfix?!

There's also no "Hotfix" classification in wsus console.


Reply:

Hi,

a hotfix is no update... it is not intended to be distributed widely and thus is not added to windows update. They should only be isntalled on computers that are affected by the described issue.

I would advice to distribute this hotfix using your favourite software deployment tool.

note there are ways to distribute 'third party' software using wsus but these all involve aditionnal tools.


MCP/MCSA/MCTS/MCITP


------------------------------------
Reply:

Am 27.05.2014 schrieb Lukasz Slemp:

I'd like to deploy one of Microsoft updates from "hotfix" category (link: 
http://support.microsoft.com/kb/2635500/en-us), but it's not visible on a WSUS server. 

Any idea how can I use WSUS to deploy this kind of hotfix?!

You can use WSUS Package Publisher with WSUS. In WPP you can publish
your Hotfix into wsus. http://wsuspackagepublisher.codeplex.com/


Servus
Winfried

Gruppenrichtlinien
WSUS Package Publisher
HowTos zum WSUS Package Publisher
NNTP-Bridge für MS-Foren


------------------------------------
Reply:

You can use WSUS Package Publisher with WSUS. In WPP you can publish
your Hotfix into wsus. http://wsuspackagepublisher.codeplex.com/

Not really. Just as with LUP, Secunia, SCUP, and SolarWinds, only EXE, MSI, and MSP packages can be packaged and deployed via WSUS. The MSU packages that constitute HOTFIXes cannot be packaged and distributed via WSUS. This is BY DESIGN.

Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
SolarWinds Head Geek
Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
http://www.solarwinds.com/gotmicrosoft
The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.


------------------------------------
Reply:

Am 03.06.2014 schrieb Lawrence Garvin [MVP]:

You can use WSUS Package Publisher with WSUS. In WPP you can publish
your Hotfix into wsus. http://wsuspackagepublisher.codeplex.com/

Not really. Just as with LUP, Secunia, SCUP, and SolarWinds, only EXE, MSI, and MSP packages can be packaged and deployed via WSUS. The MSU packages that constitute HOTFIXes cannot be packaged and distributed via WSUS. This is BY DESIGN.

Here is a solution for what TO want:
http://sourceforge.net/apps/mediawiki/localupdatepubl/index.php?title=Distributing_Hotfixes_and_MSUs_with_LUP


Servus
Winfried

Gruppenrichtlinien
WSUS Package Publisher
HowTos zum WSUS Package Publisher
NNTP-Bridge für MS-Foren


------------------------------------
Reply:

Hi, I can't use LUP because I am running Windows Server 2012 (it crashes at start). I neither can't run SCCM right now.

Can someone help me ? 


------------------------------------

convert a string to valid month and find the last day of the month

Hi,

I have a string in the format of YYYYMM, for example 201701

I need  sql, that can take the month from the string, find the last day of this month, and then attach it back to the original string

Thanks,

Dani


Reply:

Easy:

Create table #forum (nmonth varchar(6))  insert into #forum values('201701'),('201702'),('201612')      select Replace(cast(eomonth(cast(nmonth+'01' as date)) as varchar(10)),'-','') from #forum

Please mark as answer if this post helped you


------------------------------------
Reply:

SQL Server 2012 and onwards

DECLARE @dt VARCHAR(20)='201701'
SELECT EOMONTH(@dt+'01') AS endofmonth;


Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/

MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting: Large scale of database and data cleansing
Remote DBA Services: Improves MS SQL Database Performance
SQL Server Integration Services: Business Intelligence


------------------------------------
Reply:

Or 

DECLARE @dt VARCHAR(20)='201701'
SELECT DATEADD(m,DATEDIFF(m,0,@dt+'01')+1,0)-1


Best Regards,Uri Dimant SQL Server MVP, http://sqlblog.com/blogs/uri_dimant/

MS SQL optimization: MS SQL Development and Optimization
MS SQL Consulting: Large scale of database and data cleansing
Remote DBA Services: Improves MS SQL Database Performance
SQL Server Integration Services: Business Intelligence


------------------------------------

Sony Vaio, Windows 10: Internet connection very big problems!

Hi!

Yesterday I upgraded my beautiful w8.1 at new w10, this is now my situation:

1. The network icon at bottom bar has a big red x on a pc

2. Running ipconfig command I've got the only one message: "Windows IP Configuration"

3. Running ipconfig /all command I have:

--> Host name: <my_host_name>
      Suffix primary DNS: <EMPTY!>
      Node Type: Hybrid
      Enabled routing IP: NO
      Enabled proxy wins: NO

---> no other stack trace

4. netsh winsock and netsh ipreset are failed

5. Tried to reinstall Qualcomm Atheros AR9485WB-EG Wirless Network Adapter, but I haven't any success

6. Tried with an external USB Wifi Adapter but without success

Any ideas?

I have only one idea: break the PC!

Thank you!


Reply:

Please go to Win+X, Device Manager.

What is the status of the Wi-Fi card there?

What version of the Qualcomm Atheros AR9485WB-EG driver you have installed?


------------------------------------
Reply:

Hi,

Did you solve the problem? I have the same issue and tried the same things to solve it already. Thanks!


------------------------------------

How to import multiple datasets from one CSV file to multiple sql tables using SSIS

I have a CSV file with three data sets in it, each having different columns and variable row set for each,

I want to import the different data set to corresponding SQL tables. How to achieve using SSIS,

Example of my CSV file data:

Header,SQLVersion
Data,  Developer Edition
Data,  Express Edition
Data,  Standard Edition

Header,DatabaseName,Version
Data,  DB1,4.0.52
Data,  DB2,v3.1.13
Data,  DB3,v8.2.1

Header,Drive,FreeSpaceGB
Data,  C,14.45
Data,  D,35.09
Data,  E,16.38
Data,  F,5.71

------------------------------------------

From these different data sets I want to import it into my 3 SQL tables, Please guide me to get a solution.

Thanks in advance.


Reply:

With SSIS default tasks you can not handle such a file with many different structure. You would have to program an own solution, e.g. with a Script Task, but even then it's not easy.

Ask the provider of the file to send you 3 separate file, each with on clear structure/column list.


Olaf Helper

[ Blog] [ Xing] [ MVP]


------------------------------------
Reply:

Load the CSV in one table (BigTable). After that you are going to have three columns (A,B,C). So, according your example, you can do:

select * into TableA from BigTable where C is null (and you are loading Header,SQLVersion)

select * into TableB from BigTable where B like 'DB%' (and you are loading Header,DatabaseName,Version)

select * into TableC from BigTable where A='Data and 'B not like 'DB%' (and you are loading Header,Drive,FreeSpaceGB)

Drop Table BigTable

You can do everything in one simple package.

Please mark as answer if this post helped you


------------------------------------
Reply:
Thanks for your solution brother, if you have any sample code to achieve it using script task, Please share.

------------------------------------
Reply:

Thanks for your response brother, this is once example, like this I have many data set there its difficult to identify each data set from BigTable.

I have asked my client to classify each data set with some additional column to specify which table/data set it is, then I can use your method.


------------------------------------
Reply:
Cool SAT_SSIS. Happy to have been helpful. Could you please mark my post as answer so other people can use the same logic if they run into the same problem?

------------------------------------
Reply:
Thanks for your solution brother, if you have any sample code to achieve it using script task, Please share.

A script source component will need to be able to identify the start of each distinct data set in the source file.  In your example data, there is a blank line between the data sets. Are those actually present in the source file?


Dan Guzman, Data Platform MVP, http://www.dbdelta.com


------------------------------------
Reply:
Yes blank line is there between each data set.

------------------------------------
Reply:

Brother, the option "mark as answer" is not showing to me. I don't know why!!!


------------------------------------
Reply:

Then just split the file in a script task, save each file separately and then load them.

David


Microsoft Technology Center - Dallas

My Blog


------------------------------------
Reply:
Yes blank line is there between each data set.

Below is an example C# source for a script component that could be used as a data flow source. Using the advanced editor, add an output containing the fields for each data set. Connect each of the outputs to the destination in the DFT.

If you instead heed David's suggestion and create separate files and data flows, you can use the design-time UI of each flat file connection to define the output records rather than creating those manually in the designer. You could adapt this script for use as a script task to split the single file into 3 files automatically before the executing data flows.

using System;  using System.Data;  using Microsoft.SqlServer.Dts.Pipeline.Wrapper;  using Microsoft.SqlServer.Dts.Runtime.Wrapper;    [Microsoft.SqlServer.Dts.Pipeline.SSISScriptComponentEntryPointAttribute]  public class ScriptMain : UserComponent  {     public override void CreateNewOutputRows()   {     string record = String.Empty;   int recordSetNumber = 1;   int recordSetRecordCount = 0;     using (System.IO.StreamReader infile = new System.IO.StreamReader(@"C:\temp\multifile.txt"))   {   while (record != null)   {   record = infile.ReadLine();   if (record == null) break; //end of file   if (record == String.Empty) //end if recordset   {   recordSetRecordCount = 0;   ++recordSetNumber;   continue;   }     var fields = record.Split(','); //parse record into fields     //validate expected field count   switch (recordSetNumber)   {   case 1:   if (fields.Length != 2)   {   throw new InvalidOperationException(string.Format("Found {0} fields for record in recordset {1}. {2} expected."   , fields.Length, recordSetNumber, 2));   }   break;   case 2:   case 3:   if (fields.Length != 3)   {   throw new InvalidOperationException(string.Format("Found {0} fields for record in recordset {1}. {2} expected."   , fields.Length, recordSetNumber, 3));   }   break;   default:   throw new InvalidOperationException("More than 3 record sets found. No more than 3 supported.");   }     ++recordSetRecordCount;   if (recordSetRecordCount == 1)   {   //ignore header record   continue;   }     //create different record based on record set number   switch (recordSetNumber)   {   case 1:   RecordSet1Buffer.AddRow();   RecordSet1Buffer.Header = fields[0];   RecordSet1Buffer.SqlVersion = fields[1];   break;   case 2:   RecordSet2Buffer.AddRow();   RecordSet2Buffer.Header = fields[0];   RecordSet2Buffer.DatabaseName = fields[1];   RecordSet2Buffer.Version = fields[2];   break;   case 3:   RecordSet3Buffer.AddRow();   RecordSet3Buffer.Header = fields[0];   RecordSet3Buffer.Drive = fields[1];   RecordSet3Buffer.FreeSpaceGB = decimal.Parse(fields[2]);   break;   }     }   }     //end of data for each output   RecordSet1Buffer.SetEndOfRowset();   RecordSet2Buffer.SetEndOfRowset();   RecordSet3Buffer.SetEndOfRowset();     }    }  

Outputs as defined in the component properties:


Dan Guzman, Data Platform MVP, http://www.dbdelta.com


------------------------------------
Reply:
Thanks for the sample code brother. This is very helpful.

------------------------------------
Reply:

Brother, the option "mark as answer" is not showing to me. I don't know why!!!


Because you started this thread as a "Discussion", change it to type "Question" and you will see the option.

Olaf Helper

[ Blog] [ Xing] [ MVP]



------------------------------------

User OWA account security compromised - Attacker sent emails to entire autocomplete history

    One of my users had their email compromised.  At some point it appears the attacker was able to send emails quite rapidly to the user's entire autocomplete history via the Bcc field.  The user did not have any addresses stored in contacts and does not use Outlook, they use OWA exclusively. 

    How can a user interact with their own autocomplete cache list in OWA? I am assuming the attackers perspective was that of a logged in user using OWA so outlook options would not apply.  I suspect it is also possible the attacker used some sort of script or tool to rapidly interact with the autocomplete list. Is anyone familiar with how an attacker would quickly send emails to all autocomplete recipients?  Thanks for the info if anyone comes across this question.

In order to better frame this issue it should be noted we did not have auditing enabled at the time of this event. This is a postmortem at this point, the threat is contained but we are trying to shed light on how an attacker would interact with the autocomplete cache in order to isolate attack vectors we may have overlooked.

Thank you. 


  • Edited by MicroSwift5000 Friday, February 17, 2017 4:04 AM
  • Changed type Steve Fan Monday, February 20, 2017 5:31 AM change to discusstion

Reply:
Ok, after doing some additional research I think the user may have fell victim to a mailbox quota phish.  Anyone have any additional info or links about this attack type?

------------------------------------
Reply:

Hello,

I'm afraid there are many causes why an email account could get hacked and it's hard to determine the root cause. What we can do is to teach users to protect themselves from phishing scams. Such as:

  • Never reply to an email that asks you to send personal or account information.
  • If you receive an email that looks suspicious or asks you for this type of information, never click links that supposedly take you to a company website.
  • Never open any file attached to a suspicious-looking email.
  • If the email appears to come from a company, contact the company's customer service via phone or web browser to see if the email is legitimate.
  • Search the web for the email subject line followed by the word hoax to see if anyone else has reported this scam.

Regards,

Steve Fan


Please remember to mark the replies as answers if they helped.

If you have feedback for TechNet Subscriber Support, contact tnmff@microsoft.com.


------------------------------------

Monitor Fails To Wake From Sleep - Windows 10

Problem Description - General

Computer monitor does not wake from sleep. 

Problem Description - Detail

The monitor does not receive input when attempting to wake from sleep. When in sleep, the [mouse, keyboard, and power button] all successfully 'wake' the fans and PowerOn light, but not the monitor.

Note: Problems arose after switching from Windows 8.1 to 10. 

Likely Problems

  1. Windows is not waking, despite fans and lights 'waking'
  2. Windows is failing to wake the GPU from sleep (despite configuring PCI slots not to be put to sleep in power configs)
  3. Some other terrible black magic

Troubleshooting Steps Taken Thus Far

  • Confirmed up-to-date OS updates
  • Confirmed up-to-date drivers
  • Confirmed up-to-date Bios
  • Reinstalled clean installation of Windows 10 (twice so far)
  • Fiddled with power config settings
  • Fiddled with bios power settings (they are pretty limited for this MB)
  • Ran grounding tests on case
  • Replaced PSU
  • Tried different combinations of HDMI cables and monitors
  • Exhasted ASUS's tech support - concluded OS is likely the problem
  • Exhasted EVGA's tech support - concluded OS is likely the problem
  • Banged head against wall

Computer Specs

I tried to post my specs here, but they were causing Microsoft's spam filter to go off...

I am almost at peace with a reality where I cannot put Windows 10 to sleep. Deep breathing and beer have gotten me this far; this is the final stage before sweet sweet acceptance.


Reply:

Update your graphic card driver, visit the website of the graphic card manufacturer download and install the latest driver which is compatible with your graphic card and OS.

You may also do the same via windows update.


S.Sengupta, Windows Insider MVP


------------------------------------

Correct template file not downloadin in sharepoint 2013 application

Hi Everyone,

I am working for one of the SharePoint 2013 application  and in this site maintain some excel templates file for the business.

whenever download excel template file , it capturing site login screen and it not downloading the actual template file. But right click on the file  hyperlink text and save the using target save option and go the file save location and open the file, file open with correct template.

I want to open correct template file while downloading itself . Please some give some help on this


Enugu Srinivasulu .NET Developer

The hidden danger of CredSSP


Reply:
voted as helpfull  (i hope our IT security department dont see this as i use CredSSP a lot :) )

------------------------------------

failover cluster node Error when creating

I was setting up a Lab of" creating failover cluster node" on windows server 2012 R2 via Vmware, an error occur when it forming cluster 'cluster1' Please see the attachements, i uploaded all the step that i have perform on this lab.

any solution , will be really appreicated!!

Failover cluster cannot be created, Please help



  • Edited by mandy77777 Wednesday, January 4, 2017 9:56 PM

Today I got fed up with Windows 10

I am a teacher of English as a foreign language - using my laptop for my work is a key as I teach overseas online.

Last August I bought a HP G250 laptop with Windows 10 installed on it by HP.

From the very beginning it was a very painful experience as the laptop was slow like hell although the processor was always running at 100% even when a simple word document of 1-2 pages was open. Plus whenever there was an update for Skype the voice card died and I always had to reinstall Realtek program. It was a real pain in the back because I got no information whatsoever when I could expect the updates and many times I was teaching and all of a sudden the voice disappeared and skype crashed and I lost precious 15-20 minutes from my lesson - and my face in front of my student - because I had to download realtek again. 

After three months of constant suffering I erased Skype from my laptop and I moved over to Google Hangouts. Much better service, no crash, no voice issues! 

My real calvary started in January 2017 - as the weekly updates of Windows 10 always killed my laptop. Literally.

The usual sign for the updates coming down was that no matter what button I pressed all the programs, browsers crashed.

There was a windows update at the end of January on the 31st that crashed my computer so much that I COULD NOT USE IT FOR HALF A DAY!!!!! I LOST 10 000HUF of income!!! Shame on you guys!

3 Days later I got another bloody update on 3rd February which caused blue death - if it were not for a Microsoft Customer service woman Elena who was kind and patient enough to help me I would not have been able to revive my laptop at all!!! AND I AGAIN LOST MONEY AS I COULD NOT WORK!!!

And my misery just went on and on!

Yesterday I got completely fed up. Again another download came - which lasted 5!!!! hours!!!!

And it killed my hard disk

So guys I had to buy a new laptop. It is the same HP G250 as before. However I installed windows 8 on it. Surprisingly enough it goes fast. Even the install did not take 10!!! hours as in case of Windows 10.

But I am fed up with you completely. I will move over to Linux. I have no time or money act your unpaid test mouse.

You guys are working vigorously driving your customers away!

No customer communication, no option to stop, nothing. This is not a business anymore. It is a dictatorship.


Reply:

Very sorry to hear your experience.

I shall suggest you to make an installation media (USB flash drive or DVD) that you can use to install a new copy of Windows 10, perform a clean installation or reinstall Windows 10.


S.Sengupta, Windows Insider MVP


------------------------------------

net backup adding exclusions list on remote servers -

need to append existing exclusions in registry key and add new entries  on remote servers using powershell

HKLM\SOFTWARE\VERITAS\NetBackup\CurrentVersion\Config /v Exclude /d


Reply:

help registry

Follow the examples.


\_(ツ)_/


------------------------------------

Script to Take Computer Serial and set it as a users password

Hello all,

I am looking for a script that will take the computers serial number like cmd would do using the wmic command. then use the serial number as a password for a Local user that i will specify in the script. I would love for this to be automated without any user input and when finished setting that display the Serial number.

Thank you in advance all!!!

Ben


  • Edited by Teamsheetz Friday, February 17, 2017 8:05 PM
  • Changed type Bill_Stewart Monday, April 3, 2017 7:37 PM
  • Moved by Bill_Stewart Monday, April 3, 2017 7:37 PM This is not "scripts on demand"

Reply:

Is this a home system or a domain?


\_(ツ)_/


------------------------------------
Reply:
The account will be for the local machine. The Username will be Owner. So the script will need to Pull the Serial Number from the machine and then set the password for the Local User account Owner to the Serial number and then if its easy just Display the serial number and confirm that the owner account password has been set to the Serial number. It will be for imaging purposes that we need this, then the end user will be able to change it.
  • Edited by Teamsheetz Friday, February 17, 2017 8:29 PM

------------------------------------
Reply:

Look in the Gallery for pre-written scripts that can change a password and get the serial number.


\_(ツ)_/


------------------------------------
Reply:
I did and was not able to find anything. :/

------------------------------------
Reply:

Here is how to set password from prompt on Widows Home versions.

https://technet.microsoft.com/en-us/library/cc771865(v=ws.11).aspx


\_(ツ)_/


------------------------------------
Reply:

------------------------------------
Reply:
Yes i know that. but what i am asking for is a script. I am creating a batch file that will be on a image. This batch file has some powershell as well, but i need it to automatically pull the serial number and use the serial number as the password for the Local account called Owner. I would like it to be automated This is a Local Account to the machine and not a Domain Account.

------------------------------------
Reply:
but what i am asking for is a script

You may not have read the first post from the top of this forum:

This forum is for scripting questions rather than script requests


-- Bill Stewart [Bill_Stewart]



------------------------------------
Reply:

When we get new computers in we image them and i have a batch file that does everything automatically besides this part. I need a script that will be apart of my batch file so after we image it we will run my setup batch file that will rename the computer to what i want activate and install stuff that i need on them. then it will create a local account Called Owner, I will then need a script to Pull the unique serial number off of each pc and set the password to the local Owner account to that serial number. So if i have lets say Computer A and its Serial number is 123 then the owners password will be set to 123 and if i had computer B and its serial number was ASDRT412 the the Owner account password would be set to ASDRT412. Does that help?


------------------------------------
Reply:

You may not have read the first post from the top of this forum:

This forum is for scripting questions rather than script requests


-- Bill Stewart [Bill_Stewart]


------------------------------------
Reply:
Ah gotcha thank you sorry about that i will re direct my post elsewhere thank you for your time.

------------------------------------

1607 Anniversary Update Client fails to update from WSUS

We have a WSUS 2012 R2 running where all windows 7 machines are updating properly.. However the Windows 10 1607 clients do not receive updates. They show up in WSUS and "appear" to be working. When you navigate to Windows Update on the client.. it should say "mananged by your organization".. which it doesn't. I've also attempting to patch the WSUS server(important only). Before 1607 came out WSUS was working great with 1511.

These following updates fail:

  • KB3121461
  • KB3135994
  • KB3042058
  • KB3172729
  • KB3172614
  • KB3205401

I also pointed our MDT LTI to point to our WSUS... in which it successfully downloads the following updates:

  • KB3211320
  • KB890830
  • KB3214628
  • KB3213986

Pretty positive these updates are coming from Microsoft rather than our WSUS.. in dual scan mode?

Can someone please point me in the right direction to resolve my issues? Thanks!

Using robopy how to generate 3 logs to be generate in different location

Hello

I am using following robocpy command to move contents from one location to another location. I wan to generate two more logs in different locations using same command.

$logDate= "$(Get-Date -UFormat %Y%m%d%H%M%S)"  $copyLog=$Env:USERNAME+"_"+ "Monitor" +"_"+$logDate +".txt"  robocopy $Source1 $Target /move /e /w:1 /r:1 /tee /np /XO /log:$copyLog

I tried  /log parameter with multiple location as mentioned below, but no luck. Am I missing anything here?

/log:$copylog;$location1,$location2

  • Changed type Bill_Stewart Monday, April 3, 2017 7:36 PM
  • Moved by Bill_Stewart Monday, April 3, 2017 7:37 PM This is not "test my script on sample data for me" forum

Reply:

Hi Avian,

yes you are: Robocopy only writes a single file. For multiple logs, copy it.

Cheers,
Fred


There's no place like 127.0.0.1


------------------------------------
Reply:

Hi FWN

As you suggested I should copy, so here is my code. Please confirm if this approach is ok. I also want to run this last 3 command in silent mode.


$logDate= "$(Get-Date -UFormat %Y%m%d%H%M%S)"
$copyLog=$Env:USERNAME+"_"+ "Monitor" +"_"+$logDate +".txt"
robocopy $Source1 $Target /move /e /w:1 /r:1 /tee /np /XO /log:$copyLog

robocopy $OriginalLoglocation $Location1 $copyLog
robocopy $OriginalLoglocation $Location2 $copyLog
robocopy $OriginalLoglocation $Location3 $copyLog


------------------------------------
Reply:

You can find out if it works all by yourself by trying it on test data.


-- Bill Stewart [Bill_Stewart]


------------------------------------

Modification Resolution

I have exchange 2007 server with all available updates installed including SP1
I have outlook 2007 installed with all available updates installed incluing SP2
Problem -> I receveid a external email, it went to junk and also in conflicts
Modification Resolution says:

10:31:09 Mail Conflict Resolution

10:31:09 Subject: {SU:Alteracao DNS - DOMINIO MASTER SLAVE}

10:31:09 EntryID: {CB:70, LPB:00000000BA2FA0D081B9154689C0273E8BAE716F070009D39DFBF46E52418FFAACDBB3A2DFA4000004B5240E00006D646F78364BAC4A92EB4D9FAD2C93E50008F8371A500000}

10:31:09 Checking local modifications

10:31:09 Compare property: 0x0057000B

10:31:09 Compare property: 0x0058000B

10:31:09 Compare property: 0x0059000B

10:31:09 Compare named property: 0x859C0102

10:31:09 Compare named property: http://schemas.microsoft.com/exchange/junkemailmovestamp

10:31:09 Getting remote properties

10:31:09 Checking remote modifications

10:31:09 Compare (conflict) property: 0x0057000B

10:31:09 Local{B:TRUE}

10:31:09 Remote{B:TRUE}

10:31:09 Equal

10:31:09 Compare (conflict) property: 0x0058000B

10:31:09 Local{B:FALSE}

10:31:09 Remote{B:FALSE}

10:31:09 Equal

10:31:09 Compare (conflict) property: 0x0059000B

10:31:09 Local{B:TRUE}

10:31:09 Remote{B:TRUE}

10:31:09 Equal

10:31:09 Compare (conflict) named property: 0x859C0102

10:31:09 Local{CB:46, LPB:00000000BA2FA0D081B9154689C0273E8BAE716F010009D39DFBF46E52418FFAACDBB3A2DFA4000004B527FA0000}

10:31:09 Remote{Error (0x8004010F)}

10:31:09 Not equal (conflict) named property: 0x859C0102

10:31:09 Local modification: {D:14, M:5, Y:2009 H:13, M:30, S:42, MS:937}

10:31:09 Remote modification: {D:14, M:5, Y:2009 H:13, M:31, S:9, MS:794}

10:31:10 Conflict generated, remote item is winner

 
Why this happens? How to solve?


Reply:
I've the same issue. Could someone help ?

------------------------------------
Reply:
Same problem here. 

2:36:33 EntryID: {CB:70, LPB:00000000D4C6941226A1EE4FBF54EA7F57208CE50700BA35DF4523B61B44BA3016CD3E03DB84000004A24E4F0000A27E53781D0B044BA5B72F5E1D21807B000007EF52A90000}

2:36:33 Checking local modifications

2:36:33 Compare named property: http://schemas.microsoft.com/exchange/junkemailmovestamp

2:36:33 Compare named property: 0x859C0102

2:36:33 Getting remote properties

2:36:33 Checking remote modifications

2:36:33 Compare (conflict) named property: http://schemas.microsoft.com/exchange/junkemailmovestamp

2:36:33 Local{L:1022718159}

2:36:33 Remote{Error (0x8004010F)}

2:36:33 Not equal (conflict) named property: http://schemas.microsoft.com/exchange/junkemailmovestamp

2:36:33 Local modification: {D:26, M:10, Y:2009 H:7, M:36, S:9, MS:577}

2:36:33 Remote modification: {D:26, M:10, Y:2009 H:7, M:36, S:32, MS:894}

2:36:33 Conflict generated, remote item is winner

 


Other possibly related problem:

15:29:27 Synchronizer Version 12.0.6509

15:29:27 Synchronizing Mailbox 'Thorne D. Harris III'

15:29:27 Synchronizing Hierarchy

15:29:27                   1 folder(s) updated in online store

15:29:27                   1 folder(s) updated in offline store

15:29:27 Synchronizing server changes in folder 'Inbox'

15:29:27 Downloading from server 'TDH-FS1.LawOffice.ThorneDHarrisIII.com'

15:29:27                   2 item(s) changed read-state in offline folder

15:29:27                   1 view(s)/form(s) updated in offline folder

15:29:27 Downloading from server 'TDH-FS1.LawOffice.ThorneDHarrisIII.com'

15:29:28 Done

15:29:36 Microsoft Exchange offline address book

15:29:36                0X80190194



Thanks.

Thorne@ThorneDHarrisIII.com

------------------------------------
Reply:
We have the same thing.
We have installed Exchange 2007 SP1 and migrated mailboxes and public folders to it from 2003.
I think it might be the cause.

Still no solution found?
Alex

------------------------------------
Reply:
Not I didn't find any yet. One workaround I applied here was disable cache mode. Of course is not a good solution because I cannot do that on Notebook. But I'm also waiting.

------------------------------------
Reply:
yes same problem here, my exchange admin has had a good look as well and he could not find anything. I moved PC's and the promblem persists so it must be an issue with my exchange profile.

------------------------------------
Reply:
did you find a solution already ? same issue ! 

------------------------------------
Reply:

No, I didn't

 


------------------------------------
Reply:

Similar Issue. Am using Exchange 2010 SP1 with Outlook 2010 x64 with all updates deployed on a Win7 machine. Get the same error even when i am on LAN or using outlook anywhere. Snapshot below

 

23:53:23 Message class: {SU:REPORT.IPM.Note.Relayed.DR}

23:53:23 Incremental Synchronization

23:53:23 Local subject: {SU:Relayed: RE: For the Website Developer}

23:53:23 Remote subject: {SU:Relayed: RE: For the Website Developer}

23:53:23 Local Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D320000}

23:53:23 Remote Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D320000}

23:53:23 Local Message ChgKey: {CB:20, LPB:0x3B20B6D24FD63A4080847E9BA6A37F0A00029426}

23:53:23 Remote Message ChgKey: {CB:22, LPB:0x544797801DCDAD4AB12A2C44BAADCB8900001EC7585B}

23:53:23 Local Message PCL: {CB:44, LPB:0x143B20B6D24FD63A4080847E9BA6A37F0A0002942616544797801DCDAD4AB12A2C44BAADCB8900001EC7585B}

23:53:23 Remote Message PCL: {CB:23, LPB:0x16544797801DCDAD4AB12A2C44BAADCB8900001EC7585B}

23:53:23 Checking local modifications

23:53:23 Delete property: 0x10060003

23:53:23 Delete property: 0x10070003

23:53:23 Delete property: 0x1008001F

23:53:23 Delete property: 0x10100003

23:53:23 Delete property: 0x10110003

23:53:23 Overwrite property: 0x3FFA001F

23:53:23 Overwrite property: 0x7D01000B

23:53:24 HRESULT: 0x80040109

23:53:24 HrConfMsgAutoResolved failure

 

23:53:24 Message class: {SU:REPORT.IPM.Note.Relayed.DR}

23:53:24 Default Conflict Resolution

23:53:24 Local subject: {SU:Relayed: RE: For the Website Developer}

23:53:24 Remote subject: {SU:Relayed: RE: For the Website Developer}

23:53:24 Local Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D320000}

23:53:24 Remote Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D320000}

23:53:24 Local Message ChgKey: {CB:20, LPB:0x3B20B6D24FD63A4080847E9BA6A37F0A00029426}

23:53:24 Remote Message ChgKey: {CB:22, LPB:0x544797801DCDAD4AB12A2C44BAADCB8900001EC7586D}

23:53:24 Local Message PCL: {CB:44, LPB:0x143B20B6D24FD63A4080847E9BA6A37F0A0002942616544797801DCDAD4AB12A2C44BAADCB8900001EC7585B}

23:53:24 Remote Message PCL: {CB:23, LPB:0x16544797801DCDAD4AB12A2C44BAADCB8900001EC7586D}

23:53:24 Checking local modifications

23:53:24 Ignore property: 0x3FFA001F

23:53:24 Compare property: 0x7D01000B

23:53:24 Getting remote properties

23:53:24 Checking remote modifications

23:53:24 Compare (conflict) property: 0x7D01000B

23:53:24 Local: {B:TRUE}

23:53:24 Remote: {B:TRUE}

23:53:24 Equal

23:53:25 Successfully auto-resolved

 

23:53:25 Message class: {SU:REPORT.IPM.Note.Relayed.DR}

23:53:25 Incremental Synchronization

23:53:25 Local subject: {SU:Relayed: RE: For the Website Developer}

23:53:25 Remote subject: {SU:Relayed: RE: For the Website Developer}

23:53:25 Local Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D330000}

23:53:25 Remote Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D330000}

23:53:25 Local Message ChgKey: {CB:20, LPB:0x3B20B6D24FD63A4080847E9BA6A37F0A00029427}

23:53:25 Remote Message ChgKey: {CB:22, LPB:0x544797801DCDAD4AB12A2C44BAADCB8900001EC75864}

23:53:25 Local Message PCL: {CB:44, LPB:0x143B20B6D24FD63A4080847E9BA6A37F0A0002942716544797801DCDAD4AB12A2C44BAADCB8900001EC75864}

23:53:25 Remote Message PCL: {CB:23, LPB:0x16544797801DCDAD4AB12A2C44BAADCB8900001EC75864}

23:53:25 Checking local modifications

23:53:25 Delete property: 0x10060003

23:53:25 Delete property: 0x10070003

23:53:25 Delete property: 0x1008001F

23:53:25 Delete property: 0x10100003

23:53:25 Delete property: 0x10110003

23:53:25 Successfully auto-resolved

 

23:53:26 Message class: {SU:IPM.Note}

23:53:26 Incremental Synchronization

23:53:26 Local subject: {SU:Delivered: RE: For the Website Developer}

23:53:26 Remote subject: {SU:Delivered: RE: For the Website Developer}

23:53:26 Local Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D340000}

23:53:26 Remote Message Entry ID: {CB:70, LPB:0x00000000541ED03BD75CDD44A3E7CBD7EB9E5F320700544797801DCDAD4AB12A2C44BAADCB8900000094A98700003A8CF17978BB2F41BA4946685185761B000EEA087D340000}

23:53:26 Local Message ChgKey: {CB:20, LPB:0x3B20B6D24FD63A4080847E9BA6A37F0A00029429}

23:53:26 Remote Message ChgKey: {CB:22, LPB:0x544797801DCDAD4AB12A2C44BAADCB8900001EC75869}

23:53:26 Local Message PCL: {CB:44, LPB:0x143B20B6D24FD63A4080847E9BA6A37F0A0002942916544797801DCDAD4AB12A2C44BAADCB8900001EC75869}

23:53:26 Remote Message PCL: {CB:23, LPB:0x16544797801DCDAD4AB12A2C44BAADCB8900001EC75869}

23:53:26 Checking local modifications

23:53:26 Successfully auto-resolved


Warm Regards Ashutosh S Karkhanis, Director, Askari Infotech Private Limited, ashu.k@askari.co.in / http://www.askari.co.in INDIA: +91-20-65004721 / 24220388 USA : +1-619-591-8935

------------------------------------
Reply:

Do you have any handheld devices which are synchronized with this MBX?

If yes – please see below:

How to delay email processing to allow email messages to be scanned by antivirus or anti-spam software before being delivered to the BlackBerry Smartphone

http://www.blackberry.com/btsc/search.do?cmd=displayKC&docType=kc&externalId=KB00139&sliceId=SAL_Public&dialogID=97424588&stateId=1%200%2097426457

 



 

------------------------------------
Reply:

My error looks like this:

13:47:35 Message class: {SU:IPM.Note}  13:47:35 Mail Conflict Resolution  13:47:35 Local subject: {SU:FW: can't open word}  13:47:35 Remote subject: {SU:FW: can't open word}  13:47:35 Local Message Entry ID: {CB:70, LPB:0x00000000BB4EC1820EACEA41BA1EFF98DBC5F7030700DCED5EE53ED22041AF8EF1B8C906ECA50000000461AB0000DCED5EE53ED22041AF8EF1B8C906ECA50000004124CB0000}  13:47:35 Remote Message Entry ID: {CB:70, LPB:0x00000000BB4EC1820EACEA41BA1EFF98DBC5F7030700DCED5EE53ED22041AF8EF1B8C906ECA50000000461AB0000DCED5EE53ED22041AF8EF1B8C906ECA50000004124CB0000}  13:47:35 Local Message ChgKey: {CB:22, LPB:0xDCED5EE53ED22041AF8EF1B8C906ECA50000006FCE6D}  13:47:35 Remote Message ChgKey: {CB:22, LPB:0xDCED5EE53ED22041AF8EF1B8C906ECA50000006FCE6D}  13:47:35 Local Message PCL: {CB:23, LPB:0x16DCED5EE53ED22041AF8EF1B8C906ECA50000006FCE6D}  13:47:35 Remote Message PCL: {CB:23, LPB:0x16DCED5EE53ED22041AF8EF1B8C906ECA50000006FCE6D}  13:47:35 Checking local modifications  13:47:35 Table critical stop property: 0x0E12000D  13:47:35 Local modification: {19:31:58.0836 10/01/2012 [DD/MM/YYYY]}  13:47:35 Remote modification: {19:31:58.0836 10/01/2012 [DD/MM/YYYY]}  13:47:35 Forcing Local item to win.  13:47:35 Conflict generated, local item is winner  

Does anyone know how to fix this at all? The user said he couldn't open a word doc. I pried for more information and this is all he gave me. 


------------------------------------
Reply:

------------------------------------
Reply:
This is happening to me now and its when some one send me mail with  ( read receipt ) 

------------------------------------

HOW DO I CAN I GET THE APP FOR REMOTE access

how  to get a remote access  to this computer ! i think i download the app f

but now i can't find it 

No comments:

Post a Comment

Setup is Split Across Multiple CDs

Setup is Split Across Multiple CDs Lately I've seen a bunch of people hitting installation errors that have to do with the fact th...