[Resolved]Outlook 2013 with Office 365: Unable to log in to: SharePoint. Click here to log in.
[Resolved]Outlook 2013 with Office 365: Unable to log in to: SharePoint. Click here to log in.
Satish Chaturvedi Mob-9990806001
- Changed type Winnie LiangMicrosoft contingent staff Thursday, November 17, 2016 6:31 AM
Another Love/Hate relationship ... Msft Entry into "R" universe
Has Msft overstepped? or understepped/underestimated? the R open source world with its foray into "R" universe?
The latest R version from CRAN is 3.3.2 (Sincere Pumpkin Patch) 2016-10-31
However Msft R Server still stuck on R version 3.2.2 (Fire Safety) 2015-08-14 ... with no apparent open update path ... typically Msft via Help > Update
Installing CRAN R version 3.3.2 does not update Msft R Server (RGui)
FURTHERMORE ...
The Microsoft R product family includes:
- Microsoft R Server ... (R intrepreter) ... Installation option from SQL2016 CD ... as R Services in SQL Server 2016
- Microsoft R Client ... (R interpreter) ... from DEV standpoint essentially same as R Server
- Microsoft R Open ... (R interpreter) ... from DEV standpoint essentially same as R Server ... the enhanced distribution of R from Microsoft.
- SQL Server R Services ... (In Database) ... SQL Server Launchpad (MSSQLSERVER)
... is this different / exclusive from Microsoft R Server? ... this allows integration of T-SQL with R - R Tools for Visual Studio ... plugin for SSDT ... nice thus far
SSDT Msft R Server missing from Help>About list ... why?
For Discussion -
- Does anyone else find this multiple offerings a bit confusing? I've installed them all and realize for developing and testing R scripts I only needed to have CRAN-R and perhaps R Tools for Visual Studio (however I'm not sure is RTVS will work with Msft R stuff).
- Do we expect Msft to keep pace with R versions? ... already I have run into compatibility issues with loading R packages into Msft R
SOTATS, Inc.
Reply:
Here is the product comparison from my Windows 10 machine with latest versions that I could find for each ... notice there are only a very few differences and they are little differences:
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
....
Microsoft R Server version 8.0 (64-bit):
Microsoft packages Copyright (C) 2016 Microsoft Corporation
Type 'readme()' for release notes.
>
Microsoft R Client
R version 3.2.2 (2015-08-14) -- "Fire Safety"
Copyright (C) 2015 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
....
Microsoft R Open 3.2.2
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2016 Microsoft Corporation
>
Microsoft R Open
R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
....
Microsoft R Open 3.3.1
The enhanced R distribution from Microsoft
Microsoft packages Copyright (C) 2016 Microsoft Corporation
Using the Intel MKL for parallel mathematical computing(using 2 cores).
Default CRAN mirror snapshot taken on 2016-07-01. See: https://mran.microsoft.com/.
>
CRAN R
R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
>
SOTATS, Inc.
------------------------------------
Reply:
------------------------------------
The Username, password or domain appears to be incorrect. Ensure that you entered correctly.
Please I am using Office 365, and I have installed the 64Bits office from the store. I am the admin... I am using the username and password which is exactly correct to the way I am using to access my office365. The above error is always appearing. I have deleted the cashe but still didn't work.
I am using the office 365 User@domain.onmicrosoft.com for testing purposes.
Thanks
Reply:
regards Holger Technical Specialist UC
------------------------------------
WSUS migration from 2012R2 to 2016
- Install all Updates
- Copy WSUS folder from previous server.
- Switch off firewall on source WSUS server or open port 7000(TCP and UDP).
- Get parameters from source WSUS:
- Database location: [SQL server].
- Database name (if changed from default): (HKLM\Software\Microsoft\Update service\server\setup{SQL database name}
- IIS settings: WSUS pool user (Network service)
- SMTP server pass:
- Code sign certificate:
- Group membership: (localhost)\WSUS Administrator, (localhost)\WSUS Reporters
- Store: d:\WSUS as example
- On new server install SQL Management studio, , Microsoft Report Viewer 2012 Runtime
- Rename the database to SUSDB (if your database name is customized).
- For WSUS database add permission (SUSDB->Security->Users->add) for user [Domain name]\(new machine name)$ with default schema [dbo]
- On new server in Server manager add role WSUS with Role services: WSUS Service; SQL server Connectivity.
- Content: Store locally. Specify path to WSUS folder with updates from previous server (D:\WSUS as example).
- Specify DB Instance (SQL Database Host)
- After complete reboot new server.
- Stop previous server.
- On new server add to local groups WSUS Administrators and WSUS Reporters user with administration rights (Domain\Your username or admins group)
- Start WSUS console and click RUN.
- When complete run PowerShell:
$updateServer = get-wsusserver
$config = $updateServer.GetConfiguration()
$config.ServerId = [System.Guid]::NewGuid()
$config.Save()
When changed GUID run next
%ProgramFiles%\Update Services\Tools\wsusutil.exe postinstall SQL_INSTANCE_NAME=[SQL server Name] CONTENT_DIR=[WSUS content dir d:\WSUS]
- Next if need to change susdb name:
- In IIS stop WSUS Administration site. Stop wsus service
- On new server use regedit for edit the database name \HKLM\Software\Microsoft\Update service\server\setup{SQL database name} (SUSDB_SPB)
- Change in MSSQL susdb name.
- Start wsus service then WSUS Administration web site.
- Set setting for child WSUS servers
- At child WSUS Parameters-Update source-Enter new server name and port. Do it on all child servers
- Set Group policy for new WSUS server. For fast sync with new server use command wuauclt.exe /resetauthorization /detectnow
For start reporting:
wuauclt.exe /resetauthorization /detectnow
and then
wuauclt.exe /reportnow
- Check workability by Success synchronization server, success reports from computers.
On clients check logs %WinDir%\WindowsUpdate.log
- Edited by Alexklippe Wednesday, November 16, 2016 6:05 PM
Running Hyper-V on Windows 7!
Suppose i have a pc that runs windows7, is it possible to install Hyper-V on top of it?
thank you all in advance
Reply:
No but it is possible to run JUST the Hyper-v server (the command line only server) and use the RSAT tools on your Windows 7 box to create and admin your vm's which are running on this box. So there are a couple of caveats here:
1. You need Hyper-V server 2008 (or 2008 R2) running on a true VT enabled server (IT'S FREE So download it.)
2. The RSAT tools on your Windows 7 box
You could also use Vmware Workstation to load the Hyper-v 2008 server as a proof of concept so you can see what it looks like.
It works pretty well in that fashion.
Hope this helps.
Mike
------------------------------------
Reply:
Windows 7 doesn't have feature to install Hyper-V, but if you have Server2008 or 2008 R2, on the top of that you can even install Windows 7 as virtual machine.
You need to changes BIOS to enabled Virtualization Technology. and then open Server Manager and add new roles select Hyper-V.
After reboot, click new on server manager, select virtual machine. will be good if you have .iso images of ghost OS.
I feel its not the comprehensive but definitely help you.
Neeraj
------------------------------------
Reply:
Hi Neeraj,
I have Work Station 7 installed on Win7. When i try to install Win2008R2, I get a pop up that, VT is not enabled and here is the situation My Processor dont support VT. Can you suggest me how to proceed with this case
------------------------------------
Reply:
------------------------------------
Reply:
Kurt Dillard http://www.kurtdillard.com
------------------------------------
Reply:
------------------------------------
Reply:
hi
that KB is for RSAT . when you Install that you just mange administrator Tools that Run on other Server such As DNS Server , Hyper-v and so on . you can't Use this KB to install hyper-V lpcally
http://technet.microsoft.com/en-us/library/ee449475(v=ws.10).aspx
you can install Hyper-v on windows 8
------------------------------------
Reply:
You require Intel VT or amd 64 processor which supports virtualization. Windows 8 supports installing Hyper V module if you have Intel VT or amd 64 processors. I am not sure about Windows 7.
------------------------------------
Reply:
Just a little more detail to this answer: On windows 7 the menu items you have to select are:
control panel
program
programs and features
Turn windows features on or off
Remote Server Administration Tools
Role Administration Tools
Hyper-V Tools
Easy huh! :)
------------------------------------
Reply:
Just a little more detail to this answer: On windows 7 the menu items you have to select are:
control panel
program
programs and features
Turn windows features on or off
Remote Server Administration Tools
Role Administration Tools
Hyper-V Tools
Easy huh! :)
Thanks a lot,
You have NOT stated the very major thing, which is that in Windows 7 Ultimate and may be likely in Windows 7 professional, the Hyper-V is available, however, in the Widows 7 Home premium isn't possible since the options above are missed.
PS. I was notified by TechSupportForum.com newslette as a Tech Support Forum Member to download Free Backup for Hyper-V & VMware , do you think it is good to go ahead as long as I am only using Oracle VM VirtualBox.
A man should convert his anger and sadness into strength to continue living in this life.
- Edited by cooperator Wednesday, September 30, 2015 11:23 PM
------------------------------------
Reply:
Not really!
-Hyper-V tools only give you a console to remote to other VM's. in order to have the ability to create new VM's you will need the " Hyper-V Platform " option which is available only in Windows 7 Enterprise.
------------------------------------
Unable to refresh data for a data connection in the workbook.
1. I am not facing any data refresh error when iam using sql server data base .
2. whenever am using excel files and text files as data source facing the error for powerpivot Unable to refresh data for a data connection in the workbook.
Try again or contact your system administrator. The following connections failed to refresh:
Reply:
Hello,
Please read the following resources about causes for the error message when using Excel documents.
https://msdn.microsoft.com/en-us/library/ff487856(v=sql.130).aspx
https://support.microsoft.com/en-us/kb/2761247
Hope this helps.
Regards,
Alberto Morillo
SQLCoffee.com
- Edited by Alberto MorilloMVP, Moderator Wednesday, November 16, 2016 1:15 PM
------------------------------------
Component in SCCM Server
Hi Guys,
I just started to monitor and troubleshoot Component issue in our environment.
I can see daily 11 to 15 Critical errors in our environment. So My questions are below.
1,How many Components will a SCCM Server have (DP and MP)?How to check which all component are there in a particular server?
i can see following component errors mostly
| SMS_STATE_MIGRATION_POINT |
| SMS_DISTRIBUTION_MANAGER |
| SMS_EXECUTIVE |
| SMS_SITE_COMPONENT_MANAGER |
| COMPONENT SERVER |
| SMS_MP_CONTROL_MANAGER |
| Software Metering Processor failed to process the usage file |
| SMS_AWEBSVC_CONTROL_MANAGER |
| SMS_MIGRATION_MANAGER |
2,Is the server Role and SCCM component Same?
3,How SCCM console receiving those critical errors from these servers?
i know these questions are concepts of SCCM, if i am confused please correct me.Thanks in advance
Sunish Surendran.k
Reply:
1. A Site server holding ONLY the two roles you mention will have four roles listed: Distribution Point, Management Point, Component server, and Site system
SMS_STATE_MIGRATION_POINT: You will have this listed for every site server that has the SMP role installed. Each server will report its own status
SMS_DISTRIBUTION_MANAGER: You will have one of this for every CAS/Primary/Secondary that you have. Errors will come mostly from distmgr.log
SMS_EXECUTIVE: One for each site server that holds a role requiring a CM service. Notable exclusions is a simple DP that does not have PXE or MCS enabled
SMS_SITE_COMPONENT_MANAGER:
COMPONENT SERVER: Present on any site server role that hosts a CM service (again, except for simple DPs)
SMS_MP_CONTROL_MANAGER: One for each MP you have
Software Metering Processor failed to process the usage file: ?
SMS_AWEBSVC_CONTROL_MANAGER: One for each Application Catalog that you have
SMS_MIGRATION_MANAGER: For migration jobs and data gathering from source hierarchies
2.I don't really understand the question. If you are asking about correlation between items present in System Status vs what's in Administration -> Servers & Sites Systems, then yes, most of them match. For example, SMS_STATE_MIGRATION_POINT is for the State Migration Point role, etc...
3. Via status messages. Each component logs this in its own respective log file and also sends them to site server/DB. These messages are summarized and shown for the various components in Monitoring -> System Status
------------------------------------
Reply:
To quickly view the "components", use the Configuration Manager Service Manager tool:
1. In the Monitoring workspace, go to Overview | System Status | Site Status
2. Select Start | Configuration Manager Service Manager from the ribbon bar
3. In the tree on the left, expand your site then expand Servers.
Each site server and site system [server] will be listed and can be expanded to reveal which "components" are on each.
"Components" are really one of two things: a [Windows] service or a thread of a [Windows] service. This can be seen in the ConfigMgr Service Manager by selecting a server in the tree and looking at the Component Type column.
In general, each role has it's own component, but there are many other components as well.
Jason | http://blog.configmgrftw.com | @jasonsandys
------------------------------------
Reply:
Sunish Surendran.k
------------------------------------
Reply:
Thanks Jason for the explanation,as you said i checked in the Configuration Manager Service Manager
For DP i can see below components
| SMS_COMPONENT_MONITOR |
| SMS_EXECUTIVE |
| SMS_MP_FILE_DISPATCH_MANAGER |
| SMS_OUTBOX_MONITOR |
| SMS_STATE_MIGRATION_POINT |
And for Secondary Site -MP it have around 41 components
Sunish Surendran.k
- Edited by Sunish Surendran k Wednesday, November 16, 2016 12:24 PM
------------------------------------
KB3197868 issue
Team,
Is there any known issue on this KB3197868 ? we are facing the issue in the installation ?
74KMS
- Changed type 74KMS Wednesday, November 16, 2016 12:05 PM
Reply:
------------------------------------
What are the replacable for the tags & trends(search results) in sharepoint 2010 and sharepoint 2013?
Reply:
SharePoint 2010 search is the SharePoint Enterprise search.
SharePoint 2013 search is based on the FAST search product.
http://www.c-sharpcorner.com/UploadFile/Roji.Joy/what-is-new-in-sharepoint-2013-search/
http://www.lepide.com/blog/sharepoint-2016-key-features-and-enhancements/
All about the New "Usage Analytics" in SharePoint 2013:
http://www.learningsharepoint.com/2012/10/06/all-about-the-new-usage-analytics-in-sharepoint-2013/
SharePoint Online Tags & Notes feature retired:
https://support.office.com/en-us/article/SharePoint-Online-Tags-Notes-feature-retired-77851bd5-6d5e-42fe-9bf6-d7c17eeb771f
- Edited by MMartin85 Tuesday, November 15, 2016 6:47 AM
------------------------------------
Reply:
Hi Martin,
Thanks for your post. can you post any examples of Usage Analytics and Search Analytics?
------------------------------------
Reply:
Get a acomplete overview of analytics processing in SharePoint Server 2013:
https://technet.microsoft.com/en-IN/library/jj219554.aspx
View and configure usage analytics reports in SharePoint Server 2013:
https://blogs.technet.microsoft.com/tothesharepoint/2014/01/23/view-and-configure-usage-analytics-reports-in-sharepoint-server-2013/
https://community.spiceworks.com/how_to/132283-how-to-find-most-visited-sites-with-number-of-view-counts-in-sharepoint-2013
- Edited by MMartin85 Wednesday, November 16, 2016 6:30 AM
------------------------------------
Reply:
------------------------------------
Malfunction in KB3197954 ? Latency when using Get-WmsStation powershell command
Hello,
We have recently migrated our server from Windows Multipoint Server 2012 to Windows Server 2016. Our software was working fine, until our server installed the KB3197954 update. Here is the scenario :
- Before the KB3197954 update :
If we restart a session on a station and we execute the Get-WmsStation command, it displays instantly all the information, including the -SessionId attached to this station.
- After the KB3197954 update :
If we restart a session and we execute the Get-WmsStation command, the returned -SessionId is 4294967295. We have to wait 30sec to 1min until the correct -SessionId is returned (we guess that a service or an executable is running in background in order to do this : in the WMSManager/Stations tab we notice that when the screen blinks, the -SessionId is updated. By the way, we would be interested to know which executable is in charge for this operation).
I stay at your disposal for any further information.
Regards
Reply:
Thanks for bringing this up. We did check this just to be sure we are not seeing anything wrong, and after applying this KB we have found no performance problems in the Get-WmsStation commandlet. It returns almost immediately with the correct session IDs for all logged on stations.
There may be some other issue going on. How many stations do you have? What kind of stations are you using? How many users are logged in? Does it matter if all the stations have logged in users?
If you are still seeing a problem, please run the MultiPoint log collector and send the output ZIP file to wmshelp@Microsoft.com and we may be able to figure out why you are seeing a delay.
- Edited by Rich LewisModerator Saturday, November 12, 2016 12:09 AM
------------------------------------
Reply:
Thank you for your reply.
We are working with 6 stations, each one having a logged session.
I will try to reproduce the same situation and use the log collector, in order to collect further information.
Regards,
------------------------------------
Uploading data to sharepoint
Hi
I need an urgent answer.
My scenario is as follows:
It's a two tiers sharepoint 2013 deployment, would like to know what happen to disk size while large amount of data is being uploaded to sharepoint does it remain the same or is there any compression mechanism that can be applied to reduce the disk size?
Thanks for you help
Reply:
Issues Uploading Large Files To SharePoint:
https://blogs.technet.microsoft.com/praveenh/2012/11/15/issues-uploading-large-files-to-sharepoint/
If your databases get too large, then it gets more difficult to manage from the back end (backups take longer, restores take longer, have to consider moving DBs to new disk drives as space runs out). Storage space. It's a good practice to use site quotas to manage growth.
Usage Reports in SharePoint 2013:
https://community.spiceworks.com/how_to/132283-how-to-find-most-visited-sites-with-number-of-view-counts-in-sharepoint-2013
Software boundaries and limits for SharePoint 2013:
https://technet.microsoft.com/en-IN/library/cc262787.aspx
Thanks,
------------------------------------
Reply:
Unfortunately your answer does not reply to my question.
My question is as follows:
While uploading data on sharepoint 2013 what happens to disk size does it remain same and is there any compression mechanism that i can apply?
------------------------------------
Reply:
Hi Lindy,
SharePoint has SQL Server as its back end and it performs data compression on its own. You cannot explicitly specify some mechanism to over ride it. However you may make use of BLOB storage to store documents/video files of huge size, by which the data is not stored in the Content Database but in remote storage.
https://www.petri.com/install-configure-remote-blob-storage-rbs-sharepoint-farm
https://technet.microsoft.com/en-us/library/ff628583.aspx?f=255&MSPPError=-2147217396
Thanks,
Priyan
Please Up Vote and Mark this as Answer if it helps.
------------------------------------
Reply:
Thanks for the suggestions Priyan.
Do you have an idea what is the expected size of a content database after uploading 300 GB of data into it?
------------------------------------
Reply:
Hi Linda,
There are no specific facts and figures that will really help us out because SharePoint's SQL Server is more or less a black box and working with it from SSMS is not really supported. So the only way to know it would be to really try it out by uploading and see the data compression ratio.
Another pointer is try to keep the data build up below 200GB per Content Database as that is the recommended limit by Microsoft.
Thanks,
Priyan
Please Up Vote and Mark this as Answer if it helps.
------------------------------------
Reply:
------------------------------------
Moving aduser based on csv data
Hello,
Super new to Powershell so any advice/suggestions are appreciated. This being my first post i imagine i've messed up the formatting as well.
I've tried searching the forum for a similar issue/question but i think i might not be using the correct vernacular. I cant be the only one with this question so i figure i'm doing something wrong in my research.
Here's my problem:
I'm trying to automate user creation in AD based on a csv file. I'm trying to tie the "campus codes" columns in the csv to different OUs in our AD, unfortunately i cant figure out how to do this. I've managed to frankenstein some code together from various posts across the internet, and i'm even learning to understand a bit.
I've been looking at hash tables with the keys being the campus codes and the ou's being the values, but i cant figure out how to pass those values to move the users.
Here's the important bits i've got so far:
#OU Variables - Cause that's what the internet told me. $OU_HS = 'OU=High School,OU=Students,DC=Student,DC=district,DC=edu' $OU_MS = 'OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu' $OU_IS = 'OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu' $OU_ES = 'OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu' #Campus Code hash table $Location = @{ 1 = $OU_HS; 41 = $OU_MS; 201 = $OU_IS; 101 = $OU_ES; } #There's a bunch of stuff in between for Creating the accounts but that stuff works. Function MoveAccount{ #Other Variables. $sam = $User.USERNAME -replace '\s','' $dn = (Get-ADUser $sam | Select-Object -ExpandProperty distinguishedname) $campus = $user.'CAMPUS ID' #This is the bit that doesnt work. If ([adsi]::Exists("LDAP://DC=STUDENT,DC=district,DC=edu")) { Move-ADObject -Identity $dn -Targetpath $location($campus)
}
The Error I get with this setup is:
Move-ADObject : A positional parameter cannot be found that accepts argument '101'.
so i'm close? maybe? I feel like something's missing after the -TargetPath that translates it into the OU
Like i said, ANY suggestions/advice are appreciated.
- Changed type Bill_Stewart Friday, December 30, 2016 8:54 PM
Reply:
My first thought is to use the -Path parameter of the New-ADUser cmdlet (assuming that is what you use) to create the new users in the correct OU, rather than moving the objects later.
Edit: I believe you need to use [] rather than () with a hash table:
$Location[$Campus]
Richard Mueller - MVP Enterprise Mobility (Identity and Access)
- Edited by Richard MuellerMVP Tuesday, November 15, 2016 3:39 PM
------------------------------------
Reply:
Read the following:
PS C:\> help about_Hash_Tables
Now consider the following hashtable you can use:
$locations = @{ 1 = "OU=High School,OU=Students,DC=Student,DC=district,DC=edu" 41 = "OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu" 101 = "OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu" 201 = "OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu" } Now you should be able to do something like the following:
Move-ADObject -Identity $dn -TargetPath $locations[$user.'CAMPUS ID']
So for example, if $user.'CAMPUS ID' is 41, the argument to the -TargetPath parameter would be the string "OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu".
As others have suggested, you can eliminate the need for Move-ADObject if you create the user in the correct OU in the first place.
-- Bill Stewart [Bill_Stewart]
- Edited by Bill_Stewart Tuesday, November 15, 2016 3:48 PM
------------------------------------
Reply:
This would work better and is safer;
$path = @{ '1' = 'OU=High School,OU=Students,DC=Student,DC=district,DC=edu' '41' = 'OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu' '201' = 'OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu' '101' = 'OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu' } # in New-AdUser do this: New-AdUser -Path $path[$user.'CAMPUS ID'] ... other params The hash names have to be strings since a CSV only has strings so numbers won't match.\_(ツ)_/
- Edited by jrv Tuesday, November 15, 2016 3:40 PM
------------------------------------
Reply:
Hello,
Thanks for your quick response! I'd like to try this out but,
after i setup the line New-ADUser -Path $path[$user.'CAMPUS ID'] i recieved the error:
New-ADUser : Cannot validate argument on parameter 'Path'. The argument is null or empty. Provide an argument that is not null or empty;
------------------------------------
Reply:
You have to be sure your CSV has good data.
Try this to see:
$path = @{ '1' = 'OU=High School,OU=Students,DC=Student,DC=district,DC=edu' '41' = 'OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu' '201' = 'OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu' '101' = 'OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu' } foreach($user in $users){ Write-Host "ID: $($user.'CAMPUS ID')" Write-Host "PATH: $($path[$user.'CAMPUS ID'])" } \_(ツ)_/
------------------------------------
Reply:
This works,
should i be using this: $($path[$user.'CAMPUS ID'])
instead of $path[$user.'CAMPUS ID'] in my script?
the output from this test script (is accurate based on the test csv i've created):
foreach($user in $Users){ Write-Host "ID: $($User.'CAMPUS ID')" Write-Host "PATH: $($path[$User.'CAMPUS ID'])" } ID: 41 PATH: OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu ID: 41 PATH: OU=Middle School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 101 PATH: OU=Elementary School,OU=Students,DC=Student,DC=district,DC=edu ID: 201 PATH: OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu ID: 201 PATH: OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu ID: 201 PATH: OU=Intermediate School,OU=Students,DC=Student,DC=district,DC=edu ------------------------------------
I want a script for IP whitelist in IIS level.
Hi All,
As i am supporting IIS server , "i want a script for IP whitelist in IIS level". Please guide me ASAP.
Thank you.
This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing! http://sesaitech.blogspot.in/
- Changed type Bill_Stewart Friday, December 30, 2016 8:52 PM
- Moved by Bill_Stewart Friday, December 30, 2016 8:52 PM Help vampire
Reply:
------------------------------------
Reply:
Hi,
In that link i didnot find whitelist script.
This posting is provided "AS IS" with no warranties and confers no rights! Always test ANY suggestion in a test environment before implementing! http://sesaitech.blogspot.in/
------------------------------------
Reply:
\_(ツ)_/
------------------------------------
Reply:
------------------------------------
Reply:
Sorry. As we have already told you, several times, this is not "someone write a script for me according to my specifications" forum. Read this first:
This forum is for scripting questions rather than script requests
-- Bill Stewart [Bill_Stewart]
------------------------------------
Roaming Profiles 1509 ntuser.pol Access Denied After Convenience Roll-Up Install
Here is a sample of the 1509 event.
Log Name: Application
Source: Microsoft-Windows-User Profiles General
Date: 10/4/2016 9:18:25 AM
Event ID: 1509
Task Category: None
Level: Warning
Keywords:
User: DOMAIN\user
Computer: SERVER.example.com
Description:
Windows cannot copy file \\SERVER\Profiles$\user.DOMAIN.V2\ntuser.pol to location C:\Users\user\ntuser.pol. This error may be caused by network problems or insufficient security rights.
DETAIL - Access is denied.
- Changed type Marc K 4096 Monday, October 10, 2016 3:54 PM
Reply:
Have the same Problem after installing KB3125574 on our Win7 64bit Workstations!
Any Ideas?
------------------------------------
Reply:
I removed KB3125574 from our servers and the problem went away. I'm hopeful, but not holding my breath, that Microsoft will issue a fix in one of the cumulative updates. If you want to be a hero, open a support case with Microsoft. It would require a credit card, but they won't bill it after the problem is verified as a bug. I would do that myself, but the problem isn't big enough for me to invest the time in working through the support system. Support would want to take a look at a sample system and collect logs. They would probably insist on AV being uninstalled for testing. And L1 support sometimes tries to close the case quickly without fixing anything in order to improve their stats.
------------------------------------
Uploading Slides/Presentations on SharePoint site built using SP 2010 is giving problem. Outlook 2016 installed on the machine.
Hi,
We have developed web-site using SharePoint 2010. The site allows user to upload and edit the Slides/Presentations.
Recently our users have been migrated to Outlook 2016 ProPlus and when they are trying to upload the slides/presentations (through Upload -> Publish Slides) we get error message as -
We have verified the ActiveX control settings also and it is as required.
Please suggest the solution for this problem. If we install PowerPoint 2010 on users machine then it works fine. But we need permanent fix without installing 2010 version on every machine.
Regards
Sanjay
- Edited by Sanjay Nipane Thursday, November 17, 2016 12:16 PM
Reply:
Blog - http://sadomovalex.blogspot.com
Dynamic CAML queries via C# - http://camlex.codeplex.com
------------------------------------
Incorrect item count
Something very strange going on here. Exchange 2010 Version: 14.02.0387.000 run on SBS2011.
I have a shared mailbox which is showing an item count of 133975. The size of the mailbox is less than 1/2 gb. When you look in Outlook item count is showing less than 1000 items. Any ideas why I am seeing this total item count?
Thanks!
DLLRegisterServer failed with error code 0*80044417
Hi Everyone,
I am trying to register .dll file through setup file.It throws error RegServer unable to register.
After that I try to Register .dll from command Prompt,Again got the error. DLLRegisterServer failed with error code 0*80044417
Please do the needful.
Thanks in advance.
- Edited by SuryaVarma Tuesday, November 15, 2016 9:44 AM
web mail did not migrate my folders or email accounts to telstramail
Reply:
web mail did not migrate all my folders etc to Telstra mailYou need to contact Telstra regarding migration issues since they are the ones migrating the accounts to their own Telstra mail service. Telstra like other telecoms used an Outlook.com backend for their email services but that's not the same as having had an account on the Microsoft Outlook.com service
Karl Timmermans [Outlook MVP] "Outlook Contact Import/Export/Data Mgmt" http://www.contactgenie.com
------------------------------------
Cumulative Update package 5 for BizTalk Server 2013 R2
Hello BizTalk Techies,
Cumulative update package 5 for Microsoft BizTalk Server 2013 R2 is available to download.
This cumulative update package for Microsoft BizTalk Server 2013 R2 contains hotfixes for the BizTalk Server 2013 R2 issues that were resolved after the release of BizTalk Server 2013 R2.
We recommend that you test hotfixes before you deploy them in a production environment. Because the builds are cumulative, each new update release contains all the hotfixes and all the security updates that were included in the previous BizTalk Server 2013 R2 update release. We recommend that you consider applying the most recent BizTalk Server 2013 R2 update release.
For more detail information please visit Microsoft support page,
Cumulative Update package 5 for BizTalk Server 2013 R2
Complete list of service packs and cumulative update you can visit below support page,
Service Pack and cumulative update list for BizTalk Server
Thanks,
If my reply is helpful please mark as Answer or vote as Helpful.
My blog | Twitter | LinkedIn
This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.
Big project prep
Here is my situation. I like to be prepared for things and I have been going over and over how I want to set this up. I would love some professional incite on the best practices of setting my particular situation up.
Here is the criteria I have to have :
DNS
Back up DNS
Global Catalog and Back up Global Catalog
Router RRAS not using NAT but PAT
DHCP
A Windows 10 and 8 Client
A Parent Domain Controller
A Child Domain Controller
RSAT w/ MMC
FTP Server
DFS
Hyper-V 2 Virtual Servers
A Web Server
WDS
WSUS
and Either Exchange or SQL
My Question:
I don't really know what to group together on one box and what to use VM's for. What would be the Best Practice for this.
My thoughts:
Machine 1 : WDS, WSUS, SQL, DHCP, VM Running Web Server and FTP Server
Machine 2: Parent Domain Controller, Global Catalog RRAS, DNS, DFS, VM Child Domain Controller, Running Backup DNS and Backup Global Catalog
Machine 3: Windows 10
Machine 4: Windows 8
Any Ideas would be much appreciated.
Thanks
No comments:
Post a Comment